What problem does it solve? When you need a concrete, actionable implementation plan before touching any code, this Skill enforces a strict plan-only mode: it inspects the repository with read-only commands and produces a structured markdown plan saved to your workspace, with zero risk of accidental edits or mutations. ## Core Features & Use Cases - Plan-Only Enforcement: Explicitly blocks code implementation, file edits, mutating terminal commands, commits, and external actions during the planning turn. - Structured Plan Output: Generates plans covering goal, context, approach, step-by-step actions, files likely to change, tests, risks, and open questions. - Workspace-Aware Saving: Writes timestamped plans to .hermes/plans/YYYY-MM-DD_HHMMSS-<slug>.md, working across local, docker, ssh, modal, and daytona backends. - Use Case: Before refactoring a module, invoke plan mode to get a written plan listing exact file paths, test targets, and verification steps, then review it before any code changes happen. ## Quick Start Ask the agent to plan the implementation of your feature and save the plan under .hermes/plans/ without making any code changes.