qsd-execute-phase

Orchestrate phase execution by discovering plans, validating dependencies, and coordinating subagents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end execution of a phase by discovering plans, validating dependencies, dividing work into waves, and coordinating subagents and results aggregation.

Core Features & Use Cases

  • Wave-based parallel execution to process phase plans efficiently, with gating and quota controls.
  • Subagent orchestration: each plan runs in its own isolated context with loaded full phase state.
  • Flexible flag handling: supports --wave, --gaps-only, and --interactive to tailor execution.
  • Preflight research ingestion: uses optional preflight outputs to bias the run when available.

Quick Start

Invoke the execute-phase workflow for a specific phase by passing the phase number and optional flags such as --wave, --gaps-only, or --interactive.

Frequently Asked Questions about qsd-execute-phase

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

FAQPage Schema
How do I execute phase plans with wave-based parallelism using subagents?

To execute phase plans with wave-based parallelism, an orchestrator discovers plans, validates dependencies, divides work into waves, and coordinates subagents to process multiple concurrent plans efficiently.

What is wave-based parallel execution for phase orchestration?

Wave-based parallel execution is an orchestration mechanism that divides phase plans into sequential waves, processing concurrent tasks within each wave while enforcing gating and quota controls for efficient resource pacing.

How do I handle complex dependencies when orchestrating concurrent workflow plans?

Handling complex dependencies during workflow orchestration requires validating plan dependencies before execution, then dividing work into gated waves to ensure proper execution order and resource limits.

Can I use interactive flags to control subagent orchestration during phase execution?

Yes, you can control subagent orchestration using flexible flag handling, passing options like --wave, --gaps-only, and --interactive to tailor the phase execution pacing and workflow gate behavior.

When do I need an orchestrator for parallel subagent execution?

You need an orchestrator for parallel subagent execution when managing phases with multiple concurrent plans and complex dependencies where pacing, resource limits, and gating rules matter for robust operation.

Does preflight research ingestion work with phase execution workflows?

Preflight research ingestion works with phase execution workflows by using optional preflight outputs to bias the run when available, implementing safeguards to ensure robust operation during subagent coordination.