plan

Generate structured markdown implementation plans for software development tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents chaotic, unorganized development by forcing a structured planning phase before any code is written or modified.

Core Features & Use Cases

  • Safe Planning: Generates detailed markdown roadmaps without executing any code or mutating project files.
  • Contextual Awareness: Analyzes existing repository state to propose logical, step-by-step implementation strategies.
  • Use Case: When starting a new feature, use this Skill to outline the necessary file changes, test targets, and potential risks, ensuring a clear path forward before implementation begins.

Quick Start

Use the plan skill to create a detailed implementation roadmap for adding a new authentication module to the current project.

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 roadmap for a new software feature?

To generate a markdown roadmap, you can use a planning skill to outline file changes, test targets, and validation steps without executing code. It analyzes your repository state to produce a structured implementation plan for your software feature.

What is the best way to plan development architecture before writing code?

The best way to plan development architecture is by creating a structured markdown roadmap that documents goals and approaches. This forces a dedicated planning phase to analyze context and outline validation steps before any code is written.

Can I create an implementation plan without modifying my existing project files?

Yes, you can create an implementation plan without modifying project files by using a read-only planning tool. It operates safely within a designated directory to document your development roadmap without executing code or mutating your workspace.

How do I document potential risks and test targets for a new module?

You document risks and test targets by generating a structured markdown implementation plan. This roadmap forces you to outline necessary file changes and potential validation steps, ensuring a clear path forward before module implementation begins.

Does a pre-implementation planning workflow help prevent chaotic development?

Yes, a pre-implementation planning workflow prevents chaotic development by forcing a structured planning phase. It generates detailed markdown roadmaps that document goals, approaches, and validation steps before any code modification occurs.