Agent skill
slfg
Full autonomous engineering workflow using swarm mode for parallel execution
Install this agent skill to your Project
npx add-skill https://github.com/EveryInc/compound-engineering-plugin/tree/main/plugins/compound-engineering/skills/slfg
SKILL.md
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— Record the plan file path fromdocs/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 plan
Parallel Phase
After 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 agent
Wait for both to complete before continuing.
Autofix Phase
/ce:review mode:autofix plan:<plan-path-from-step-2>— run sequentially after the parallel phase so it can safely mutate the checkout, applysafe_autofixes, and emit residual todos for step 7
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
custom-skill
default-skill
skill-one
Sample skill
disabled-skill
A skill with model invocation disabled
coding-tutor
Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Creates a persistent learning trail that compounds over time using the power of AI, spaced repetition and quizes.
agent-native-audit
Run comprehensive agent-native architecture review with scored principles
Didn't find tool you were looking for?