plan

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

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cryptopafi/nexusos-skills --skill plan-cryptopafi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/cryptopafi/nexusos-skills/tree/main/software-development/plan
Command: npx skills add https://github.com/cryptopafi/nexusos-skills --skill plan-cryptopafi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode helps teams avoid premature execution by generating a clear, actionable plan that can be saved for later reference.

Core Features & Use Cases

  • Generate a concise markdown plan containing context, goals, assumptions, approach, and steps.
  • Save the plan to the active workspace's .hermes/plans/ directory with a timestamped filename.
  • Ensure no code is executed and no project files are mutated; delivery is purely planning output.

Quick Start

Write a concrete markdown plan and save it under .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 plan for task management without executing code?

Generating a markdown plan without executing code involves creating a written document that captures context, goals, assumptions, and steps. This ensures project files remain non-mutated while providing a clear, actionable planning output for later reference.

What is plan mode in task management workflows?

Plan mode in task management workflows is a process that helps teams avoid premature execution by generating a clear, actionable plan. It inspects context, delineates steps, and saves a written plan instead of directly executing work on project files.

How do I save a timestamped markdown plan to a specific directory?

To save a timestamped markdown plan, you write the document and store it using a specific filename pattern like YYYY-MM-DD_HHMMSS-plan.md. The plan is automatically saved to the active workspace's designated .hermes/plans/ directory for later reference.

Does planning mode mutate project files during context inspection?

No, planning mode enforces non-mutating behavior and ensures no code is executed during context inspection. Delivery is purely planning output, meaning your project files remain completely untouched while generating the actionable plan.

What is the best way to structure a task management plan in markdown?

The best way to structure a task management plan in markdown is to include context, goals, assumptions, approach, and steps. This concise structure provides a comprehensive, ready-to-save document that guides execution without premature action.