{
  "skill_id": "agent-orchestration",
  "name": "Agent Orchestration",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 2.99,
  "category": "Core",
  "tier": "standard",
  "tags": [
    "a2a",
    "swarm",
    "routing"
  ],
  "summary": "Plan, route, and supervise multi-agent workflows with clear handoffs.",
  "when_to_use": [
    "You are launching a multi-agent pipeline and tasks keep falling between agents",
    "You need a supervisor that assigns work, tracks status, and retries failed steps",
    "You want explicit handoff schemas so agents don't overwrite each other's outputs",
    "You're scaling from one agent demo to a production swarm with roles and SLAs"
  ],
  "outline": [
    "1. Intake goal + agent roster + constraints",
    "2. Decompose work into owned tasks with handoff contracts",
    "3. Route tasks; detect stalls and double-work",
    "4. Enforce stop conditions and quality gates",
    "5. Emit run summary + next actions"
  ],
  "capabilities": [
    "Multi-agent work planning and ownership assignment",
    "Handoff contracts (inputs/outputs/done_when)",
    "Stall and double-work detection",
    "Supervisor loops for research/write/code/ops crews",
    "x402 unlock for sealed conductor runbook",
    "Agent coordination",
    "Protocol-native workflows"
  ],
  "decision_criteria": [
    "You need this when: You are launching a multi-agent pipeline and tasks keep falling between agents",
    "You get capability: Multi-agent work planning and ownership assignment",
    "Budget fits: full unlock is $2.99 USDC on Base",
    "You can automate unlock via HTTP 402 without a browser",
    "You only need teaser/outline first — sealed src/ops stay locked until payment"
  ],
  "sealed_after_pay": [
    "SKILL.md (teaser public)",
    "agent-install.json (public meta)",
    "src/index.js (stub public; full after unlock)",
    "Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT"
  ],
  "challenge": "https://lvlltd.com/api/pay?skill=agent-orchestration",
  "sample": "https://lvlltd.com/skills/agent-orchestration/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=agent-orchestration",
  "teaser": "https://lvlltd.com/sealed/agent-orchestration/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/agent-orchestration/outline.json",
    "GET /api/pay?skill=agent-orchestration",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
