gsd-execute-phase

Orchestrate phase execution across subagents using wave-based parallelism.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/GenproMM/MMLab_TOOLS --skill gsd-execute-phase-genpromm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute-phase
Source: https://github.com/GenproMM/MMLab_TOOLS/tree/main/.claude/skills/gsd-execute-phase
Command: npx skills add https://github.com/GenproMM/MMLab_TOOLS --skill gsd-execute-phase-genpromm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the execution of plans in a phase, using wave-based parallelization to enhance efficiency and manage dependencies effectively.

Core Features & Use Cases

  • Wave-Based Parallelization: Executes plans in waves to manage parallelism, pacing, and quota allocation.
  • Plan Dependency Management: Handles plan dependencies and groupings to ensure correct execution order.
  • Task Orchestration: Orchestrates task execution across subagents, preserving workflow integrity.
  • Use Case: For large-scale task execution where parallelism is necessary, this Skill helps manage multiple tasks efficiently, reducing overall completion time.

Quick Start

Run the 'gsd-execute-phase' skill with the specific phase number, and optionally, set a wave number with the '--wave N' flag to focus on a subset of tasks.

Frequently Asked Questions about gsd-execute-phase

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

FAQPage Schema
How does wave-based parallel execution manage task dependencies?

Wave-based parallel execution manages task dependencies by grouping plans into parallel waves, ensuring correct execution order while processing multiple tasks across subagents simultaneously to reduce overall completion time.

What is the best way to execute large-scale tasks in parallel phases?

The best way to execute large-scale tasks in parallel phases is by orchestrating task execution across multiple subagents using wave-based parallelism, which manages pacing, quota allocation, and dependency groupings for efficient workflow automation.

Can I limit parallel task execution to a specific subset of tasks?

Yes, you can limit parallel task execution to a specific subset by setting a wave number with the '--wave N' flag, focusing the phase execution on a targeted group of tasks within the overall workflow.

Do I need subagent spawning capabilities for phase execution?

Yes, phase execution requires the ability to spawn subagents and handle task contexts independently, as the workflow relies on orchestrating multiple parallel processes across these subagents to manage dependencies and quota.

When should I use staged rollout for workflow automation?

You should use staged rollout for workflow automation when managing large-scale task execution that requires parallel processing, pacing control, and quota management to ensure workflow integrity across dependent task groupings.