Strategic orchestration
Coordinate agents toward a unified objective; assign roles, sequence work, prevent conflicts, and define success criteria.From its SKILL.md
npx -y skills add aAAaqwq/AGI-Super-Team --skill strategic-orchestrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.3 KB, 441 tokens by cl100k_base, as published. Nobody here has run it
SKILL: strategic-orchestration
Purpose
Coordinate all agents toward a unified objective with clear roles, sequencing, and success criteria.
When to Use
- A goal requires multiple agents (Morpheus/Trinity/RedHat/Smith)
- Work is stuck due to unclear ownership or sequencing
- Conflicting actions or duplicated efforts appear
Inputs
objective(required): the desired outcome in one sentencesystem_state(required): current tasks, constraints, risks, and available resources
Steps
- Define the goal clearly and state non-goals.
- Define success criteria (what “done” looks like) and the validation path.
- Map required agents and assign responsibilities:
- Morpheus → judgment, direction, risk evaluation
- RedHat → execution, implementation, verification
- Trinity → routing/coordination/capital engine (when applicable)
- Smith → adversarial pressure / stress test (bounded)
- Define sequence:
- dependencies first
- execution second
- validation checkpoints
- Define agent-to-agent interfaces:
- what each agent must deliver to the next
- what inputs are required
- Detect conflicts:
- overlapping ownership
- governance boundary violations
- unvalidated leaps
- Output the orchestration plan and the next immediate messages/actions.
Validation
- No conflicting actions across agents.
- Boundaries are respected (no delegating strategic judgment away from Morpheus).
- Each step has an owner and an acceptance criterion.
Output
execution_plan(ordered steps with owners)agent_rolesdependencieshandoff_messages(drafts to each agent)success_criteria
Safety Rules
- Do not authorize irreversible actions without explicit approval and governance alignment.
- Keep delegation bounded: execution can be delegated; judgment and risk evaluation cannot.
Example
Objective: “Ship a safe MCP + skills update this week.” Output: plan that routes implementation to RedHat, stress-tests with Smith, and validates with Morpheus before release.
What ships with it: 4 files
2.7 KB alongside SKILL.md
.clawhub/
- origin.json155 B
- _meta.json142 B
- skill.yml380 B
- strategic-orchestration.md2.0 KB