End-to-end development pipeline from brainstorm to merged PR with compounded learnings
How this command is triggered — by the user, by Claude, or both
Slash command
/compounded-engineering:pipeline [feature idea or problem to explore]workflows/The summary Claude sees in its command listing — used to decide when to auto-load this command
Run these steps in order. Do not do anything else. ## Phase 1: Brainstorm (Interactive) 1. `/compound-engineering:workflows:brainstorm $ARGUMENTS` ## Phase 2: Plan & Refine (Autonomous) 2. `/ralph-loop:ralph-loop "finish all pipeline steps" --completion-promise "PIPELINE_DONE"` 3. `/compound-engineering:workflows:plan` (auto-detects brainstorm from docs/brainstorms/) 4. `/compound-engineering:deepen-plan` 5. `/compound-engineering:plan_review` on the plan file 6. Present review findings. Ask: "Apply review suggestions? (Yes/No)" - Yes → apply changes to the plan - No → proceed as-...
Run these steps in order. Do not do anything else.
/compound-engineering:workflows:brainstorm $ARGUMENTS/ralph-loop:ralph-loop "finish all pipeline steps" --completion-promise "PIPELINE_DONE"/compound-engineering:workflows:plan (auto-detects brainstorm from docs/brainstorms/)/compound-engineering:deepen-plan/compound-engineering:plan_review on the plan fileRead the plan. If it has milestones, process each sequentially. For each milestone (or the whole plan if no milestones), spawn a fresh Task agent:
"Implement the feature described in $PLAN_PATH (brainstorm: $BRAINSTORM_PATH). Your goal is a PR that is reviewed, CI-passing, and ready for merge.
Run /compound-engineering:workflows:work to implement the plan on a feature branch and open a PR.
Then request additional external reviews on the PR:
@codex review/gemini reviewWhen reviews come in, triage them. Address comments that improve correctness, security, or clarity. Explain your rationale when you disagree.
Run /compound-engineering:workflows:review for internal code review. Address any P1/P2 findings.
Monitor CI with gh pr checks --watch. If CI fails, reproduce locally first.
When done, run /compound-engineering:workflows:compound and commit learnings to the branch.
Notify me the PR is ready for merge with the PR URL."
For milestone plans: ask me "Milestone N complete. PR ready at $URL. Merge when ready and let me know to continue." Wait for my confirmation before spawning the next milestone's agent.
<promise>PIPELINE_DONE</promise>Start with step 1 now.
npx claudepluginhub bande-a-bonnot/compounded-engineering --plugin compounded-engineering/dev-loopOrchestrates full feature development cycle: interactive brainstorm/plan, GitHub issue/PR creation, automated implementation, iterative reviews (simplify/code/security) until clean.
/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Produces tested, reviewed code with commit and pipeline metrics.
/implementExecutes a single task through implementation, quality gates, and PR creation. Accepts plan documents, GitHub issues, or free-form descriptions.
/plannewCreates new development plan from scratch using feature/project description. Enters plan mode, enforces TDD/DRY/SOLID principles, sets up tasks with strict rules.
/implementImplements features with parallel subagents through multi-phase workflow: discovery, architecture, coding, testing, reflection, with effort scaling and resume support.