conductor
SolidRouting and orchestration layer. Chooses the smallest effective skill stack. See ROUTING_MAP.md and SKILL_INDEX.md for detailed routing behavior.
Install
Quality Score: 80/100
Skill Content
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
conductor
Use when someone needs to know where a piece of work stands and what can run next — resuming after a gap, handing work to someone else, entering mid-stream with artifacts already in hand, or asking "where are we" / "what's next" on design work. Reads state from a design-os.work ledger or from whatever is described in hand. Routes only — it never judges a gate itself, and it refuses to count a bare checkmark or a verbal "that's done" as a passed gate, because only the artifact carries state.
skill-conductor
Create, edit, evaluate, and package agent skills. Use when building a new skill from scratch, improving an existing skill, running evals to test a skill, benchmarking skill performance, optimizing a skill's description for better triggering, reviewing third-party skills for quality, or packaging skills for distribution. Not for using skills or general coding tasks.
engineering-os
AI Engineering Operating System conductor. Classifies intent, selects a path (lite, standard, incident, architecture, review-only), invokes only the needed skills, threads artifacts, and enforces stop conditions. Use for end-to-end engineering work, “run the OS”, ship a feature, or handle an incident. Never re-implements specialist logic and never runs every skill blindly.