Compound EngineeringCommand Library →
Bookmark me

The Command Library

Copy, paste, fill in the brackets. Skills are the slash commands you run inside your coding agent every day; Setup is the one-time install for each harness.

Straight from the guide

Skill · run in your agentA full feature cycle
/ce-brainstorm "make background job retries safer"
/ce-plan docs/brainstorms/background-job-retry-safety-requirements.md
/ce-work
/ce-code-review
/ce-compound
Skill · run in your agentA focused bug hunt
/ce-debug "the checkout webhook sometimes creates duplicate invoices"
/ce-code-review
/ce-compound
Skill · run in your agentAnchor the product strategy
/ce-strategy
Skill · run in your agentRead the last 7 days of reality
/ce-product-pulse 7d
Skill · run in your agentThink it through before planning
/ce-brainstorm "[YOUR FEATURE OR PROBLEM]"
Skill · run in your agentPlan from the requirements doc
/ce-plan docs/brainstorms/[YOUR-DOC]-requirements.md
Skill · run in your agentExecute the plan
/ce-work
Skill · run in your agentMulti-agent review before merge
/ce-code-review
Skill · run in your agentPressure-test a plan or doc
/ce-doc-review docs/plans/[YOUR-PLAN].md
Skill · run in your agentResolve PR feedback in parallel
/ce-resolve-pr-feedback
Skill · run in your agentBank the lesson after a fix
/ce-compound
Skill · run in your agentAudit stale learnings
/ce-compound-refresh
One-time setupInstall in Claude Code
/plugin marketplace add EveryInc/compound-engineering-plugin
/plugin install compound-engineering
One-time setupBootstrap a project
/ce-setup
Skill · run in your agentFull autonomous run
/lfg

The core loop

Skill · run in your agentIdeate before committing
/ce-ideate
Skill · run in your agentBrainstorm requirements
/ce-brainstorm "[FEATURE OR PROBLEM]"
Skill · run in your agentPlan the implementation
/ce-plan docs/brainstorms/[DOC]-requirements.md
Skill · run in your agentExecute the plan
/ce-work
Skill · run in your agentRoot-cause a bug
/ce-debug "[SYMPTOM]"
Skill · run in your agentBank the learning
/ce-compound

Quality + review

Skill · run in your agentMulti-agent code review
/ce-code-review
Skill · run in your agentReview a document or plan
/ce-doc-review [PATH]
Skill · run in your agentSimplify recent changes
/ce-simplify-code
Skill · run in your agentResolve PR feedback in parallel
/ce-resolve-pr-feedback
Skill · run in your agentBrowser-test PR-affected pages
/ce-test-browser
Skill · run in your agentOptimization loop with judges
/ce-optimize

Git + shipping

Skill · run in your agentCommit with a value message
/ce-commit
Skill · run in your agentCommit, push, open a PR
/ce-commit-push-pr
Skill · run in your agentManage worktrees
/ce-worktree
Skill · run in your agentClean gone branches
/ce-clean-gone-branches
Skill · run in your agentCapture a demo reel for the PR
/ce-demo-reel
Skill · run in your agentDraft the announcement copy
/ce-promote

Context + signal

Skill · run in your agentAnchor product strategy
/ce-strategy
Skill · run in your agentPulse report on real usage
/ce-product-pulse 24h
Skill · run in your agentSearch past agent sessions
/ce-sessions "[QUESTION ABOUT PAST WORK]"
Skill · run in your agentMine Slack for context
/ce-slack-research "[TOPIC]"
Skill · run in your agentRefresh stale learnings
/ce-compound-refresh

Install everywhere (one-time)

One-time setupClaude Code
/plugin marketplace add EveryInc/compound-engineering-plugin
/plugin install compound-engineering
One-time setupCodex (3 steps)
codex plugin marketplace add EveryInc/compound-engineering-plugin
bunx @every-env/compound-plugin install compound-engineering --to codex
# then inside codex: /plugins -> install compound-engineering
One-time setupCursor
/add-plugin compound-engineering
One-time setupCopilot CLI
copilot plugin marketplace add EveryInc/compound-engineering-plugin
copilot plugin install compound-engineering@compound-engineering-plugin
One-time setupOpenCode / Pi / Gemini / Kiro
bunx @every-env/compound-plugin install compound-engineering --to all