project-planning

Generate a structured project-plan.md from a requirement spec and template.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/dariopalminio/agile-sddf --skill project-planning-dariopalminio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-planning
Source: https://github.com/dariopalminio/agile-sddf/tree/main/.claude/skills/project-planning
Command: npx skills add https://github.com/dariopalminio/agile-sddf --skill project-planning-dariopalminio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Orchestrates the Planning phase of the ProjectSpecFactory by validating inputs, coordinating optional Story Mapping, and generating the docs/specs/project/project-plan.md from the current inputs and templates.

Core Features & Use Cases

  • Coordinates the Planning stage, verifying preconditions from previous phases, checking that templates exist, and delegating the actual plan generation to the project-architect.
  • Supports optional Story Mapping by using docs/specs/project/story-map.md to influence feature grouping and release slices.
  • Ensures the final project-plan.md is produced with the required metadata and review-ready structure, including status guidance for Ready/DOING.

Quick Start

Execute the planning phase to generate docs/specs/project/project-plan.md from the current requirement-spec and template.

Frequently Asked Questions about project-planning

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

FAQPage Schema
How do I automate project plan generation from a requirement spec?

To automate project plan generation, this Skill validates your requirement spec inputs and applies template-driven logic to produce a structured project-plan.md file. It coordinates the planning phase end-to-end, ensuring the output includes required metadata and review-ready structure.

What is story mapping and how does it influence release planning?

Story mapping influences release planning by using an optional story-map.md file to guide feature grouping and release slices. The Skill coordinates this optional story mapping input to shape the structure and sequencing of the final project plan.

Can I use a template-driven approach to structure my project specifications?

Yes, you can use a template-driven approach to structure project specifications. The Skill checks that planning templates exist and uses them to generate the final project-plan.md, ensuring the output adheres to the required structural and metadata standards.

Do I need a requirement spec before starting the project planning phase?

Yes, you need a requirement spec before starting the project planning phase. The Skill validates preconditions from previous phases, verifying that the current requirement spec exists before generating the project plan.

What are the limitations of automating project plan generation without story mapping?

Without story mapping, the project plan generation proceeds without the optional story-map.md file. This means feature grouping and release slices are generated solely from the requirement spec and template, lacking the refined grouping guidance that story mapping provides.

Best way to orchestrate the planning phase of a project specification?

The best way to orchestrate the planning phase is to validate existing requirement specs, check for available templates, and delegate plan generation to produce a review-ready project-plan.md. This Skill automates that entire workflow, including status guidance for Ready or DOING.