What problem does it solve? Jumping straight into implementation without a verified, structured plan leads to wrong assumptions, vague tasks, and wasted effort. This Skill produces a concrete, step-by-step implementation plan saved as a markdown file, so execution becomes obvious and delegable. ## Core Features & Use Cases - Plan-only mode: Inspects the repository with read-only commands and writes a plan without editing project files, running mutating commands, or committing. - Structured plan format: Generates plans with goal, architecture, exact file paths, complete copy-pasteable code, exact test commands with expected output, and bite-sized 2-5 minute tasks following TDD and frequent commits. - Verification-first planning: Requires every factual claim (duplication, compilation failures, missing tests) to be verified with actual tool output before being written into the plan. - Use Case: Before implementing a multi-step feature, ask for a plan; the Skill explores the codebase, designs the approach, and saves a timestamped plan under .dag/plans/ ready for task-by-task execution via subagent-driven-development. ## Quick Start Ask the agent to plan the implementation of your feature, for example: plan how to add password reset to the auth module and save it under .dag/plans/.