plan

Generate structured markdown plans saved to .hermes/plans/ without executing actions.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill plan-brucebanner010198-commits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/brucebanner010198-commits/DevSecOps-Agency/tree/main/skills/sdlc-patterns/plan
Command: npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill plan-brucebanner010198-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode for Hermes helps users convert goals into concrete, executable plans without performing any work.

Core Features & Use Cases

  • It inspects context and generates a structured markdown plan.
  • It saves the plan to the active workspace under .hermes/plans/ for traceability.
  • It enforces non-execution, ensuring no code or actions are run during planning.

Quick Start

Instruct the AI to generate a concrete plan and save it to the active workspace.

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 software development plan from a prompt?

To generate an actionable software development plan, instruct the AI to craft a plan. It analyzes your prompt and outputs a structured markdown roadmap for feature development or sprint planning.

Does planning mode execute code or run actions while generating a plan?

No, planning mode enforces strict non-execution, ensuring no code or actions run while generating a plan. It only inspects context and outputs a structured markdown file for traceability.

Where are generated markdown plans saved in the workspace?

Generated markdown plans are saved directly to the active workspace. They are placed in the .hermes/plans/ directory to ensure traceability and easy access for task management.

Can I use this for sprint planning and feature development roadmaps?

Yes, you can use this for sprint planning and feature development roadmaps. It applies structured planning to software projects, converting goals into concrete, executable task management steps.

What is the best way to structure task management roadmaps without mutating code?

The best way to structure task management roadmaps without mutating code is to use a dedicated planning mode. It converts goals into markdown plans and saves them to your workspace, strictly enforcing non-execution.