What problem does it solve? Manually driving a feature through spec writing, branching, implementation, verification, and auditing requires constant supervision at every step. This Skill executes one bounded end-to-end pass on explicit request, producing a review packet instead of forcing you to babysit each stage. ## Core Features & Use Cases - Bounded Autonomous Loop: Picks or resumes a feature, writes or critiques the spec, creates the branch, implements in small verified steps, and stops with a review packet. - Checkpoint Commits: Creates a conventional checkpoint commit after each passing step on the feature or fix branch, keeping progress recoverable. - Targeted Audit and Repair: Audits only the changed code, repairs confirmed P0/P1 findings within scope, and records findings in a durable ledger. - Hard Safety Stops: Never merges, pushes, deploys, deletes data, or performs destructive actions without explicit approval. - Use Case: You run /autopilot 3 to target the third build-plan item; it writes the spec, implements each step with passing checks, audits the diff, and hands you a review packet ready for /complete. ## Quick Start Ask the agent to run /autopilot on a specific build-plan item, for example by saying run autopilot on the directory listing feature.