What problem does it solve? Turning a spec or requirements document into actionable code is risky when the implementing engineer has no context about the codebase. This Skill converts requirements into a comprehensive implementation plan with exact file paths, complete code snippets, test commands, and commit steps, so execution is deterministic and reviewable. ## Core Features & Use Cases - Bite-Sized Task Breakdown: Splits work into 2-5 minute steps following TDD: write failing test, verify failure, implement minimally, verify pass, commit. - Task Numbering & Storage: Automatically assigns task numbers via a counter file and saves plans to tasks/TASK-{N}/writing-plans-plan.md. - Standard Project Structures: Provides reference layouts for NestJS backends, React frontends, and full-stack monorepos to ground plans in real conventions. - Use Case: After brainstorming a new authentication feature, hand the requirements to this Skill to produce a step-by-step plan that another engineer or AI agent can execute without asking clarifying questions. ## Quick Start Ask the AI to use the writing-plans skill to create an implementation plan for your feature requirements before writing any code.