plan

Generate actionable Markdown plans saved to .hermes/plans/ without executing code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode generates concrete, actionable Markdown plans instead of performing code execution.

Core Features & Use Cases

  • Write a thorough, step-by-step plan for a task.
  • Save plans to the workspace under .hermes/plans/ with a timestamped filename.
  • Do not run terminal commands or modify repository files; operate in read-only context when needed.
  • Use for project planning, feature roadmaps, and workflow design.

Quick Start

Create and save a concrete Markdown plan 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 a project management plan in Markdown without executing code?▼

To generate a Markdown plan without code execution, use a planning mode that outputs concrete, step-by-step written plans. It saves the ready-to-use Markdown file to your workspace, ensuring a clear workflow design before implementation begins.

What's the best way to create feature roadmaps in Markdown for software development?▼

The best way to create feature roadmaps is using a dedicated Markdown planning mode. It generates a thorough, actionable document for your software project and saves it with a timestamped filename, preventing premature code execution.

Does plan mode modify repository files when generating workflow designs?▼

No, plan mode does not modify repository files or run terminal commands. It operates in a read-only context to observe constraints, ensuring your codebase remains untouched while it generates and saves the Markdown plan.

Can I use Markdown planning for team workflows and research tasks?▼

Yes, you can use Markdown planning for team workflows and research tasks. It generates concrete, actionable plans applicable to various contexts, writing a thorough document to help teams align before any actual implementation starts.

Where are generated Markdown plans saved in the workspace?▼

Generated Markdown plans are saved directly to the workspace under the .hermes/plans/ directory. Each plan is stored with a timestamped filename, ensuring organized tracking and easy retrieval for future reference.

When do I need a written plan instead of direct code execution?▼

You need a written plan instead of direct code execution when a task requires thorough, step-by-step preparation before implementation. This approach applies to software projects, research, and team workflows where a read-only Markdown plan is essential.