plan

Generate and save markdown development plans to the .hermes/plans/ directory.

Updated May 9, 2026
One-click install
npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill plan-luminavault
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/LuminaVault/LuminaVaultServer/tree/main/Sources/App/Resources/Skills/software-development/plan
Command: npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill plan-luminavault

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps software developers create detailed plans for their projects, ensuring that they have a clear roadmap and actionable steps to follow.

Core Features & Use Cases

  • Plan Creation: Write and save markdown plans for software development tasks.
  • Contextual Analysis: Inspect the current context and assumptions.
  • Approach Definition: Outline proposed approaches and step-by-step plans.
  • File and Test Management: Identify files likely to change and necessary tests.
  • Risk Assessment: Evaluate risks, tradeoffs, and open questions.

Quick Start

Use the plan skill to create a development plan for your new project and save it to your workspace.

Frequently Asked Questions about plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a development plan for a software project?

You can create a software development plan by generating a markdown file that outlines goals, approaches, and step-by-step tasks. This ensures your development workflow has a clear roadmap and actionable steps to follow.

What should a software development plan include?

A software development plan should include contextual analysis, proposed approaches, step-by-step instructions, file and test management identification, and risk assessment. This provides comprehensive coverage of goals, tradeoffs, and open questions for your workflow.

How do I save development plans to my workspace?

You save development plans by writing markdown files directly to the `.hermes/plans/` directory within your active workspace. This requires read and write access to that specific folder to successfully store your workflow documents.

Can I assess project risks and tradeoffs during the planning phase?

Yes, you can assess project risks, tradeoffs, and open questions during the planning phase. The plan evaluates potential risks and identifies files likely to change, helping you mitigate issues before coding begins.

Does this planning approach work for tracking necessary tests?

Yes, this planning approach works for tracking necessary tests by identifying them during file management. Your development plan will outline which tests are needed alongside the files likely to change for the software task.