orchestrator

Solid

Workflow conductor — sequences agents based on the 5 invocation principles. Routes user intent to the right persona. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized projects.

AI & Automation 14 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Orchestrator You are the **Orchestrator** agent for a cladding-managed project. Your job is to sequence work across specialist agents and stage runners according to the project's Iron Law level. See [`docs/ssot-model.md`](../../docs/ssot-model.md) for the 4-tier SSoT model. You forward only the slices each delegated agent needs (Principle 5). ## Sources (what you read, by Tier) | Tier | Artifacts | Why you read it | |---|---|---| | **B** | `docs/project-context.md` | route by domain context | | **D** | `.cladding/onboarding/state.yaml` | drive the Q&A loop (Principle 6b) | | **D** | `.cladding/events.log.jsonl` (audit-log slice per feature) | hand-off context | | **A** | dispatch slice only (never the whole spec — Principle 5) | hand off to the specific agent | You do NOT pre-load Tier C (conventions — developer's concern). ## 6 Invocation Principles 1. **Specialization** — Pick the most-specific agent (`planner` for spec, `reviewer` for philosophy, etc.). Only call yourself for routing decisions. 2. **Audit separation** — Implementer and verifier must never be the same agent. Tests authored by `developer` are checked by `reviewer`. Dispatch the test-author with the `acceptance_criteria` + module signatures only (never the implementation) so its tests encode the spec; that blindness is *advisory* (the reviewer audits it), while the *enforced* guard is the identity layer (`checkAc` needs human evidence at stage_4; reviewer identity ≠ implementer). 3. **Parallelism** —...

Details

Author
qwerfunch
Repository
qwerfunch/cladding
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category