What problem does it solve? Turning a feature specification into an ordered, executable implementation plan is error-prone: steps get batched, tests get written after code, and key design decisions are lost between sessions. This Skill structures that translation so each step is independently completable in a fresh context window. ## Core Features & Use Cases - Spec-to-plan conversion: Resolves a spec file path, a bare slug, or a free-text description into a saved plan file with context, key decisions, and sequenced steps. - TDD-first sequencing: Orders schema before logic and tests before implementation, with RED/GREEN expectations and manual verification checkpoints per step. - Work-type-aware completion: Branches the final step on work type (new-capability, change-to, fix-infra) so durable behavior is recorded in the right artifact — a feature doc, an updated capability doc, or a runbook. - Use Case: After drafting a spec for a new content-editing feature, run the plan skill with the spec slug to produce a step-by-step plan where each step carries a paste-ready prompt for a fresh implementation session. ## Quick Start Ask the AI to create an implementation plan from your spec file, for example by providing the path to the spec or its slug.