phased-delivery-plan

Generate phased implementation plans with branch-sized units and handoff outputs.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/p-iknow/fullstack-forge --skill phased-delivery-plan-p-iknow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phased-delivery-plan
Source: https://github.com/p-iknow/fullstack-forge/tree/main/.claude/skills/phased-delivery-plan
Command: npx skills add https://github.com/p-iknow/fullstack-forge --skill phased-delivery-plan-p-iknow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Break large roadmap items into reproducible, branch-sized implementation plans with explicit entry/exit gates, evidence requirements, and handoff outputs so teams can execute progressive delivery without ambiguous scope or hidden dependencies.

Core Features & Use Cases

  • One roadmap step per plan: enforce a single-step scope and file naming convention for predictable ordering.
  • Unit-level templates and gates: each unit includes objective, prerequisites, references, progressive tasks, exit criteria, evidence, and outputs for the next step.
  • Stage-level validation: final stage gate consolidates exit criteria and evidence across units before promotion.
  • Use Cases: scaffolding new features, splitting database migrations into safe increments, staged auth/commerce rollouts, and refactoring with clear handoffs.

Quick Start

Use the phased-delivery-plan skill to create a docs/plans/*.md file for a single roadmap step that contains 2–4 branch-sized units each populated with the mandatory sections, evidence items, and a final stage gate.

Frequently Asked Questions about phased-delivery-plan

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

FAQPage Schema
How do I break down a roadmap step into branch-sized implementation plans?

To break down a roadmap step into branch-sized implementation plans, generate a single markdown file containing 2–4 units. Each unit must specify objectives, prerequisites, progressive tasks, exit criteria, evidence, and handoff outputs for predictable progressive delivery.

What is progressive delivery planning for repository workflows?

Progressive delivery planning splits large roadmap items into reproducible branch-sized units with explicit entry and exit gates. This enforces single-step scope and requires evidence validation before stage promotion to eliminate hidden dependencies.

How do I create a phased delivery plan for a database migration?

Create a phased delivery plan by generating a docs/plans/*.md file for one roadmap step. Structure 2–4 branch-sized migration units with prerequisites, progressive tasks, exit criteria, and evidence to ensure safe incremental rollouts.

Does phased delivery planning support scaffolding new features and refactoring?

Phased delivery planning supports scaffolding new features, refactoring, and migrations by producing unit-level templates with clear gates. Each unit includes objective, prerequisites, references, tasks, exit criteria, evidence, and outputs for the next step.

What's the best way to enforce exit criteria and evidence across implementation units?

The best way to enforce exit criteria and evidence is applying a final stage gate that consolidates validation across all units. Each branch-sized unit must independently satisfy its exit criteria and evidence requirements before stage promotion.

When should I not use a single-step phased delivery plan?

You should not use a single-step phased delivery plan when a task spans multiple roadmap steps or lacks clear scope boundaries. This approach strictly enforces one roadmap step per plan to maintain predictable ordering and avoid ambiguous scope.