gsd-execute-phase

Execute phase plans with wave-based parallelization and subagent orchestration.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-execute-phase-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute-phase
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/_audit-disabled-20260706-1136/gsd-execute-phase
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-execute-phase-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of plans within a phase, applying wave-based parallelization to enhance efficiency and manage workload distribution.

Core Features & Use Cases

  • Wave-Based Parallel Execution: Executes plans in waves, allowing for better control over pacing, quota management, and staged rollouts.
  • Subagent Handling: Subagents manage individual plans, ensuring a lean orchestrator that discovers plans, analyzes dependencies, and collects results.
  • Flag-Based Execution: Supports optional flags for selective execution, such as focusing on specific waves, executing only gap closure plans, or operating in an interactive mode.
  • Context Budget Management: Offers a context budget that allocates resources effectively between the orchestrator and subagents.

Quick Start

Execute all plans in phase 3 with wave-based parallelization by using the command: gsd-execute-phase 3 --wave 1

Frequently Asked Questions about gsd-execute-phase

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

FAQPage Schema
How does wave-based parallelization improve plan orchestration?

Wave-based parallelization improves plan orchestration by executing plans in sequential waves, enabling better control over pacing, quota management, and staged rollouts for large-scale workflows.

How do I execute all plans in a specific phase with parallel processing?

You can execute all plans in a specific phase using the command `gsd-execute-phase 3 --wave 1` to automate wave-based parallelization and manage workload distribution efficiently.

Can I execute only specific waves or gap closure plans in a complex workflow?

Yes, you can execute specific waves or gap closure plans by using optional flags for selective execution, allowing you to focus on targeted dependencies or operate in an interactive mode.

Do I need subagent management capabilities to run phase execution?

Yes, phase execution requires orchestration and subagent capabilities because subagents manage individual plans while the orchestrator discovers plans, analyzes dependencies, and collects results.

How is context budget managed between the orchestrator and subagents?

Context budget is managed by allocating resources effectively between the orchestrator and subagents, ensuring a lean orchestrator that focuses on dependency analysis while subagents handle plan execution.