plan

Generate a plan and save it to .hermes/plans/ without executing code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan Mode helps users avoid premature execution by generating a ready-to-save markdown plan instead of performing actions in the workspace.

Core Features & Use Cases

  • Generate a concrete, markdown plan without executing code or mutating files.
  • Save plans automatically to the active workspace at .hermes/plans/ for easy recall and sharing.
  • Support planning sessions for software development, research, and project tasks with clear goals and steps.

Quick Start

Tell Hermes the planning task and it will generate a concrete markdown plan saved to .hermes/plans/.

Frequently Asked Questions about plan

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

FAQPage Schema
What is plan mode and how does it help with task planning?

Plan mode is a planning approach that generates concrete markdown plans instead of executing tasks. It helps users avoid premature execution by inspecting context and writing a structured task planning document for software development or research sessions.

How do I generate a markdown plan for software development without running code?

To generate a markdown plan without running code, provide the planning task details. The system creates a concrete markdown plan and saves it automatically to the .hermes/plans/ directory in the active workspace, strictly avoiding any executing or mutating actions.

Can I use plan mode for research and project work sessions?

Yes, you can use plan mode for research and project work sessions. It supports planning sessions across software development, research, and project tasks by generating clear goals and steps in a markdown format saved to the active workspace.

Where are markdown plans saved in the workspace?

Markdown plans are saved automatically to the .hermes/plans/ directory within the active workspace. This location ensures easy recall and sharing of the generated task planning documents without altering other workspace files.

Does plan mode execute commands or mutate files in the workspace?

No, plan mode does not execute commands or mutate files. It strictly satisfies the requirement to refrain from executing or mutating actions, ensuring it only generates and saves a markdown plan to the workspace.

What is the best way to avoid premature execution during automation planning?

The best way to avoid premature execution during automation planning is to use a plan-first approach. This method inspects the provided context and writes a ready-to-save markdown plan, ensuring no mutating actions are performed until the plan is reviewed.