execute-phase

Coordinate phased plan execution by spawning subagents in waves with checkpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NAinfini/Guild_Management --skill execute-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-phase
Source: https://github.com/NAinfini/Guild_Management/tree/main/.kilocode/skills/execute-phase
Command: npx skills add https://github.com/NAinfini/Guild_Management --skill execute-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves complex phased plan execution by coordinating waves and delegating work to subagents, reducing manual orchestration overhead.

Core Features & Use Cases

  • Wave-based parallel execution: orchestrator coordinates plans, spawns subagents, and manages checkpoints.
  • Automatic wave discovery and dependency-aware scheduling for complex phases.
  • Use Case: When running a phased deployment or validation plan, this Skill handles large plan sets with safe checkpoints and automatic result aggregation.

Quick Start

To start execution, run: /execute-phase.md {phase}

Frequently Asked Questions about execute-phase

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

FAQPage Schema
How do I coordinate wave-based execution for multi-phase plans?

Wave-based execution for multi-phase plans works by spawning subagents per wave, managing checkpoints, and aggregating results automatically. The orchestrator loads project state and schedules dependency-aware waves to reduce manual orchestration overhead.

What is the best way to manage checkpoints in large phased deployment plans?

Managing checkpoints in large phased deployment plans is handled by an orchestrator that runs steps in waves with safe checkpoints. It spawns subagents per wave, manages branching, and updates state to ensure safe execution.

Can I use subagent orchestration for complex phased validation plans?

Subagent orchestration applies to complex phased validation plans by spawning agents per wave and managing dependency-aware scheduling. It supports large plan sets with automatic result aggregation and safe checkpoints for validation workflows.

How does dependency-aware scheduling work for wave-based phase execution?

Dependency-aware scheduling for wave-based phase execution works by automatically discovering waves and coordinating subagents based on step dependencies. The orchestrator manages checkpoints and state updates to ensure correct execution order across complex phases.

When do I need automatic wave discovery for phased project execution?

Automatic wave discovery is needed for phased project execution when working with large plan sets where steps must run in parallel waves with checkpoints. It reduces manual orchestration by handling dependency-aware scheduling and subagent spawning automatically.

What are the limitations of wave-based execution for multi-phase projects?

Wave-based execution for multi-phase projects requires steps that can be organized into dependency-aware waves with checkpoints. It is designed for large plan sets and complex phases, so simple linear tasks may not benefit from the orchestration overhead of spawning subagents.