What problem does it solve?
Autonomous build loops drift, re-run finished work, or silently stall when no conductor enforces a strict one-spec-one-stage contract. This Skill conducts a single tick of the flow-next pipeline: it selects one ready spec, classifies its current stage, dispatches exactly one stage skill, verifies state advanced, and ends with a parseable PILOT_VERDICT line that host loop primitives like /loop or /goal can drive.
Core Features & Use Cases
- Single-tick stage conductor: Selects one ready spec with dependency, claim-collision, and strike-ledger checks, then classifies it into plan, plan-review, work, qa, or make-pr and dispatches exactly one stage skill.
- Verdict contract for drivers: Every tick ends with one terminal PILOT_VERDICT line (ADVANCED, NO_WORK, DEFERRED_TO_LAND, BLOCKED, NEEDS_HUMAN) so /goal and /loop stop clauses can route or halt unattended runs.
- Optional backlog mode: When pilot.autonomy is set to backlog, it widens selection to tracker-promoted issues, triages items by agent judgment, and parks gaps as async questions without ever merging or authoring specs.
- Use Case: Point a Claude Code /goal loop at your backlog with the instruction to keep running pilot until it prints PILOT_VERDICT=NO_WORK, and each tick advances one spec one stage toward a draft PR.
Quick Start
Ask the agent to run the flow-next pilot on your ready specs, optionally with a review backend such as --review=codex, and let it emit its PILOT_VERDICT after one tick.