orchestrated-execution

Automate a four-phase execution loop with tests, lint, and type checks.

Updated Apr 6, 2018
One-click install
npx skills add https://github.com/montoyaedu/Trish --skill orchestrated-execution-montoyaedu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrated-execution
Source: https://github.com/montoyaedu/Trish/tree/main/.claude/plugins/metaswarm/skills/orchestrated-execution
Command: npx skills add https://github.com/montoyaedu/Trish --skill orchestrated-execution-montoyaedu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a robust framework for coordinating multi-agent work by enforcing a formal four-phase execution loop (IMPLEMENT, VALIDATE, ADVERSARIAL REVIEW, COMMIT) and strict DoD gates to ensure verifiable, auditable results.

Core Features & Use Cases

  • Mode-agnostic orchestration that supports both Task Mode and Team Mode, enabling flexible deployment.
  • Independent adversarial review to prevent self-certification and improve contract compliance.
  • Built-in plan gating, DoD validation, project context propagation, and state persistence for traceability and recovery.
  • Scales from single work units to complex multi-WU workflows with deterministic phase progression and escalation paths.

Quick Start

Provide an initial plan defining your work units and run the four-phase loop to execute and validate them.

Frequently Asked Questions about orchestrated-execution

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

FAQPage Schema
How do I enforce a four-phase execution loop for multi-agent software tasks?

A four-phase execution loop automates work unit progression through Implement, Validate, Adversarial Review, and Commit stages. It enforces strict Definition of Done gates using tests, lint, type checks, and coverage to ensure verifiable, auditable results.

What is an adversarial review in automated task orchestration?

An adversarial review is an independent validation phase that prevents self-certification by critically evaluating work unit outputs against contract compliance. It runs fresh each cycle to improve quality before allowing commits.

How do I set up task orchestration with quality gates and project context?

Provide an initial plan defining work units alongside a persistent Project Context Document. Run the four-phase loop to execute and validate them, ensuring plan gating and DoD validation enforce traceability and recoverability.

Does multi-agent task orchestration support both single work units and complex workflows?

Yes, mode-agnostic orchestration supports both Task Mode and Team Mode. It scales from single work units to complex multi-WU workflows with deterministic phase progression and built-in escalation paths.

What are the limitations of automating work unit commits without a Definition of Done?

Without a Definition of Done, the orchestration loop cannot gate quality via tests, lint, type checks, and coverage. This breaks traceability, recoverability, and prevents the generation of verifiable, auditable commits.