What problem does it solve?
This Skill helps you execute substantial software changes without skipping the planning and review discipline that prevents costly rework later. It turns a vague feature request into a structured workflow that produces design artifacts, implementation, and an audit pass before you open a PR.
Core Features & Use Cases
- End-to-end change orchestration: Guides a feature through planning, implementation, and review in a fixed sequence.
- Phase-boundary confirmations: Requires explicit user approval before moving from ADR and spec creation to coding, then from coding to audit.
- Review-driven fix loop: Uses review findings to dispatch parallel fix work, then re-runs review until the change reaches a stable state.
- Use Case: When you need to introduce a multi-file feature or architectural change, this Skill creates the ADR and Gherkin spec first, implements against that contract, audits the result, and leaves you ready to package the work into a PR.
Quick Start
Ask the assistant to use drive-plan to take a substantial feature from planning through implementation and review with confirmation at every phase.