From compound-engineering-feat-python
Full autonomous engineering workflow using swarm mode for parallel execution
npx claudepluginhub weorbitant/compound-engineering-feat-python-plugin --plugin compound-engineering-feat-python[feature description]Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end. ## Sequential Phase 1. **Optional:** If the `ralph-wiggum` skill is available, run `/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"`. If not available or it fails, skip and continue to step 2 immediately. 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 ...
/slfgExecutes full autonomous engineering workflow for a feature using swarm mode: plans, builds in parallel, reviews/tests, resolves issues, records demo video, creates PR.
/slfgFull autonomous engineering workflow using swarm mode for parallel execution
/slfgFull autonomous engineering workflow using swarm mode for parallel execution
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
ralph-wiggum skill is available, run /ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE". If not available or it fails, skip and continue to step 2 immediately./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.