gsd-execute-phase

Execute phased delivery workflows by grouping plans into waves and orchestrating parallel subagents.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-execute-phase-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute-phase
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-execute-phase
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-execute-phase-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the end-to-end execution of all plans in a phase so work can move forward efficiently without manually managing every task.

Core Features & Use Cases

  • Wave-based execution: Groups plans into waves to control pacing, quotas, and rollout order.
  • Parallel subagent orchestration: Spawns subagents to execute plans concurrently while keeping the orchestrator lightweight.
  • Interactive and gated workflows: Supports user checkpoints, verification handling, and optional filters like wave selection or gap-only runs.
  • Use Case: A team can use this Skill to execute a full phase of planning work, then verify completion and route any remaining gaps for follow-up.

Quick Start

Use the gsd-execute-phase skill to run the current phase with the appropriate flags and interactive checkpoints as needed.

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 phased delivery workflows with parallel task orchestration?

Phased delivery workflows execute by grouping plans into sequential waves and spawning parallel subagents to process tasks concurrently, ensuring safe end-to-end completion through state-aware gating and checkpoint handling.

What is wave orchestration and how does it control task pacing during phase execution?

Wave orchestration groups dependency-analyzed plans into controlled batches to dictate execution order, manage resource quotas, and allow subagents to process work concurrently while maintaining a lightweight orchestrator.

Can I run specific waves or close gaps selectively during a phased workflow execution?

Yes, phase execution supports interactive and gated workflows with optional filters, allowing you to execute specific waves, run gap-only closures, and route remaining gaps for follow-up through user checkpoints.

How do verification routing and checkpoint handling work in parallel phase execution?

Verification routing and checkpoint handling apply state-aware gating during parallel subagent orchestration, pausing execution at user checkpoints to verify completed work before safely proceeding to the next wave.

Do I need subagents to coordinate state-aware gating for deterministic workflow handling?

Yes, subagent coordination is required to execute plans concurrently while the main orchestrator remains lightweight, applying state-aware gating and deterministic workflow handling for safe end-to-end completion.