gsd-execute-phase

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

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-execute-phase-sensliao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute-phase
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/gsd-execute-phase
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-execute-phase-sensliao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the execution of phase plans with a focus on wave-based parallel processing, improving efficiency and reducing overall execution time.

Core Features & Use Cases

  • Wave-Based Parallel Execution: Run multiple plans in parallel across different waves, optimizing resource utilization.
  • Subagent Handling: Spawns subagents for each plan, ensuring that each plan is handled independently.
  • Phase Verification: Ensures that phase completion is verified only when all plans are finished, regardless of the wave.

Quick Start

Execute all plans in phase 2 with a focus on Wave 3 by using the command: gsd-execute-phase 2 --wave 3

Frequently Asked Questions about gsd-execute-phase

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

FAQPage Schema
What is wave-based parallel processing for task orchestration?

Wave-based parallel processing for task orchestration is a method that runs multiple plans simultaneously across different waves, spawning subagents for each plan to handle them independently and optimize resource utilization.

How do I execute a specific phase plan and target a specific wave?

To execute a specific phase plan and target a wave, use the command format `gsd-execute-phase [phase_number] --wave [wave_number]`, which initiates parallel task execution for that specified wave.

How does phase verification work when running parallel workflows?

Phase verification for parallel workflows ensures that a phase is only marked complete when all spawned subagents across every wave have finished their designated plans, preventing incomplete task states.

Can I manage subagent spawning for each plan independently during phase execution?

Yes, you can manage subagent spawning during phase execution because the system spawns a dedicated subagent for each plan, ensuring independent handling and isolated execution within the parallel workflow.

What is the best way to reduce overall execution time for administrative phase plans?

The best way to reduce execution time for administrative phase plans is using wave-based parallelization, which optimizes resource efficiency by running multiple plans concurrently rather than sequentially.