orchestrate

Route artifacts between pipeline phases without modifying content.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Will-Aveva/phoenix-chassis --skill orchestrate-will-aveva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/Will-Aveva/phoenix-chassis/tree/main/.agent/skills/orchestrate
Command: npx skills add https://github.com/Will-Aveva/phoenix-chassis --skill orchestrate-will-aveva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route artifacts between phases without modification.

Core Features & Use Cases

  • Logging of every routing decision
  • Validation of phase transitions before dispatch
  • Synchronized updates to pipeline state and handoffs

Quick Start

Invoke the Orchestrator to route artifacts between phases without modifying content.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I route artifacts between phases in a multi-phase pipeline without modifying content?

To route artifacts between phases without modification, you invoke the orchestrator which safely handles dispatching while ensuring logging and governance gate adherence. It requires validate_phase_transition before dispatch, update_pipeline_state after dispatch, and append_routing_event for each routing decision.

What is artifact routing in multi-phase workflows and when do I need it?

Artifact routing in multi-phase workflows is the process of dispatching items between pipeline phases without modifying their content. You need it when managing complex pipelines that require synchronized state updates, handoffs, and strict governance gate adherence.

How do I log routing decisions and update pipeline state during phase transitions?

You log routing decisions and update pipeline state by invoking the orchestrator to handle phase transitions. It automatically applies update_pipeline_state after dispatch and append_routing_event for each routing decision to synchronize handoffs and maintain governance logs.

Does pipeline orchestration work without validate_phase_transition before dispatch?

Pipeline orchestration does not work without validate_phase_transition before dispatch. The routing process strictly requires this validation step to ensure governance gate adherence and safe phase transitions before any artifacts are moved.

What's the best way to ensure governance gate adherence during artifact routing?

The best way to ensure governance gate adherence during artifact routing is to use an orchestrator that mandates validate_phase_transition before dispatch. This guarantees that all phase transitions are logged and compliant before any handoffs occur.

Why do I need to append a routing event for every routing decision in a pipeline?

You need to append a routing event for every routing decision to maintain a complete logging trail of artifact movements. This ensures synchronized pipeline state updates and provides an auditable record for governance gate adherence across phases.