What problem does it solve? It turns vague feature requests into concrete, step-by-step implementation plans saved as markdown files, so coding work starts from a clear specification instead of guesswork. ## Core Features & Use Cases - Plan-only mode: Inspects the repository with read-only commands and produces a plan without editing project code or running mutating commands. - Structured task breakdown: Enforces bite-sized tasks (2-5 minutes each) with exact file paths, complete code snippets, test commands, and commit steps following TDD, DRY, and YAGNI principles. - Timestamped plan storage: Saves plans under .hermes/plans/ with date-based filenames for traceability. - Use Case: Before implementing a multi-file authentication feature, invoke this skill to generate a task-by-task plan with failing tests, minimal implementations, and verification commands, then hand it off for execution. ## Quick Start Ask the agent to plan the implementation of your feature and save the plan to .hermes/plans/ without writing any code.