What problem does it solve? Coordinating a full feature delivery cycle — planning, coding, reviewing, filing residual findings, testing, and opening a pull request — normally requires manually chaining many separate steps and remembering to persist every artifact. This Skill runs that entire pipeline autonomously with enforced ordering gates. ## Core Features & Use Cases - Gated Pipeline Execution: Runs ce-plan, ce-work, ce-code-review, ce-test-browser, and ce-commit-push-pr in strict order, verifying each stage produced real output before continuing. - Autonomous Residual Handoff: Files unresolved review findings to a tracker (Linear, GitHub Issues, Jira) in non-interactive mode, or records them in the PR body or a fallback markdown file when no tracker is reachable. - Review Autofix Persistence: Commits and pushes code-review autofixes before proceeding so no changes are lost in the working tree. - Use Case: A developer types a feature description and the Skill produces a written plan in docs/plans/, implements the code, applies review fixes, files leftover findings as tickets, runs browser tests, and opens a pull request without further prompting. ## Quick Start Run the lfg skill with a feature description such as "add OAuth login to the settings page" and let it plan, implement, review, and open a pull request autonomously.