What problem does it solve? Coordinating a full feature workflow (brainstorm, spec, plan, TDD implementation, docs, audit, PR, CI) by hand is error-prone and inconsistent. This Skill automates the mechanical steps while keeping the user in control of the two design decisions that matter most: the brainstorm and the spec approval. ## Core Features & Use Cases - Human gates plus autonomy: The user drives the step 2 brainstorm and step 3 spec approval; the agent autonomously handles workspace prep, planning, TDD execution with subagents, docs, audits, PR creation, and the CI loop. - Project profile driven: Reads .workbench/autopilot.md for PR behavior (stop_at_green, automerge, request_review), hooks, required skills, and project-specific rules. - Deviation logging and skill audit: Records every departure from the approved spec or plan in a scratch log and runs a blocking pre-PR audit confirming all required skills were invoked. - Use Case: A developer wants to ship a new feature with full design control but without manual orchestration. They answer brainstorm and spec questions, then the Skill implements, tests, audits, opens the PR, and optionally automerges once CI is green. ## Quick Start Run the copilot workflow to ship my next feature, pausing for me at the brainstorm and spec approval gates. Note: this Skill is deprecated and superseded by workbench:pilot.