qfai-sdd-planning

Generate plan.md and update spec-XXXX/10_Plan.md from SDD artifacts.

3|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/aganesy/QFAI --skill qfai-sdd-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qfai-sdd-planning
Source: https://github.com/aganesy/QFAI/tree/main/packages/qfai/assets/init/.qfai/assistant/skills/qfai-sdd-planning
Command: npx skills add https://github.com/aganesy/QFAI --skill qfai-sdd-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the finalization of executable implementation and verification plans, ensuring they are synchronized with finalized Software Design Description (SDD) artifacts and adhere to quality gates.

Core Features & Use Cases

  • Plan Generation: Creates plan.md and updates spec-XXXX/10_Plan.md based on refined SDD artifacts.
  • Artifact Synchronization: Ensures planning outputs remain aligned with layered specifications and captures changes in delta files.
  • Reviewer Gate: Delegates final approval to an independent Reviewer to verify compliance and alignment.
  • Use Case: After refining the software requirements and design, use this Skill to generate a detailed implementation plan, including tasks, verification strategies, and risk handling, ready for development.

Quick Start

Finalize the executable plan for spec-XXXX and submit it for review.

Frequently Asked Questions about qfai-sdd-planning

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

FAQPage Schema
How do I generate an executable implementation plan from finalized SDD artifacts?

Generating an executable implementation plan from finalized SDD artifacts involves synchronizing planning outputs with layered specifications and applying quality gates. The process automatically creates `plan.md` and updates the `spec-XXXX/10_Plan.md` file with detailed tasks and verification strategies.

What is artifact synchronization in software design planning?

Artifact synchronization in software design planning ensures that generated implementation outputs remain strictly aligned with layered specifications. It captures any specification changes in delta files to maintain consistency between the finalized design artifacts and the executable plan.

How do I enforce a quality gate for final plan approval?

Enforcing a quality gate for final plan approval requires delegating the finalized implementation and verification plan to an independent Reviewer. This reviewer gate verifies compliance and alignment before development begins, ensuring all artifacts meet quality standards.

How do I manage delta decisions when requirements change during planning?

Managing delta decisions when requirements change during planning involves capturing those modifications in dedicated delta files. This ensures the executable implementation plan stays synchronized with the updated Software Design Description artifacts without losing track of changes.

When do I need to update the 10_Plan.md specification file?

You need to update the `10_Plan.md` specification file after refining software requirements and design. It is updated alongside generating `plan.md` to finalize executable implementation and verification plans ready for development and reviewer approval.