What problem does it solve? Turning a spec or feature idea into code often fails because engineers lack context about the codebase, conventions, and testing approach. This Skill converts requirements into a comprehensive, bite-sized implementation plan that any developer can execute without prior knowledge of the project. ## Core Features & Use Cases - Bite-Sized Task Breakdown: Splits work into 2-5 minute steps following TDD: write failing test, verify failure, implement, verify pass, commit. - Exact File Paths and Code: Every task specifies exact files to create or modify, complete code snippets, and exact commands with expected output. - Execution Handoff: After saving the plan to docs/plans/, it offers subagent-driven execution or a parallel session with an executing-plans workflow. - Use Case: You have a feature spec for a new API endpoint. Use this Skill to produce a dated plan document with ordered TDD tasks, exact file paths, and commit steps ready for execution. ## Quick Start Ask the AI to use the writing-plans skill to create an implementation plan for your feature spec before writing any code.