2.0 KiB
2.0 KiB
name, description, argument-hint, disable-model-invocation
| name | description | argument-hint | disable-model-invocation |
|---|---|---|---|
| slfg | Full autonomous engineering workflow using swarm mode for parallel execution | [feature description] | true |
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
- Optional: If the
ralph-loopskill 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- Conditionally run
/compound-engineering:deepen-plan- Run the
deepen-planworkflow only if the plan isStandardorDeep, touches a high-risk area (auth, security, payments, migrations, external APIs, significant rollout concerns), or still has obvious confidence gaps in decisions, sequencing, system-wide impact, risks, or verification - If you run the
deepen-planworkflow, confirm the plan was deepened or explicitly judged sufficiently grounded before moving on - If you skip it, note why and continue to step 4
- Run the
/ce: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):
/ce:review mode:report-only— spawn as background Task agent/compound-engineering:test-browser— spawn as background Task agent
Wait for both to complete before continuing.
Autofix Phase
/ce:review mode:autofix— run sequentially after the parallel phase so it can safely mutate the checkout, applysafe_autofixes, and emit residual todos for step 8
Finalize Phase
/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- Output
<promise>DONE</promise>when video is in PR
Start with step 1 now.