What problem does it solve? When you need a concrete implementation roadmap before touching any code, this Skill enforces a plan-only mode: it inspects the repository read-only and produces a structured markdown plan instead of making changes. ## Core Features & Use Cases - Plan-Only Enforcement: Prevents code edits, mutating commands, commits, and external actions during the planning turn. - Structured Plan Output: Generates plans covering goal, context, approach, step-by-step tasks, files to change, tests, and risks. - Workspace-Aware Saving: Stores plans as timestamped markdown files under .hermes/plans/, working across local, docker, ssh, modal, and daytona backends. - Use Case: Before refactoring a module, invoke plan mode to get a saved document listing exact file paths, test targets, and verification steps for later execution. ## Quick Start Ask the agent to plan the implementation of your feature and save the plan under .hermes/plans/ without modifying any code.