This is the full autopilot mode for compound-engineering: it runs plan, implementation, code review with autofixes, browser tests, commit, PR creation, and then watches CI in a loop, automatically fixing failures up to three attempts before giving up. It persists code review findings either by updating the PR body or writing a fallback markdown file if no PR exists yet, so nothing gets lost. Use it when you want genuinely hands-off execution of a feature request and trust the pipeline to handle the entire flow without asking permission at each gate. The tradeoff is obvious: you give up control and inspection between steps for speed and autonomy.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill lfg