plan

Generate executable project plans saved to .hermes/plans/ with structured sections.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode eliminates the gap between intent and execution by producing concrete, shareable project plans instead of performing any code or actions.

Core Features & Use Cases

  • Generates structured, actionable plans saved to .hermes/plans/
  • Includes goal, context, approach, step-by-step plan, files likely to change, tests/validation, risks and questions
  • Use Case: product teams preparing sprint scopes; developers debating task breakdowns; managers aligning stakeholders on priorities.

Quick Start

Ask the agent to generate a concrete, actionable plan for the task and save it to .hermes/plans/.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate an actionable project plan for software development instead of just writing code?▼

To generate a project plan, you can use plan mode to produce structured, shareable markdown plans instead of executing code. It creates a timestamped file detailing the goal, approach, step-by-step tasks, and risks.

What should be included in a sprint planning document for task decomposition?▼

A sprint planning document for task decomposition should include the project goal, context, approach, step-by-step plan, files likely to change, tests, validation, risks, and questions to align stakeholders.

How do I save a feature launch roadmap as a structured markdown file?▼

You can save a feature launch roadmap by instructing the agent to generate a plan. It automatically saves the structured markdown file to the .hermes/plans/ directory with a timestamp and descriptive slug.

Does plan mode execute code or only write project scoping documentation?▼

Plan mode only writes project scoping documentation and does not execute any code. It eliminates the gap between intent and execution by producing concrete, executable project plans for alignment.

Can I use this approach for task breakdowns across multiple teams?▼

Yes, you can use this planning approach for task breakdowns across teams. It helps product teams prepare sprint scopes and managers align stakeholders on priorities through structured documentation.