generate-plan

Analyze user requirements to generate plan.md and task specification files.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/clover-storm/agentic --skill generate-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-plan
Source: https://github.com/clover-storm/agentic/tree/main/.claude/skills/generate-plan
Command: npx skills add https://github.com/clover-storm/agentic --skill generate-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes user requirements and automatically generates a project plan (plan.md) and task specifications (feature/bug/chore) to streamline early planning and documentation.

Core Features & Use Cases

  • Automatically decompose requirements into actionable tasks and milestones.
  • Generate plan.md with milestones and risk/verification sections, and create a type-specific md (feature.md, bug.md, or chore.md) to describe the work.
  • Load an existing plan.md when present, or create a new one to keep planning consistent across iterations.

Quick Start

Use the generate-plan skill with a user requirement to produce a ready-to-edit project plan and task definitions. Example: requirement: "Add user authentication and profile management" triggers plan.md generation and corresponding specs.

Frequently Asked Questions about generate-plan

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

FAQPage Schema
How do I automatically generate a project plan from requirements?

Provide your requirements to generate-plan and it decomposes them into actionable milestones and task specifications. It produces plan.md with structured sections, milestones, risk assessment, and verification steps, plus type-specific specs (feature.md, bug.md, or chore.md) with acceptance criteria.

What does a generated plan.md file include?

Plan.md contains milestones organized by phase, risk identification and mitigation strategies, verification sections, and links to type-specific task specs. The Skill also loads existing plan.md files to maintain planning consistency across iterations.

Can I use generate-plan to break down feature requests into deliverables?

Yes. The Skill analyzes feature requirements and decomposes them into clear milestones and task specifications with defined deliverables, acceptance criteria, and structured sections ready for team handoff and tracking.

What's the difference between the plan.md and type-specific specification files?

Plan.md provides the overall project roadmap with milestones and risk analysis across the full scope. Type-specific files (feature.md, bug.md, chore.md) contain granular task details, acceptance criteria, and implementation specifics for individual work items.

How does generate-plan handle existing project plans?

When plan.md already exists, the Skill loads and references it to maintain consistency rather than starting fresh. This keeps planning iterative and prevents duplicate milestone definitions across planning cycles.