dapp-sdd:plan

Create phased implementation plans with mandatory review gates from specifications.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/aaronbassett/midnight-knowledgebase --skill dapp-sdd-plan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dapp-sdd:plan
Source: https://github.com/aaronbassett/midnight-knowledgebase/tree/main/plugins/dapp-sdd/skills/plan
Command: npx skills add https://github.com/aaronbassett/midnight-knowledgebase --skill dapp-sdd-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create phased implementation plans from a specification with mandatory review gates after each phase.

Core Features & Use Cases

  • Generates a structured, phase-driven implementation plan with review gates between phases
  • Aligns tasks with a provided specification and governance standards
  • Produces a final plan document (.dapp-sdd/plan.md) suitable for handoff and audits

Quick Start

Load your specification from .dapp-sdd/spec.md and run the planner to generate the phased plan according to dapp-sdd:constitution.

Frequently Asked Questions about dapp-sdd:plan

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

FAQPage Schema
How do I create a phased implementation plan with mandatory review gates?▼

To create a phased implementation plan with review gates, load your specification into .dapp-sdd/spec.md and run the planner to generate a structured .dapp-sdd/plan.md with defined phases, gates, and task references.

What is a review gate in software deployment project management?▼

A review gate in software deployment project management is a mandatory checkpoint between implementation phases that enforces quality validation and traceable task alignment before proceeding to the next stage.

How do I generate a project plan from a specification document?▼

You can generate a project plan from a specification document by placing it at .dapp-sdd/spec.md and applying constitution standards to output a .dapp-sdd/plan.md with gated phases and traceable tasks.

Do I need a specification file to plan phased software implementations?▼

Yes, you need a specification file at .dapp-sdd/spec.md to plan phased software implementations, as the planner loads it directly to generate the structured .dapp-sdd/plan.md output with defined milestones.

What's the best way to structure milestones for software deployment projects?▼

The best way to structure milestones for software deployment projects is to divide them into setup, implementation, integration, testing, and documentation phases with mandatory quality gates between each phase.

Can I use phased planning for software audits and project handoffs?▼

Yes, you can use phased planning for software audits and project handoffs because it produces a final plan document with traceable tasks and review gates suitable for formal governance and compliance reviews.