home / skills / ratacat / claude-skills / lfg
This skill automates an end-to-end engineering workflow, orchestrating planning, review, testing, and video generation to accelerate delivery.
npx playbooks add skill ratacat/claude-skills --skill lfgReview the files below or copy the command above to add this skill to your agents.
---
name: lfg
description: Full autonomous engineering workflow
---
## Arguments
[feature description]
Run these slash commands in order. Do not do anything else.
1. `/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"`
2. `/workflows:plan $ARGUMENTS`
3. `/compound-engineering:deepen-plan`
4. `/workflows:work`
5. `/workflows:review`
6. `/compound-engineering:resolve_todo_parallel`
7. `/compound-engineering:test-browser`
8. `/compound-engineering:feature-video`
9. Output `<promise>DONE</promise>` when video is in PR
Start with step 1 now.
This skill orchestrates a full autonomous engineering workflow for building, testing, and delivering features from source materials. It combines planning, iterative development, parallel task resolution, browser-based testing, and multimedia feature delivery to produce PR-ready artifacts. The goal is repeatable end-to-end feature delivery with minimal human coordination.
The skill sequences planning, deepening, work execution, review, parallel TODO resolution, browser testing, and feature video generation. It inspects source materials and an existing plan, refines tasks, executes engineering steps, runs tests in a headless browser environment, and produces a short demonstration video attached to the pull request. The workflow emits a simple completion promise when the video and PR artifacts are ready.
What inputs does the workflow need?
Supply a clear feature description, acceptance criteria, and any relevant source materials or repo references so the planner can create actionable tasks.
Can tasks run in parallel?
Yes. The workflow supports parallel resolution of independent TODO items to accelerate completion while preserving review checkpoints.
How is the demo video generated?
The workflow runs browser-based tests and records a short feature video demonstrating acceptance criteria; that video is attached to the PR as part of delivery.
What signals completion?
Completion is signaled when the PR contains code, tests, review artifacts, and the feature demo video, at which point the workflow emits a final completion token.