multi-model-orchestrator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited multi-model-orchestrator (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Decompose. Execute. Synthesize.
A lightweight skill for coordinating work across multiple AI agents (Claude, Opus, Haiku, Codex, or any agent) using a single handoff document as the source of truth.
Complex work often requires:
This skill provides the structure and templates to do this cleanly.
Direct actions: create or update one handoff document as the source of truth, decompose the goal into executor-ready subtasks, assign explicit dependencies, record execution results, and synthesize feedback into next steps.
Escalate before: starting execution when the goal, constraints, executor choice, writable scope, or done criteria are ambiguous.
Evidence-backed pushback: reject unverified completion claims, vague agent outputs, missing acceptance criteria, or parallel assignments that touch shared writable files without explicit ordering.
Feedback loop: after each execution round, update the handoff with result, evidence, blockers, and next action before assigning follow-up work.
✅ Use when:
❌ Don't use when:
A YAML file that serves as the single source of truth. It contains:
You choose which agents execute which subtasks. Examples:
| Agent | Best For |
|---|---|
| Claude (or Fable) | Planning, decomposition, architecture review, high-level strategy |
| Opus | Complex reasoning, deep analysis, novel problem-solving |
| Haiku | Fast iteration, simple fixes, quick validation |
| Codex | Code generation, refactoring, technical implementation |
| Claude Code | Interactive development, running code, verification |
1. Define Goal
↓
2. Fable/Claude decomposes into Handoff subtasks
↓
3. You assign subtasks to agents
↓
4. Agents execute in parallel or sequence
↓
5. You record results in Handoff
↓
6. Review, iterate, or completeThe full five-step walkthrough with copy-paste templates lives in references/quick-start.md. Summary:
templates/handoff-template.yaml to .claude/handoffs/my-task.yaml.subtasks.input to its assigned executor.execution.rounds.metadata.status toward complete.Field-by-field reference: references/handoff-structure.md.
See references/add-auth-to-api.yaml for a real-world multi-agent execution walkthrough.
.claude/handoffs/task.yamlcat .claude/handoffs/task.yaml to load it in conversationFor automation, see references/advanced-sync.md.
Codex does not have handoff-specific subcommands. Use codex exec with a focused prompt that names the handoff file and the exact subtask:
codex exec "Read .claude/handoffs/task.yaml. Execute subtask task-1 only. Return the result, blockers, files changed, and verification evidence."For decomposition:
codex exec "Read .claude/handoffs/task.yaml. Propose 3-5 YAML subtasks using goal.summary, goal.context, and goal.acceptance_criteria. Do not edit files."templates/handoff-template.yamlreferences/add-auth-to-api.yamlreferences/quick-start.md — full five-step walkthrough with templatesreferences/handoff-structure.md — handoff YAML field referencereferences/workflow-patterns.md — parallel / sequential / sync-point layoutsreferences/best-practices.md — high-signal subtask authoringreferences/advanced-sync.md — optional handoff automationreferences/faq.md — common questionsStatus: Production ready · License: MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.