What problem does it solve? When you want a concrete, reviewable implementation plan before any code is touched, this Skill enforces a planning-only mode: the agent inspects context with read-only operations and produces a structured markdown plan instead of mutating your project. ## Core Features & Use Cases - Plan-only enforcement: No code edits, no mutating terminal commands, no commits or external actions during the turn. - Structured plan output: Generates goal, context, approach, step-by-step plan, files to change, tests, risks, and open questions. - Workspace-aware saving: Saves 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 plan listing exact file paths, test targets, and verification steps that you can review and approve first. ## Quick Start Ask the agent to plan the implementation of your feature and save the plan under .hermes/plans/ without making any code changes.