execute-phase

Coordinate wave-based task execution across subagents with STATE.md tracking.

17|4|Updated Oct 8, 2021
One-click install
npx skills add https://github.com/virtengine/virtengine --skill execute-phase-virtengine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-phase
Source: https://github.com/virtengine/virtengine/tree/main/.github/skills/execute-phase
Command: npx skills add https://github.com/virtengine/virtengine --skill execute-phase-virtengine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates complex multi-wave plan execution across distributed agents, minimizing manual coordination and ensuring consistent state across phases.

Core Features & Use Cases

  • Wave-based parallel execution to accelerate phase completion.
  • Automated state persistence with SUMMARY.md creation and STATE.md updates.
  • Checkpoint handling for gated tasks requiring human input or verification.
  • Use Case: Engineers design phases and plans; the orchestrator runs waves, resolves dependencies, and tracks progress.

Quick Start

Start the execute-phase workflow for a specific phase to initiate wave-based plan execution.

Frequently Asked Questions about execute-phase

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

FAQPage Schema
How do I orchestrate parallel task waves across subagents for complex software engineering workflows?

You orchestrate parallel task waves by coordinating wave-based plan execution across distributed subagents, enforcing deterministic planning and dependency handling to accelerate phase completion in complex workflows.

What is the best way to track state and dependencies during multi-wave phase execution?

The best way to track state during multi-wave phase execution is through automated state persistence, which automatically updates STATE.md and generates SUMMARY.md artifacts to ensure consistent progress tracking across subagents.

Can I use checkpoint handling to gate tasks requiring human verification during plan execution?

Yes, you can use checkpoint handling to gate tasks during plan execution. The orchestrator supports checkpoint interactions specifically for tasks requiring human input or verification before proceeding to the next wave.

How does wave-based parallel processing resolve dependencies between sequential tasks?

Wave-based parallel processing resolves dependencies by orchestrating sequential waves where each wave must complete before the next begins, ensuring deterministic execution order while allowing parallel task completion within each wave.

Do I need to configure branching and model strategies before starting phase execution?

You can configure branching and model strategies as part of the deterministic planning setup. The orchestrator supports configurable strategies to adapt execution behavior before initiating wave-based plan execution for a specific phase.