gsd-execute-phase

Execute phase plans via wave-based parallel subagent orchestration.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-execute-phase-mint-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute-phase
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-execute-phase
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-execute-phase-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates execution of many interdependent plans in a phase, removing manual sequencing, pacing, and coordination overhead by analyzing dependencies and running plans in parallel waves.

Core Features & Use Cases

  • Wave-based parallel execution: group independent plans into waves to execute concurrently while preserving dependency order.
  • Selective and interactive modes: support --wave for staged rollout, --gaps-only to focus gap-closure plans, and --interactive for sequential, user-checked execution.
  • Scalable subagent orchestration: spawn lightweight subagents that load full plan context, execute tasks, and report results for verification and state updates.
  • Use Case: Execute a release or verification phase with dozens of plans by pacing waves to stay within quotas and progressively verify phase completion.

Quick Start

Run the gsd-execute-phase skill for phase 3 to discover, group, and execute all plans in that phase with wave-based parallelization.

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 interdependent plans in parallel while preserving dependency order?

Wave-based parallel execution groups independent plans into concurrent waves to preserve dependency order. This orchestrates multi-plan workflows by analyzing dependencies and running independent plans together while pacing execution to manage quotas.

What is wave-based parallel execution for phase automation?

Wave-based parallel execution is an orchestration method that groups independent plans into concurrent waves. It performs dependency analysis to sequence waves, spawning subagents that execute tasks and report results for state updates and verification.

Can I run a staged rollout or execute only gap-closure plans during a phase?

Yes, you can run staged rollouts or execute gap-closure plans using explicit flags. The --wave flag supports staged rollout, --gaps-only focuses on gap-closure plans, and --interactive enables sequential, user-checked execution.

How do I orchestrate subagents for scalable workflow automation?

You orchestrate subagents by spawning lightweight agents that load full plan context, execute tasks, and report results. This scalable subagent orchestration handles plan discovery, dependency analysis, and result collection for verification and state updates.

Does this parallel execution approach work for release rollouts with dozens of plans?

Yes, this approach works for release rollouts with dozens of plans by pacing waves to stay within quotas and progressively verifying phase completion. It handles dependency ordering, subagent spawning, and result collection for large-scale workflows.