plan

Generate a timestamped markdown plan saved under .hermes/plans/ without executing code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a clear, executable plan as markdown that guides tasks without performing any code or file changes. This helps teams align on scope, steps, and validation criteria before implementation.

Core Features & Use Cases

  • Generate a timestamped markdown plan saved under .hermes/plans/.
  • Enforce non-execution: no code is written, no files are modified during planning.
  • Supports planning for software development, architecture reviews, and project scoping.

Quick Start

Plan a task now and save the resulting plan to .hermes/plans/ as a timestamped markdown file.

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 execution plan without writing or modifying code?

You can generate a markdown execution plan without executing code by using a non-mutating plan mode. This enforces execution prevention, ensuring no files are modified while producing a clear, reviewable plan for team alignment before implementation.

What is the best way to document software development steps before implementation?

The best way to document software development steps is generating a timestamped markdown file. This captures step-by-step instructions and validation criteria, enforcing non-execution so teams can review project scope safely before any code is written.

How do I save project planning documents to a specific directory automatically?

You can save project planning documents automatically by generating timestamped markdown files under the .hermes/plans/ path. This ensures every planning session is archived systematically, providing an organized history of project scopes without manual file management.

Can I use markdown planning for architecture reviews and project scoping?

Yes, markdown planning supports architecture reviews and project scoping. Plan mode generates concrete, step-by-step documentation that helps teams define scope and validation criteria across software development and design review processes.

Does plan mode prevent file modifications during the planning phase?

Yes, plan mode enforces strict non-mutating behavior to prevent file modifications during planning. It prohibits code execution and file changes, ensuring the output remains a safe markdown document for review before implementation begins.