plan

Generate timestamped markdown development plans via read-only repository inspection.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/musical-basics/hermes-build-2 --skill plan-musical-basics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/musical-basics/hermes-build-2/tree/main/skills/software-development/plan
Command: npx skills add https://github.com/musical-basics/hermes-build-2 --skill plan-musical-basics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Plan skill lets users generate concrete, actionable markdown plans for development tasks without modifying any files or executing code, ensuring safe planning and clear next steps.

Core Features & Use Cases

  • Read‑only inspection: Allows the agent to examine repository context safely.
  • Structured planning: Produces markdown plans with goal, approach, steps, files, tests, risks.
  • Timestamped storage: Saves plans automatically under .hermes/plans/ with a timestamped filename.
  • Use Cases: Ideal for brainstorming implementation strategies, preparing change lists before a sprint, or documenting high‑level approaches without side effects.

Quick Start

Ask Hermes to create a plan for adding a new authentication endpoint in the project.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate a development plan without modifying my codebase?

You can generate a development plan without modifying code by using read-only repository inspection to examine the project context and safely outline goals, steps, and risks without side effects.

How do I create a markdown plan for a new software feature?

To create a markdown plan for a software feature, prompt the assistant to inspect the repository and outline the approach, required files, tests, and risks, saving the output as a timestamped markdown file.

Can I document implementation strategies in markdown without executing code?

Yes, you can document implementation strategies in markdown without executing code by inspecting the repository in read-only mode, ensuring safe planning and clear next steps without side effects.

Where are generated markdown development plans stored?

Generated markdown development plans are stored automatically in the .hermes/plans directory, using a timestamped filename to help organize and track planning documents over time.

What should be included in a structured development plan for a sprint?

A structured development plan for a sprint should include the goal, approach, detailed steps, required files, tests, and risks, providing clear next steps and actionable documentation for the team.

Does planning a new endpoint require write access to repository files?

No, planning a new endpoint does not require write access, because the process uses read-only repository inspection to examine context and generate the plan without modifying files or executing code.