plan

Convert user goals into actionable Markdown plans saved to .hermes/plans/.

Updated May 2, 2026
One-click install
npx skills add https://github.com/AlvaroBiano/hermes-agent --skill plan-alvarobiano
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/AlvaroBiano/hermes-agent/tree/main/skills/software-development/plan
Command: npx skills add https://github.com/AlvaroBiano/hermes-agent --skill plan-alvarobiano

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users convert complex tasks into concrete, execution-free planning documents saved as Markdown plans in the active workspace.

Core Features & Use Cases

  • Plan-only mode: outputs a concrete, actionable plan.
  • Auto-saves plan to .hermes/plans/ with a timestamped filename.
  • Supports planning for software development tasks, project scoping, and cross-team task breakdowns.

Quick Start

Provide a task context and I will generate and save a concrete plan 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 a markdown project plan without executing code?▼

To generate a markdown project plan without executing code, provide your task context to the plan mode. It converts your goals into actionable steps and saves the output as a timestamped Markdown file.

What is the best way to break down complex software development tasks into actionable steps?▼

Breaking down complex software development tasks into actionable steps is done by converting your goals into a structured, execution-free Markdown document. This process produces a concrete task breakdown saved directly to your workspace.

How do I scope a project and save the task breakdown to my workspace?▼

You can scope a project and save the task breakdown by submitting your project context. The system generates an execution-free plan and automatically saves it to the .hermes/plans/ directory using a timestamped filename.

Does plan mode modify my repository or execute scripts during task breakdown?▼

Plan mode does not modify your repository or execute scripts during task breakdown. It operates entirely in an execution-free manner, ensuring your codebase remains untouched while it drafts and saves the planning document.

Can I use this for cross-team project scoping without running code?▼

Yes, you can use this for cross-team project scoping without running code. It supports generating concrete, execution-free planning documents that outline actionable steps tailored for software development and team coordination.

Where are the generated markdown plans stored in the workspace?▼

The generated markdown plans are stored in the .hermes/plans/ directory within your active workspace. Each file is saved with a timestamped filename to help you track and organize multiple planning iterations.