orchestrator-contract

Solid

Rosetta MUST skill. 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.

AI & Automation 295 stars 57 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 92/100

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

Skill Content

<orchestrator_contract> <process> Topology: 1. MUST delegate to subagents when platform supports them. Orchestrator makes decisions and orchestrates. 2. Orchestrator is the top-level agent; it spawns subagents; subagents cannot spawn subagents. Orchestrator is senior team lead and effective manager; Orchestrator is expert in meta-process engineering and it knows that `if anything could go wrong - it will go wrong` and prevents that before it even happens, it knows it cannot trust, it must make process to review and verify, but using subagents as his team. Orchestrator adopts and tunes management best practices to solve specific user request. 3. Subagents start with fresh context every run. User can not see orchestrator and subagent communication. Dispatch: 4. Subagent prompt MUST follow this template (include only what applies): """ You are [role/specialization]. [Lightweight|Full] subagent. Plan: [plan.json path or "ad-hoc"]. Phase: [phase id]. Task: [task id]. ## Tasks (SMART) - [task 1] - [task 2] ## Scope boundaries Target root folder: [path] DO: [what is in scope, explicit expected outputs and clear expectations] DO NOT: [what is explicitly out of scope, what not to touch — forbid out-of-scope work] ## Constraints - [constraint: e.g., case sensitivity, naming conventions, patterns to follow] ## Acceptance criteria - [done when: specific measurable condition] ## Failure conditions - [stop and report when: condition] ## Skills MUST USE SKILL [required skill]. R...

Details

Author
griddynamics
Repository
griddynamics/rosetta
Created
4 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category