plan

Generate a timestamped Markdown plan with goals, steps, and validation.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rnben/hermes-skills --skill plan-rnben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/rnben/hermes-skills/tree/main/plugins/dev-workflow-skills/skills/plan
Command: npx skills add https://github.com/rnben/hermes-skills --skill plan-rnben

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes planning mode enables you to generate a concrete, Markdown-based plan describing goals, steps, and validation without applying changes to the workspace.

Core Features & Use Cases

  • Planning-only workflow: inspect context and produce a structured plan saved to .hermes/plans/.
  • Deterministic deliverable: a timestamped Markdown file that records goals, approach, and validation criteria.
  • Safe and auditable: never mutates repository or runs commands; ideal for reviews, scoping, and handoffs.

Quick Start

Ask the agent to generate a plan for the current task and save it to .hermes/plans/ with a timestamped filename.

Frequently Asked Questions about plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a markdown plan for a coding task without modifying repository files?

To generate a markdown plan without modifying repository files, use a planning-only workflow that inspects context and saves a structured plan to a designated directory. This ensures the repository remains untouched while producing an auditable, timestamped markdown deliverable.

Can I decompose complex project tasks into steps without executing workspace changes?

Yes, you can decompose complex project tasks into steps without executing workspace changes by operating in a read-only planning mode. This approach inspects the codebase context to produce task decomposition and risk assessment documents without mutating any files.

What is a read-only planning workflow for project scoping and risk assessment?

A read-only planning workflow for project scoping is a process that inspects repository context to generate structured goals, steps, and validation criteria. It produces a deterministic markdown file for reviews and handoffs without running commands or applying codebase changes.

Does the planning mode require write access to run commands in the active workspace?

Planning mode requires only read-only access to inspect the repository and context, not write access to run commands. It safely generates a timestamped markdown file into a specific plans directory and never mutates files in the active workspace.

When do I need a timestamped markdown plan for codebase handoffs?

You need a timestamped markdown plan for codebase handoffs when you require a safe, auditable record of goals, approach, and validation criteria. This deterministic deliverable ensures reviewers understand the project scope without risking unexecuted workspace mutations.