plan

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

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill plan-chris-chai-minjae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge/tree/main/skills/software-development/plan
Command: npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill plan-chris-chai-minjae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning-only workflows that generate actionable plans instead of executing changes, ensuring work remains as documentation.

Core Features & Use Cases

  • Generate a concrete Markdown plan describing goals, steps, and validation criteria.
  • Save the plan to the active workspace under .hermes/plans/ with a timestamped filename.
  • Enforce non-execution: no code edits, file mutations, or runtime actions.
  • Ideal for feature scoping, task decomposition, and project kickoff.

Quick Start

Write a concrete Markdown plan and save it 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 Markdown project plan without executing any code changes?

To generate a Markdown project plan without executing changes, use a planning-only workflow that writes goals, steps, and validation criteria to a document. This ensures your task breakdown remains as actionable documentation without triggering runtime actions or file mutations.

What is a planning-only workflow for feature scoping and task decomposition?

A planning-only workflow for feature scoping produces a concrete Markdown plan describing project goals and steps while strictly enforcing non-execution. It separates the planning phase from implementation, ensuring no code edits or runtime actions occur until the plan is reviewed.

How do I save a feature kickoff plan to my workspace as a timestamped Markdown file?

To save a feature kickoff plan to your workspace, the workflow generates a Markdown document and stores it under the .hermes/plans/ directory. The plan is automatically saved with a timestamped filename for easy tracking and retrieval.

Does the planning workflow enforce non-execution to prevent runtime actions and file mutations?

Yes, the planning workflow strictly enforces non-execution by preventing any code edits, file mutations, or runtime actions. This guarantees that your project kickoff or task breakdown remains entirely as documentation within the generated Markdown plan.

Can I use this Markdown plan generation for task breakdown in a software engineering workspace?

Yes, you can use this Markdown plan generation for task breakdown in a software engineering workspace. It is specifically designed for feature scoping and project kickoffs, applying a planning mode that outputs structured documentation safely to your active workspace.

What are the limitations of a planning-only workflow that writes plans to .hermes/plans/?

The main limitation of this planning-only workflow is that it cannot execute code edits, file mutations, or runtime actions. It is strictly designed to generate and save Markdown plans to .hermes/plans/, meaning you must use separate tools for actual implementation.