plan

Generate a concrete markdown plan and save it to .hermes/plans/.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode reduces ambiguity by turning user intent into concrete, actionable markdown plans that can be saved for later reference.

Core Features & Use Cases

  • Deterministic planning: generates structured markdown plans without executing code.
  • Plan storage: writes outputs under .hermes/plans/ with timestamped filenames.
  • Use Case: for sprint planning, task decomposition, and project scoping.

Quick Start

Request a concrete markdown plan and Hermes will save it to .hermes/plans/.

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 task decomposition without executing code?

To generate a markdown plan without executing code, request a concrete plan and the system outputs a structured markdown file. This deterministic planning approach creates reference documents for task decomposition while preventing unintended script execution.

Where are generated markdown plans stored for later reference?

Generated markdown plans are stored in the .hermes/plans/ directory. The system creates a single timestamped plan file at this predictable path, ensuring you can easily locate and retrieve generated workflow documentation for later reference.

Can I use this planning tool for sprint planning and project scoping?

Yes, you can use this planning tool for sprint planning and project scoping. It applies deterministic documentation to reduce ambiguity by turning user intent into concrete, actionable markdown plans suitable for these specific project management use cases.

Does the markdown plan generation require any dependencies or components?

Markdown plan generation requires no external dependencies or components. It operates using read-only context access to generate the plan content, ensuring a lightweight environment setup without needing additional libraries or framework installations.

What is the difference between deterministic planning and executing code directly?

Deterministic planning generates structured markdown documentation without executing code, whereas direct execution runs scripts immediately. This approach prevents unintended side effects, providing a safe, non-executable method to outline workflows and task decomposition before implementation.