gsd-execute-phase

Execute phase plans in parallel using wave-based scheduling with subagents.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-execute-phase-novatech2210-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute-phase
Source: https://github.com/novatech2210-cmd/ImidusApp/tree/main/.codex/skills/gsd-execute-phase
Command: npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-execute-phase-novatech2210-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and execute phase plans in parallel using wave-based scheduling to reduce overall run time and complexity.

Core Features & Use Cases

  • Wave-based parallel execution that groups plans into execution waves based on dependencies
  • Subagent orchestration to execute each wave with isolated context loading
  • Checkpointing and result aggregation to preserve workflow state and enable retries

Quick Start

Invoke the gsd-execute-phase with a phase identifier to run all plans in that phase using wave-based parallel execution.

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 phase plans in parallel to reduce workflow run time?

You can execute phase plans in parallel by using wave-based scheduling, which groups dependent tasks into sequential execution waves and spawns subagents to process each wave concurrently.

What is wave-based scheduling for parallel workflow orchestration?

Wave-based scheduling is an execution method that divides complex phase plans into dependency-aware groups, allowing isolated subagents to execute tasks in parallel waves for faster overall completion.

How do I orchestrate subagents to run complex plans with inter-plan dependencies?

You orchestrate subagents by loading phase-scoped context for each wave and assigning isolated subagents to execute each group of plans, ensuring inter-plan dependencies are respected across the workflow.

Does parallel phase execution support checkpointing and result aggregation for retries?

Parallel phase execution supports checkpoint-aware result aggregation, preserving workflow state during wave-based execution so that completed subagent tasks can be recovered and retried if failures occur.

Can I use subagent orchestration for complex workflows with multiple inter-plan dependencies?

Subagent orchestration is designed for complex workflows with inter-plan dependencies, using wave-based parallel execution to coordinate isolated context loading and manage task execution across the entire phase.

What do I need to run a phase using wave-based parallel execution?

To run a phase using wave-based parallel execution, you need a defined phase identifier and its associated phase plans, which the orchestrator will automatically group into execution waves and assign to subagents.