plan

Generate a Markdown plan document with goals, steps, and validation points.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a concrete, context-driven plan document without performing any execution, reducing misalignment and wasted effort.

Core Features & Use Cases

  • Generates a structured Markdown plan capturing goals, approach, tasks, and validation criteria.
  • Writes the plan to the active workspace under .hermes/plans/ with a timestamped filename for traceability.
  • Supports planning for small features or large projects, across teams, with clear delivery expectations.

Quick Start

Save the plan as a Markdown file 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 project plan from current workspace context without executing changes?▼

Generate a project plan by reading the current workspace context and writing a structured Markdown document with goals, steps, and validation points to the .hermes/plans/ directory using a timestamped filename, ensuring no execution actions are performed.

What is the best way to create structured Markdown plans for software development tasks?▼

Creating structured Markdown plans involves capturing project goals, approach, tasks, and validation criteria into a single document, which is then saved with a timestamped filename in the .hermes/plans/ workspace folder for full traceability.

Does this planning approach work for both small features and large project workflows?▼

This planning approach works for both small features and large project workflows across teams by generating formal Markdown documents that establish clear delivery expectations and validation points before any implementation begins.

Can I automate workflow planning without modifying my existing codebase?▼

You can automate workflow planning without modifying your codebase because the process requires read-only access to context and solely writes a new Markdown plan file to the .hermes/plans/ directory, leaving existing files untouched.

Why generate a formal plan document before starting software development work?▼

Generate a formal plan document before starting software development work to reduce misalignment and wasted effort by establishing concrete goals, actionable steps, and validation criteria in a timestamped Markdown file prior to execution.

How to validate project goals and steps before implementation begins?▼

Validate project goals and steps before implementation by generating a context-driven Markdown plan that explicitly outlines validation points and delivery expectations, saving it to .hermes/plans/ for team review.