plan

Create structured markdown implementation plans with tasks and objectives.

Updated Oct 23, 2024
One-click install
npx skills add https://github.com/lenadlm/docker --skill plan-lenadlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/lenadlm/docker/tree/main/hermes-skills/skills/software-development/plan
Command: npx skills add https://github.com/lenadlm/docker --skill plan-lenadlm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of crafting detailed, actionable plans without the need for manual implementation or editing, providing a structured approach to project planning.

Core Features & Use Cases

  • Plan Creation: Generates a comprehensive markdown plan for implementation, ensuring every aspect of the project is documented.
  • Task Granularity: Ensures tasks are bite-sized and focused, allowing for easy implementation and tracking.
  • Documentation: Delivers a well-structured document with a clear header, objectives, files, and steps for implementation.
  • Use Case: Ideal for breaking down complex projects into manageable tasks, ensuring clarity and reducing errors in execution.

Quick Start

Use the plan skill to create a markdown plan for a new feature, saved to .hermes/plans/ with a timestamped filename.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I break down complex software requirements into actionable tasks?

Decomposing complex software requirements involves generating a structured markdown plan that breaks the project into bite-sized, focused tasks. This ensures every aspect of the implementation is documented and easy to track.

What is the best way to document multi-step feature implementation plans?

Documenting multi-step feature implementation is best done by creating a markdown document with a clear header, objectives, required files, and step-by-step instructions. This structured approach reduces execution errors.

Do I need markdown knowledge to generate project planning documents?

Yes, you need markdown knowledge to generate these project planning documents, as the skill outputs a well-structured markdown file. Project management principles are also required to ensure proper task decomposition.

Can I automate task decomposition for complex project planning?

Task decomposition for complex project planning can be automated by generating a comprehensive markdown document. The output details task-by-task delegation, saving the plan with a timestamped filename for tracking.

When should I use a structured plan for project implementation?

A structured plan for project implementation should be used when you need to break down complex projects into manageable tasks. It is ideal for multi-step feature implementation and complex requirements decomposition.

Where are generated markdown project plans saved?

Generated markdown project plans are saved directly to the .hermes/plans/ directory. The files are automatically created with a timestamped filename to ensure chronological tracking of your implementation documents.