plan

Generate timestamped Markdown planning documents with risk assessment and validation criteria.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/dawsonblock/HERMY --skill plan-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/dawsonblock/HERMY/tree/main/hermes-agent-2026.4.23/skills/software-development/plan
Command: npx skills add https://github.com/dawsonblock/HERMY --skill plan-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode helps teams generate actionable planning documents from the current context, enabling planning without physical execution.

Core Features & Use Cases

  • Inspect context and produce a detailed markdown plan.
  • Save the plan to the active workspace under .hermes/plans/ with a timestamped filename.
  • Use for pre-execution scoping, risk assessment, and validation criteria.

Quick Start

Ask me to plan and I will generate a concrete Markdown plan 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 an actionable markdown plan from current workspace context?

Generating a markdown plan from workspace context involves inspecting the read-only environment to produce a step-by-step document, which is then saved deterministically to .hermes/plans/ with a timestamped filename.

Can I scope out task planning and risk assessment without executing code?

Yes, you can scope task planning and risk assessment without executing code by using a read-only context inspection mode that generates validation criteria and pre-execution steps without mutating the workspace.

How does saving timestamped planning documents to .hermes/plans/ work?

Saving timestamped planning documents to .hermes/plans/ works by taking the generated markdown plan and writing it to the active workspace directory using a deterministic, timestamp-based filename for tracking.

Do I need any dependencies or components to create step-by-step plans in Hermes?

No dependencies or components are required to create step-by-step plans in Hermes, as the planning mode operates independently to inspect context and generate validation criteria without external modules.

What is the best way to document pre-execution validation criteria for task planning?

The best way to document pre-execution validation criteria for task planning is to generate a detailed markdown file that includes risk assessment and step-by-step actions before any code execution occurs.

Why should I use a dedicated plan mode instead of directly executing workspace changes?

You should use a dedicated plan mode instead of direct execution to ensure thorough risk assessment and validation criteria are established first, preventing unintended workspace mutations during task planning.