plan

Generate a concrete Markdown plan and save it to .hermes/plans/ with a timestamped filename.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves the planning bottleneck by generating a concrete Markdown plan.

Core Features & Use Cases

  • Plan-only mode: Inspect context and produce a structured plan without executing tasks.
  • Workspace persistence: Writes the plan to .hermes/plans/ with a timestamped filename.
  • Use Case: Ideal for project planning, feature development, and task orchestration when you want a clear, reviewable plan.

Quick Start

Request a plan for the current task and have it saved as a Markdown file under .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 structured task plan as a Markdown file without modifying my source code?

You can generate a structured task plan as a Markdown file by inspecting your project context and producing a standalone plan document. This plan-only approach saves the output to a timestamped file without altering your existing source files.

What is the best way to plan feature development workflows in a Hermes workspace?

The best way to plan feature development workflows in a Hermes workspace is to generate a concrete Markdown plan. This solves the planning bottleneck by creating a reviewable document saved directly to your workspace's plans directory.

Can I use this Markdown task planning approach for project management without executing any code changes?

Yes, you can use this Markdown task planning approach for project management without executing code changes. It operates in a plan-only mode that strictly produces a structured plan document, ensuring your source files remain completely unmodified.

Where are generated task management markdown plans stored in my workspace?

Generated task management markdown plans are stored in the .hermes/plans/ directory within your workspace. Each plan document is automatically saved with a timestamped filename for easy chronological tracking and future reference.

Does this task planning method require any external dependencies or specific components?

No, this task planning method does not require any external dependencies or specific components. It independently generates and saves a structured Markdown plan document directly within your existing workspace environment.

When should I avoid using an automatic Markdown plan generator for task orchestration?

You should avoid using an automatic Markdown plan generator when you need immediate task execution rather than a reviewable document. This approach is designed strictly for producing standalone plans, not for modifying source files or directly implementing the planned features.