What problem does it solve?
Coordinating complex tasks across multiple AI agents requires a single source of truth, structured handoffs, and end-to-end traceability. This skill provides a lightweight framework to decompose goals, assign subtasks with explicit dependencies, track execution, and synthesize outcomes into actionable next steps.
Core Features & Use Cases
- Single handoff document as the source of truth for cross-agent workflows (Claude, Opus, Haiku, Codex, Claude Code).
- Parallel decomposition and execution with explicit dependencies to maximize throughput.
- Execution tracking and evidence-based synthesis to capture decisions, blockers, and learnings.
- Templates and references to accelerate multi-agent projects (handoff-template.yaml and references/ examples).
- Real-world workflows demonstrated by examples like add-auth-to-api in the references.
Quick Start
Copy the handoff template to .claude/handoffs/my-task.yaml, fill in your goal and subtasks, and prompt Fable/Claude to decompose and execute.