What problem does it solve? Breaking down features, refactors, or bug fixes into clear, actionable tasks is error-prone and often produces vague or bloated plans. This Skill provides a framework for writing short, specific, verifiable task plans that keep implementation work on track. ## Core Features & Use Cases - Task Breakdown Principles: Enforces small, focused tasks (2-5 minutes each) with one clear, independently verifiable outcome per task. - Verification-First Planning: Every task includes a concrete "how to check" criterion, and a verification phase is always placed last. - Project-Specific Guidance: Adapts plan content to the project type (new project, feature addition, bug fix) instead of using fixed templates. - Use Case: When asked to add authentication to a web app, produce a concise plan file like auth-feature.md in the project root listing specific tasks such as installing next-auth and creating the API route, each with a verifiable check. ## Quick Start Ask the AI to create a structured implementation plan for your next feature or bug fix using the plan-writing skill.