orchestrate-platform-routing

Generate a task-to-platform delegation map with fallbacks and verification outcomes.

1|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/PiercingXX/xx-stack --skill orchestrate-platform-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate-platform-routing
Source: https://github.com/PiercingXX/xx-stack/tree/main/runtime/skills/orchestrate-platform-routing
Command: npx skills add https://github.com/PiercingXX/xx-stack --skill orchestrate-platform-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of choosing the right host and model tier to run each slice of a task while respecting availability, cost, latency, and privacy constraints.

Core Features & Use Cases

  • Platform-aware delegation planning: Produces a slice-by-slice delegation map across primary lanes, local fallbacks, and cloud overflow with explicit reasons.
  • Registry resolution with mismatch handling: Loads platform inventory using a strict precedence order (attached live registry, then user config, then repo fallback) and calls out disagreements.
  • Safety-aware execution scheduling: Enforces host execution policy concepts like parallel-slice limits and context reservation rules, and marks when exclusive-on-host access is needed.

Example use case: breaking a multi-step project into planning, implementation, review, QA, and release slices, then routing each slice to the best tier based on which hosts are reachable and which models are available.

Quick Start

Ask the AI to produce a Platform Delegation Plan for your execution plan, including the current platform registry state and any privacy, latency, or budget constraints.

Frequently Asked Questions about orchestrate-platform-routing

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

FAQPage Schema
How do I route AI tasks to the best available model and host platform?

You route AI tasks by generating a task-to-platform delegation plan that assigns each work slice to the best available host and model tier based on observed reachability, cost, latency, and privacy constraints.

How does platform-aware delegation planning handle fallbacks for multi-step execution?

Platform-aware delegation planning produces a slice-by-slice delegation map across primary lanes, local fallbacks, and cloud overflow, providing explicit reasons for each assignment and structured fallbacks before starting implementation, reasoning, review, QA, or release work.

What is the best way to manage agent delegation under cost and privacy constraints?

The best way to manage agent delegation under cost and privacy constraints is to enforce host execution policy concepts like parallel-slice limits and context reservation rules, marking when exclusive-on-host access is needed for sensitive operations.

How do I resolve platform inventory mismatches when loading registry precedence?

You resolve platform inventory mismatches by loading the registry using strict precedence order—attached live registry, then user config, then repo fallback—and explicitly calling out any disagreements found during the delegation planning process.

Do I need a platform registry to generate a delegation map for implementation and QA slices?

Yes, you need to load the platform inventory with the defined registry precedence to generate a delegation map, as it requires observed reachability and model inventory data to route implementation, review, QA, and release slices correctly.

Why does multi-step execution require routing before starting work?

Multi-step execution requires routing before starting work because each phase—implementation, reasoning, review, QA, and release—demands different host capabilities and model tiers, which must be mapped with fallbacks and verification outcomes to ensure operational success.