What problem does it solve? Shipping a feature end-to-end requires coordinating brainstorming, spec writing, planning, TDD implementation, documentation updates, PR creation, and CI monitoring, which is tedious to orchestrate manually. This Skill automates that entire flow in autonomous mode, driven by a per-project profile at .workbench/autopilot.md. Note: this Skill is deprecated and superseded by workbench:pilot. ## Core Features & Use Cases - Ten-step autonomous workflow: bootstraps from a project profile, brainstorms with self-answered Q&A, writes spec and plan, executes via TDD and subagents, audits required skill invocations, opens a PR, and loops on CI until green. - Project profile system: reads .workbench/autopilot.md for PR behavior modes (stop_at_green, automerge, request_review), hooks, required-skill overrides, and project-specific rules, with a documented precedence chain (profile, session context, git detection, ask user). - Runtime adapters: ships reference docs mapping the workflow to both Claude Code and Codex tool names, including subagent dispatch patterns and CI polling shapes. - Use Case: Point it at a repo with a .workbench/autopilot.md profile and a feature topic; it produces a brainstorm log, committed spec and plan, TDD-implemented code in logical Conventional Commits, and an open PR with green CI. ## Quick Start Run the autopilot skill on this repository to take my feature topic from brainstorm through a green-CI pull request using the profile in .workbench/autopilot.md.