From compound-engineering
Executes full autonomous software engineering workflow using swarm mode for parallel planning, coding, review, testing, autofix, todo resolution, and feature video in PR.
npx claudepluginhub everyinc/compound-engineering-plugin --plugin compound-engineeringThis skill uses the workspace's default tool permissions.
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
ralph-loop skill is available, run /ralph-loop:ralph-loop "finish all slash commands" --completion-promise "DONE". If not available or it fails, skip and continue to step 2 immediately./ce:plan $ARGUMENTS — If ce:plan reported the task is non-software and cannot be processed in pipeline mode, stop the pipeline and inform the user that SLFG requires software tasks. Otherwise, record the plan file path from docs/plans/ for steps 4 and 6./ce:work — Use swarm mode: Make a Task list and launch an army of agent swarm subagents to build the planAfter work completes, launch steps 4 and 5 as parallel swarm agents (both only need code to be written):
/ce:review mode:report-only plan:<plan-path-from-step-2> — spawn as background Task agent/compound-engineering:test-browser — spawn as background Task agentWait for both to complete before continuing.
/ce:review mode:autofix plan:<plan-path-from-step-2> — run sequentially after the parallel phase so it can safely mutate the checkout, apply safe_auto fixes, and emit residual todos for step 7/compound-engineering:todo-resolve — resolve findings, compound on learnings, clean up completed todos/compound-engineering:feature-video — record the final walkthrough and add to PR<promise>DONE</promise> when video is in PRStart with step 1 now.