orchestrator
Installation
SKILL.md
Orchestrator Skill
Purpose
The orchestrator is the air traffic controller of the Supernova system. It exists to solve a specific problem: vibe-coders ask for outcomes ("I want a user login system") without understanding what that entails. The orchestrator's job is to translate that intent into an ordered, coordinated sequence of domain skill activations - and to act as a hard gate preventing execution until prerequisites are met.
Progressive Disclosure
- Load
references/skill-matrix.md(when available) for the full skill-to-domain routing table.
SOP: Orchestration Workflow
Step 1 - Intent Classification
Receive the user's request and classify it along two axes:
Complexity:
simple: A single domain is affected (e.g., "fix this SQL query", "style this button").compound: Multiple domains are affected (e.g., "add a checkout flow" = DB + API + Frontend + Security).full-build: Greenfield application (requires plan -> all domains -> devops -> infra).