What problem does it solve? Jumping straight into coding complex features without a plan leads to missed requirements, vague tasks, and rework. This Skill enforces a plan-only mode that produces a concrete, step-by-step implementation plan saved as a markdown file before any code is written. ## Core Features & Use Cases - Plan-Only Mode: Restricts the agent to read-only inspection and writing a single plan file, with no code edits, commits, or mutating commands. - Structured Plan Format: Generates plans with goal, architecture, bite-sized tasks (2-5 minutes each), exact file paths, complete copy-pasteable code, test commands, and verification steps. - TDD and Execution Handoff: Embeds test-driven development cycles and frequent commits into every task, then hands off to subagent-driven-development for task-by-task execution. - Use Case: Before building a multi-file authentication feature, invoke plan mode to get a timestamped markdown plan under .anakot/plans/ detailing every file to create, failing tests to write, and commit steps. ## Quick Start Ask the agent to plan the implementation of your feature instead of executing it, and it will save a detailed markdown plan under .anakot/plans/.