auto-router

Route pipeline composition from Stage 0 classification into reference_preset, stage_families, and discovery_policy.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/yiwei79/azoth --skill auto-router
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-router
Source: https://github.com/yiwei79/azoth/tree/main/.opencode/skills/auto-router
Command: npx skills add https://github.com/yiwei79/azoth --skill auto-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the selection and routing of pipeline configurations immediately after Stage 0 goal classification, ensuring governance and design rules are consistently applied.

Core Features & Use Cases

  • Maps a classified goal to a reference composition by selecting a reference_preset, an ordered list of stage_families, and a discovery_policy.
  • Provides a deterministic routing path that preserves governance constraints and default safety checks.
  • Use Case: After a goal is classified, auto-router outputs a ready-to-run pipeline skeleton that the Architect and Planner can further refine.

Quick Start

Provide the latest Stage 0 classification YAML to trigger routing and receive the prepared reference composition and policy.

Frequently Asked Questions about auto-router

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

FAQPage Schema
How do I automate pipeline routing after goal classification?▼

Pipeline routing is automated by mapping classified goals to a conservative, rule-driven template that outputs a reference composition, ordered stage families, and a discovery policy for the orchestrator.

What is a rule-driven pipeline composition template?▼

A rule-driven pipeline composition template is a deterministic, governance-preserving structure that maps a classified goal into a reference preset and ordered stage families to ensure consistent pipeline configurations.

How do I generate a discovery policy for a pipeline orchestrator?▼

You generate a discovery policy for a pipeline orchestrator by feeding the latest Stage 0 classification YAML into an automated router, which outputs the policy alongside a reference composition.

Can I use a classification YAML to trigger automated pipeline routing?▼

Yes, providing the latest Stage 0 classification YAML triggers automated pipeline routing immediately, producing a ready-to-run pipeline skeleton with documented rationale for traceability.

Why does pipeline routing need to preserve governance constraints?▼

Pipeline routing preserves governance constraints to ensure default safety checks are consistently applied and to provide a deterministic routing path that the Architect and Planner can safely refine.

What are the limitations of using a conservative template for pipeline routing?▼

A conservative template limits pipeline routing to deterministic, rule-driven paths, meaning it produces a reference skeleton for further refinement rather than executing dynamic or ad-hoc pipeline configurations.