plan

Generate a timestamped, structured Markdown plan saved to .hermes/plans/ without modifying the repository.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill plan-simon-copilot-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Simon-Copilot-Studio/ai-content-hub/tree/main/software-development/plan
Command: npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill plan-simon-copilot-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode enables teams to outline concrete tasks instead of executing code, saving time and reducing risk by formalizing a plan before work.

Core Features & Use Cases

  • Inspect repository context and constraints to inform a step-by-step plan.
  • Generate a structured markdown plan and save it under .hermes/plans/.
  • Respect non-action policy by avoiding code changes or executions during planning.

Quick Start

Describe the plan for the current task and save a timestamped markdown file 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 plan for software tasks without modifying the repository?

To generate a markdown plan without modifying the repository, this Skill inspects context in read-only mode and outputs a standalone, timestamped markdown file to the .hermes/plans directory. It enforces a non-destructive, non-action policy during the planning phase.

What is the best way to formalize step-by-step workflow planning before code execution?

The best way to formalize workflow planning before execution is generating a concrete, deterministic markdown plan. This approach outlines required steps and constraints upfront, reducing risk by ensuring teams agree on the task plan before any code changes occur.

Does this planning tool support documentation projects as well as software development?

Yes, this planning tool supports documentation projects as well as software development. It applies to planning-only scenarios across both domains, generating structured markdown plans for any task requiring deterministic steps before actual execution begins.

Can I use this to inspect repository context and constraints for task management?

Yes, you can use this for task management to inspect repository context and constraints. It analyzes the active workspace read-only to inform the step-by-step plan, ensuring the generated markdown accurately reflects your project's current state and limitations.

How do I save generated task plans to a specific directory structure?

To save generated task plans, the Skill automatically writes the output markdown file to the active workspace's .hermes/plans directory. The resulting file uses a standalone markdown format with a timestamped name for easy tracking and historical reference.