What problem does it solve?
writing-plans helps you avoid vague, incomplete implementation directions by producing execution-ready plans that make the next code changes obvious, even for someone with little context.
Core Features & Use Cases
- Bite-sized, TDD-friendly tasks: Breaks work into 2–5 minute steps that include failing-test, run-to-verify, minimal implementation, and passing-test verification.
- Exact file paths and verification: Forces plans to specify create/modify/test paths, include copy-pasteable code snippets, and provide concrete commands with expected outcomes.
- Codebase onboarding for implementers: Guides the planner to explore the repository structure, discover existing patterns/tests, and document what must be checked before coding.
- Useful for delegating work: Designed to hand off task-by-task execution with spec compliance and code quality review after each step.
Examples Use Cases
Use this when you need to implement multi-step Windows Agent features, refactor a subsystem safely with tests, or coordinate multiple changes across docs, code, and tooling without losing correctness.
Quick Start
Ask the AI to write an implementation plan for your target feature with exact file paths, bite-sized tasks, full TDD cycles per task, and explicit verification commands.