What problem does it solve? Small development tasks still require a long manual loop: planning, branching, implementing, testing, pushing, self-reviewing, responding to review comments, and merging. This Skill chains the existing hero-skills commands into one automated pipeline so a small ticket or description becomes a merged PR without manual step-by-step coordination. ## Core Features & Use Cases - End-to-end pipeline orchestration: Runs plan, implement, simplify, push (with tests), self-review, mark-ready, await-review, respond, and ship as a single DAG with progress rendering. - Resume detection: Inspects git, PR, and work-item state to infer the correct resume step, so interrupted sessions continue without re-running completed steps. - Scope guard and safety gates: Refuses multi-item or one-way-door work, halts on failed child steps, and requires user confirmation at mark-ready and merge gates. - Use Case: A developer runs the skill with a Linear ticket ID like PROJ-123; the skill plans the work-item, implements it on an auto-created branch, runs tests, opens a draft PR, self-reviews, responds to bot comments, and merges after approval. ## Quick Start Run the one-shot skill with a ticket ID or short task description, such as asking it to take PROJ-123 from ticket to merged PR.