Full autonomous engineering workflow
Install
mkdir -p .claude/skills/lfg-nabilban && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15275" && unzip -o skill.zip -d .claude/skills/lfg-nabilban && rm skill.zipInstalls to .claude/skills/lfg-nabilban
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Full autonomous engineering workflowAbout this skill
CRITICAL: You MUST execute every step below IN ORDER. Do NOT skip any required step. Do NOT jump ahead to coding or implementation. The plan phase (step 2) MUST be completed and verified BEFORE any work begins. Violating this order produces bad output.
-
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 $ARGUMENTSGATE: STOP. If ce-plan reported the task is non-software and cannot be processed in pipeline mode, stop the pipeline and inform the user that LFG requires software tasks. Otherwise, verify that the
ce-planworkflow produced a plan file indocs/plans/. If no plan file was created, run/ce-plan $ARGUMENTSagain. Do NOT proceed to step 3 until a written plan exists. Record the plan file path — it will be passed to ce-review in step 4. -
/ce-workGATE: STOP. Verify that implementation work was performed - files were created or modified beyond the plan. Do NOT proceed to step 4 if no code changes were made.
-
/ce-review mode:autofix plan:<plan-path-from-step-2>Pass the plan file path from step 2 so ce-review can verify requirements completeness.
-
/compound-engineering-todo-resolve -
/compound-engineering-test-browser -
Output
<promise>DONE</promise>when complete
Start with step 2 now (or step 1 if ralph-loop is available). Remember: plan FIRST, then work. Never skip the plan.