execute-phase

Orchestrate project plan execution using wave-based parallel subagent tasks.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sidunrealde/ArchVis --skill execute-phase-sidunrealde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-phase
Source: https://github.com/sidunrealde/ArchVis/tree/main/.github/skills/execute-phase
Command: npx skills add https://github.com/sidunrealde/ArchVis --skill execute-phase-sidunrealde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of multiple plans within a project phase, coordinating subagents to perform tasks in parallel or sequentially, thereby accelerating development cycles.

Core Features & Use Cases

  • Wave-based Execution: Organizes and runs plans in defined waves, ensuring dependencies are met.
  • Parallelization: Leverages subagents to execute plans concurrently within a wave when possible, speeding up overall progress.
  • Orchestration: Manages the lifecycle of plan execution, including initialization, branching, validation, and result aggregation, while keeping the orchestrator lean.
  • Use Case: When developing a new feature, this Skill can execute all the independent sub-tasks for UI, backend logic, and database schema changes simultaneously, drastically reducing the time to a testable build.

Quick Start

Execute all plans within the current phase, starting with wave one.

Frequently Asked Questions about execute-phase

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

FAQPage Schema
How do I automate parallel task execution within a project phase?

Automate parallel task execution by orchestrating subagents in wave-based sequences, ensuring dependency analysis runs independent tasks concurrently. This manages lifecycle initialization and aggregates results for faster iterative development cycles.

What is wave-based orchestration for CI/CD workflows?

Wave-based orchestration organizes plan execution into sequential waves where dependencies are fully met before the next wave starts. It leverages subagents to execute independent plans concurrently within each wave to accelerate continuous integration pipelines.

Can I run independent backend and UI sub-tasks simultaneously to speed up development?

Yes, you can run independent sub-tasks simultaneously. The system distributes subagent tasks concurrently within a wave, executing UI, backend logic, and database schema changes in parallel to drastically reduce time to a testable build.

How do I manage state and checkpoints for continuous delivery pipelines?

Manage state and checkpoints by leveraging the internal robust state management system designed for continuous delivery pipelines. It handles iterative workflow validation and result aggregation while keeping the orchestrator lean.

Does this orchestration approach handle dependency analysis for agile execution?

Yes, dependency analysis is built into the orchestration approach. It automatically evaluates task relationships to determine which plans can run in parallel within a wave and which must wait, ensuring correct agile execution order.