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 3 forks Updated 2 days ago 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
2 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

orchestrating-software-dev

Runs software development projects from idea to completion. Use when starting a software project, adding a feature, fixing a bug, or resuming an in-progress build.

8 Updated 1 weeks ago
isvlasov
AI & Automation Listed

workflow-orchestrator

Take on a substantial, multi-step effort as a strategic orchestrator — intake the goal, research and plan it solo, execute it through parallel/sequential agent workflows, then personally verify the result end to end. Use this whenever the user wants to tackle something big or ambitious: a large feature, a cross-cutting refactor, a migration, a codebase-wide audit, a "do all of X / sync everything / overhaul Y" task, or any effort that won't fit in one pass and needs to be planned and orchestrated with rigor. Trigger when the user invokes it by name, says things like "orchestrate this / run a workflow / use subagents / plan and build this / take this on end to end," OR simply describes a meaty multi-part task and wants it done thoroughly and efficiently — even if they never say the words "workflow" or "orchestrate." Do NOT use it for small, single-step tasks that one pass handles directly.

1 Updated 1 weeks ago
FarzamMohammadi
AI & Automation Featured

orchestrator-contract

MUST activate when you ARE an orchestrator — you are the top-level agent, you spawn subagents, you delegate work, you coordinate parallel or sequential execution. Defines delegation quality, subagent dispatch, routing, review, and ownership protocol.

325 Updated today
griddynamics