releases-from-project-plan

Parse project plans to generate release specification markdown files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill reads a project plan and automatically materializes release specification files, aligning releases with planned milestones and ensuring consistent formatting across artifacts.

Core Features & Use Cases

  • Auto-generation: creates release-[ID]-[Name].md files from the "Propuesta de Releases" section of the project plan.
  • Template-driven output: each file follows the assets/release-spec-template.md structure to guarantee consistency and completeness.
  • Validation-ready artifacts: the generated releases are ready for subsequent validation steps such as /release-format-validation or /story-creation.

Quick Start

Parse docs/specs/project/project-plan.md to generate release-[ID]-[Name].md files for each proposed release.

Frequently Asked Questions about releases-from-project-plan

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

FAQPage Schema
How do I automatically generate release specification documents from a project plan?▼

To automatically generate release specification documents from a project plan, you can parse the "Propuesta de Releases" section to create individual kebab-case release-[ID]-[Name].md files. This process aligns releases with planned milestones to ensure consistent formatting across artifacts.

What is the best way to ensure consistent formatting across multiple release specification markdown files?▼

The best way to ensure consistent formatting across release specification markdown files is to use a template-driven output approach. By relying on a single source structure like assets/release-spec-template.md, every generated release file maintains identical sections and formatting completeness.

How do release specification files handle missing data during project plan parsing?▼

When project plan parsing encounters missing data during release specification generation, it relies on placeholders to fill the gaps. This ensures the template-driven output structure remains intact and validation-ready while preventing incomplete file generation.

Can I use the generated release specifications for subsequent validation steps?▼

Yes, you can use the generated release specifications for subsequent validation steps. The markdown files are structured to be validation-ready, allowing them to seamlessly feed into downstream processes like release-format-validation or story-creation workflows.