What problem does it solve? It bridges the gap between a technical plan and autonomous execution by converting a plan document into a deterministic, machine-readable task structure (branch, phases, checkboxes) that autopilot and review workflows can parse without ambiguity. ## Core Features & Use Cases - Deterministic plan transformation: Converts a technical plan from docs/plans/ into docs/active/<name>/ with a plan map, context file, and checkbox task list, adding no new content of its own. - Strict parser contract: Enforces flat, column-zero checkboxes with literal [Unit], [E2E], and [Manual] markers so autopilot, execute, and review workflows can grep progress reliably. - Readiness gate and handoff: Verifies E2E prerequisites, operator preparation checklists, and git state before launching the dev-autopilot workflow. - Use Case: After running /dev-plan for a new feature, invoke this Skill to create the feature branch, generate the task files, commit the initialization, and hand off directly to the autopilot for implementation. ## Quick Start Run /dev-docs with the path to your latest plan in docs/plans/ to create the task structure and start the autopilot.