plan

Generate a Markdown plan document saved to .hermes/plans/.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/photonics-dhl/Hermes --skill plan-photonics-dhl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/photonics-dhl/Hermes/tree/main/hermes-home/skills/software-development/plan
Command: npx skills add https://github.com/photonics-dhl/Hermes --skill plan-photonics-dhl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning complex Hermes tasks can be time-consuming and error-prone when done manually. This skill automates planning by generating a concrete markdown plan instead of executing work, ensuring a clear blueprint before any action.

Core Features & Use Cases

  • Generates a deterministic, readable plan in Markdown.
  • Saves plan files to the active workspace at .hermes/plans/ for later review or execution.
  • Supports planning for any Hermes task context without mutating source files or running commands.

Quick Start

Use this skill to generate a plan for the current task and save it to .hermes/plans/YYYY-MM-DD_HHMMSS-plan.md.

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 planning document for development workflows without executing commands?

To generate a Markdown planning document without executing commands, use a deterministic planning workflow that outlines goals, steps, and validation criteria, saving the blueprint to your workspace.

What is the best way to outline project steps and validation criteria before mutating source files?

The best way to outline project steps without mutating source files is to generate a concrete plan document that defines validation criteria and goals, ensuring a clear blueprint before any action.

How does a planning assistant save generated workflow plans to an active workspace?

A planning assistant saves generated workflow plans by creating a Markdown file with a timestamped filename, storing the document in the active workspace for later review or execution.

Can I create a development plan for any task context without running code changes?

Yes, you can create a development plan for any task context without running code changes, as the planning process generates a readable document and does not perform source file mutations.

What are the limitations of using a plan-only mode for complex development tasks?

The limitation of plan-only mode is that it generates a document without performing changes to source files or running commands, meaning you must execute the outlined steps separately.

Do I need an existing workspace directory to save generated Markdown plan files?

Yes, you need an active workspace directory to save generated Markdown plan files, as the deterministic workflow stores the timestamped output document in the workspace path.