What problem does it solve? When you need a concrete implementation strategy before touching code, this Skill enforces a planning-only mode that produces a structured markdown plan instead of making changes, preventing premature or accidental modifications to your project. ## Core Features & Use Cases - Plan-Only Enforcement: Blocks code edits, mutating commands, commits, and external actions while allowing read-only inspection of the repository. - Structured Plan Output: Generates plans covering goals, assumptions, step-by-step approach, files likely to change, tests, risks, and open questions. - Workspace-Aware Saving: Stores plans as timestamped markdown files under .hermes/plans/ relative to the active workspace, working across local, docker, ssh, modal, and daytona backends. - Use Case: Before refactoring a large module, invoke plan mode to get a written plan with exact file paths, test targets, and verification steps saved to your workspace for review and later execution. ## Quick Start Ask the agent to plan the implementation of your feature and save the plan to .hermes/plans/ without making any code changes.