conductor

Solid

Routing and orchestration layer. Chooses the smallest effective skill stack. See ROUTING_MAP.md and SKILL_INDEX.md for detailed routing behavior.

AI & Automation 15 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Conductor ## Purpose Classify intent, select mode, load minimum safe context, and route work. Conductor does not execute domain work. ## Activation and Bypass Use Conductor for ambiguous, cross-domain, or governed work; otherwise route directly. Use `the-tuner` for material multi-domain contracts. Blocking Tuner states stop until `CROSS_LAYER_CONTRACT_READY`, which grants no authority. ## Canonical Routing Algorithm 1. Select mode with the [mode policy](REFERENCE_CONTEXT.md#execution-modes-policy). 2. Route from the [skill index](REFERENCE_CONTEXT.md#skill-index); load the [routing map](ROUTING_MAP.md) only for ambiguity or dependencies. 3. Load governance only on triggers; pause on unresolved gates. 4. Build the minimum [packet](REFERENCE_CONTEXT.md#minimal-prompt-format). ## Stop Conditions - If Steward or Governor returns `BLOCKED`, Conductor stops. - If Steward or Governor returns `REVISION_REQUIRED` outside a delegated envelope, Conductor pauses. - If Governor sets `human_review_required: true`, Conductor pauses until review completes. - If Steward and Governor return `APPROVED`, Conductor proceeds. - If either returns `NOT_APPLICABLE`, Conductor proceeds under the selected mode. - In manual mode, pause on Arbiter `HOLD` or `BLOCKED`. - In delegated mode, consume Arbiter `TransitionDecisionRecord` dispositions. - Keep Dagger blocked pending authorization. Audit edits require approval. ## Delegated Phase Autonomous Loop Under a `DelegatedExecutionEnvelope`: 1. Veri...

Details

Author
Baelfyre
Repository
Baelfyre/Orchestra
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category