gsd-execute-phase

Execute multi-wave project phases across distributed subagents with workflow gates.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-execute-phase-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-execute-phase
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-execute-phase
Command: npx skills add https://github.com/rkz91/coco --skill gsd-execute-phase-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the automated execution of multi-phase workflows by coordinating plans in waves to optimize throughput and resource usage.

Core Features & Use Cases

  • Wave-based parallel execution: discover plans, group by dependencies, spawn subagents, and run in parallel while preserving phase order.
  • Flexible phase control: supports optional flags like --wave, --gaps-only, and --interactive to tailor execution strategies.
  • Robust governance: preserves gates, checkpoint handling, verification, state updates, and routing across the entire phase.

Quick Start

Invoke the execute-phase workflow for a given phase number to run all plans in that phase.

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 project phases in parallel waves?

To execute project phases in parallel waves, you orchestrate plans by grouping them based on dependencies, spawning distributed subagents, and running them concurrently while preserving the overall phase order.

What is wave-based parallelism in workflow automation?

Wave-based parallelism in workflow automation is a technique that groups tasks by dependencies and executes them in concurrent waves to optimize throughput and resource usage across distributed subagents.

How do I control execution strategies for multi-phase plans?

You control execution strategies for multi-phase plans by applying optional flags like --wave, --gaps-only, and --interactive to tailor how waves are grouped, verified, and executed.

Can I run phased verifications with per-subagent isolation?

Yes, you can run phased verifications with per-subagent isolation by orchestrating waves that maintain context budget management and preserve workflow gates across the distributed execution.

What is the best way to manage resource-conscious automation in software deployment?

The best way to manage resource-conscious automation in software deployment is to coordinate complex phases in waves, ensuring per-subagent isolation and context budget management to optimize throughput.

Why preserve workflow gates during parallel plan execution?

You preserve workflow gates during parallel plan execution to ensure robust governance, maintain checkpoint handling, and guarantee that verification and state updates occur correctly across all waves.