plan

Convert context into a timestamped markdown plan saved to .hermez/plans/.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/gqf2008/hermez-ai --skill plan-gqf2008
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/gqf2008/hermez-ai/tree/main/skills/software-development/plan
Command: npx skills add https://github.com/gqf2008/hermez-ai --skill plan-gqf2008

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode converts context into a concrete markdown plan that resides in the active workspace.

Core Features & Use Cases

  • Generate a step-by-step plan for software development, research, or project tasks without executing changes.
  • Save the plan under .hermez/plans/ with a timestamped filename for traceability.
  • Allow read-only inspection of current context and assumptions before execution.

Quick Start

Generate a concrete plan for the current task and save it to the active workspace's .hermez/plans/ directory.

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 a software development task without executing changes?▼

To generate a markdown plan without executing changes, use planning mode to convert your current task context into a concrete step-by-step plan. It saves the plan to your workspace with a timestamped filename for full traceability.

What is the best way to save project plans in a workspace for traceability?▼

The best way to save project plans for traceability is to use a planning workflow that generates timestamped markdown files. This ensures every plan is stored in your workspace directory with a clear chronological history.

Can I inspect workspace context and assumptions before starting execution?▼

Yes, you can inspect current context and assumptions before execution. Planning mode operates as a read-only workflow, ensuring no mutations occur to your workspace until you are ready to execute the generated plan.

Does planning mode support research and project management workflows?▼

Planning mode supports research and project management workflows by converting context into concrete markdown plans. It applies to any planning-only workflow, allowing you to outline steps without executing any actual changes.

Why should I use a read-only planning workflow instead of direct execution?▼

You should use a read-only planning workflow to safely inspect assumptions and generate structured markdown plans before committing. This prevents unintended mutations and ensures your execution prep is fully traceable.