qsd-plan-phase

Generate PLAN.md phase prompts with research and verification loops.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-plan-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-plan-phase
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-plan-phase
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-plan-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create executable phase prompts (PLAN.md) for roadmap phases with integrated research and verification.

Core Features & Use Cases

  • Orchestrates plan-phase workflow by parsing phase inputs, validating phase, performing optional research, spawning qsd-planner, and iterating in a verification loop with a max iteration guard.
  • Supports preflight ingestion of research outputs and flags like --research, --skip-research, --gaps, --skip-verify, --prd, --reviews, --text to tailor the planning workflow.
  • Generates traceable PLAN.md documents and ensures they meet acceptance criteria via qsd-plan-checker.

Quick Start

Run the plan-phase workflow to generate a new roadmap phase plan and start the verification loop.

Frequently Asked Questions about qsd-plan-phase

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

FAQPage Schema
How do I generate a phase plan with a built-in verification loop?

To generate a phase plan with a built-in verification loop, use the plan-phase workflow to create an executable PLAN.md document that automatically iterates verification checks against acceptance criteria. It orchestrates context spawning and applies a max iteration guard to ensure the final plan meets validation standards.

What is the best way to add research to roadmap planning workflows?

The best way to add research to roadmap planning workflows is using preflight ingestion with the --research flag. The system performs optional research before generating the phase plan, or you can use --skip-research to bypass it, tailoring the workflow to your available context.

Can I skip verification when generating executable phase prompts?

Yes, you can skip verification when generating executable phase prompts by applying the --skip-verify flag to the workflow. This bypasses the iterative verification loop with qsd-plan-checker, allowing faster plan generation when validation against acceptance criteria is not required.

How does preflight research ingestion work for phase planning?

Preflight research ingestion works by feeding existing research outputs into the planning workflow before generating the PLAN.md file. The system ingests these preflight findings to inform the context spawning process, ensuring the executable phase prompts are grounded in prior research data.

What flags are available to customize a phase plan workflow?

Available flags to customize a phase plan workflow include --research, --skip-research, --gaps, --skip-verify, --prd, --reviews, and --text. These per-phase flags drive specific workflow behaviors, allowing you to tailor the generation of executable phase prompts to your project requirements.