What problem does it solve? When you want a concrete, actionable implementation plan before any code is written, this Skill enforces a planning-only mode: no code edits, no mutating commands, just a well-structured markdown plan saved to your workspace. ## Core Features & Use Cases - Planning-Only Mode: Guarantees no implementation, file edits, commits, or external actions during the turn—only read-only inspection and plan authoring. - Structured Plan Format: Produces plans with goal, architecture, tech stack, bite-sized TDD tasks (2-5 minutes each), exact file paths, complete code snippets, and verification commands. - Workspace-Aware Saving: Saves plans as timestamped markdown files under .son-of-anton/plans/, compatible with local, docker, ssh, modal, and daytona backends. - Use Case: Before building a multi-step feature like user authentication, invoke plan mode to get a task-by-task breakdown with failing-test-first steps and commit points, then hand it off for subagent-driven execution. ## Quick Start Ask the agent to plan the implementation of your feature and save the plan to .son-of-anton/plans/ without writing any code.