What problem does it solve?
This Skill helps teams avoid jumping into implementation with vague or incomplete plans. It turns an approved spec or a clear engineering goal into a concrete execution artifact with ordered tasks, exact files to touch, verification commands, ownership, and failure handling before any code is edited.
Core Features & Use Cases
- Structured implementation planning: Produces a plan with task order, file paths, test evidence, done criteria, and risk tracking.
- Parallel work coordination: Defines cohesion contracts for multi-agent or multi-session work so ownership, shared interfaces, and merge order are explicit.
- Quality and safety guardrails: Enforces anti-placeholder rules, spec coverage checks, symbol consistency, and test requirements for every task.
- Use cases: Ideal when moving from an approved feature spec into implementation, planning a multi-file refactor, assigning specialist agents, or sequencing high-risk changes like API, migration, auth, or billing work.
Quick Start
Ask the AI to use write-plan to turn your approved spec into an ordered implementation plan with exact files, per-task tests, owners, and runnable verification commands.