gsd-execute-phase

Coordinate phase execution by grouping plans into waves and launching subagents in parallel.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-execute-phase-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute-phase
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-execute-phase
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-execute-phase-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the execution of all plans within a phase by discovering, grouping into waves, and spawning subagents to run in parallel, while collecting results for a lean orchestrator.

Core Features & Use Cases

  • Wave-based execution: schedule and run plan waves to respect dependencies and quotas.
  • Subagent orchestration: spawn isolated workers to execute each plan in a phase.
  • Result aggregation: consolidate outcomes and update phase state after each wave.

Quick Start

Run the execute-phase workflow for phase 3 with default parallelization to validate end-to-end rollout.

Frequently Asked Questions about gsd-execute-phase

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

FAQPage Schema
How do I execute multiple project plans in parallel while respecting dependencies?

Yes, subagent orchestration schedules parallel plan execution in waves to respect dependencies and resource quotas, consolidating outcomes and updating phase state after each wave completes.

What is wave-based execution in phased project rollouts?

Wave-based execution organizes plans into dependency-respecting batches so parallel subagents run simultaneously per wave, ensuring staged rollouts validate before downstream phases begin.

Can I use parallel subagent orchestration for projects with resource quotas?

Yes, subagent orchestration schedules parallel plan execution in waves to respect dependencies and resource quotas, consolidating outcomes and updating phase state after each wave completes.

How do I coordinate phase execution across multiple plans end to end?

Run the execute-phase workflow to discover all plans within a phase, group them into parallel waves, spawn subagents for isolated execution, and collect aggregated results for the orchestrator.

When should I use wave grouping for staging project rollouts?

Use wave grouping for phased projects that have strict plan dependencies, resource quotas, or staged rollout requirements where parallel execution must pause and validate between dependency layers.