Help us improve
Share bugs, ideas, or general feedback.
From compound-engineering
Executes full autonomous engineering workflow for a feature using swarm mode: plans, builds in parallel, reviews/tests, resolves issues, records demo video, creates PR.
npx claudepluginhub gvkhosla/compound-engineering-pi --plugin compound-engineeringHow this command is triggered — by the user, by Claude, or both
Slash command
/compound-engineering:slfg [feature description]The summary Claude sees in its command listing — used to decide when to auto-load this command
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. ## Sequential Phase 1. `/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"` 2. `/workflows:plan $ARGUMENTS` 3. `/compound-engineering:deepen-plan` 4. `/workflows:work` — **Use swarm mode**: Make a Task list and launch an army of agent swarm subagents to build the plan ## Parallel Phase After work completes, launch steps 5 and 6 as **parallel swarm agents** (both only need code to be written): 5. `/workflows:review` — spawn as background Task agent 6. `/compound-engineering:test-bro...
/implementImplements features with parallel subagents through multi-phase workflow: discovery, architecture, coding, testing, reflection, with effort scaling and resume support.
Share bugs, ideas, or general feedback.
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated.
/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"/workflows:plan $ARGUMENTS/compound-engineering:deepen-plan/workflows:work — Use swarm mode: Make a Task list and launch an army of agent swarm subagents to build the planAfter work completes, launch steps 5 and 6 as parallel swarm agents (both only need code to be written):
/workflows:review — spawn as background Task agent/compound-engineering:test-browser — spawn as background Task agentWait for both to complete before continuing.
/compound-engineering:resolve_todo_parallel — resolve any findings from the review/compound-engineering:feature-video — record the final walkthrough and add to PR<promise>DONE</promise> when video is in PRStart with step 1 now.