What problem does it solve? When you need a concrete, reviewable implementation plan before any code changes happen, this Skill enforces a strict planning-only mode that produces a structured markdown plan saved to your workspace. ## Core Features & Use Cases - Plan-Only Mode: Prevents code edits, mutating commands, commits, and external actions while allowing read-only inspection of the repository. - Structured Plan Output: Generates plans covering goal, context, approach, step-by-step tasks, files to change, tests, risks, and open questions. - Workspace-Aware Saving: Stores plans under .hermes/plans/ with timestamped filenames, working across local, docker, ssh, modal, and daytona backends. - Use Case: Before refactoring an authentication module, invoke plan mode to get a written plan listing exact file paths, test targets, and verification steps, then review it before any implementation begins. ## Quick Start Ask the agent to plan the implementation of your feature and save the plan to .hermes/plans/ without making any code changes.