What problem does it solve? Turning a feature request into working code often fails because the plan is vague, tasks are too large, or file paths and code are missing. This Skill produces a concrete, step-by-step implementation plan saved to .hermes/plans/ so execution becomes mechanical and reviewable. ## Core Features & Use Cases - Plan-only mode: Inspects the repository with read-only commands and writes a markdown plan without modifying project code or running mutating commands. - Bite-sized task breakdown: Splits work into 2-5 minute tasks, each with exact file paths, complete copy-pasteable code, exact test commands with expected output, and commit steps. - TDD and engineering discipline: Applies DRY, YAGNI, test-driven development, and frequent commits throughout the plan structure. - Use Case: Ask for a plan to add user authentication, and receive a timestamped markdown file under .hermes/plans/ containing sequential tasks from model creation through password hashing, each with failing tests, minimal implementations, and verification commands. ## Quick Start Ask the agent to plan the implementation of your feature and save the plan to the workspace plans directory without writing any code.