{
  "skill_id": "gf-po-agent-timeout-slo-cards",
  "name": "Agent Timeout SLO Cards",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 10.49,
  "category": "Agent Ops",
  "tier": "premium",
  "kind": "service",
  "tags": [
    "x402",
    "quality-factory",
    "service",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "SLO cards for agent wall-clock, tool-call, and orchestration timeouts with error budgets and abort policies.",
  "when_to_use": [
    "Agent sessions hang on slow tools while users and payment paths wait without a defined abort ceiling.",
    "You need separate SLOs for wall-clock session time, per-tool latency, and orchestration overhead across model providers.",
    "Error budgets for agent reliability are missing, so every latency complaint becomes a permanent config tweak."
  ],
  "outline": [
    "Split latency classes: wall-clock session, per-tool call, model first-token, and orchestration overhead with owners for each class.",
    "Write SLO cards: target, window, burn-rate alert thresholds, and user-visible impact language for marketplace and support teams.",
    "Define timeout and abort policies: soft warn, hard kill, partial-result return, and when to fall back to a simpler tool graph.",
    "Instrument golden traces: required span names, timeout reason codes, and dashboards that show budget burn not just averages.",
    "Run a monthly SLO review: top timeout causes, false aborts, and card updates after model or tool provider changes."
  ],
  "capabilities": [
    "Timeout class taxonomy for session, tool, model, and orchestration layers",
    "SLO card templates with burn-rate alerts and user-impact language",
    "Abort policy ladder from soft warn through hard kill and partial return",
    "Golden-trace span and reason-code checklist for agent runs",
    "Monthly SLO review agenda that retunes cards after provider changes"
  ],
  "artifact_outputs": [
    "agent-timeout-slo-cards.md",
    "abort-policy-ladder.yaml",
    "golden-trace-span-checklist.md",
    "slo-monthly-review.md"
  ],
  "decision_criteria": [
    "Outline steps are specific to this skill (not generic templates)",
    "Sealed pack exposes createSkill().run with outline-driven steps",
    "Artifacts are named concrete deliverables",
    "No revenue guarantees or banned claims",
    "Free eval path works without payment"
  ],
  "sealed_after_pay": [
    "Full src/index.js runtime (createSkill, run, plan)",
    "src/runbook.js with skill-specific steps",
    "src/tools.js registry for agent ToolRegistry",
    "WORKBOOK.md operator procedure",
    "templates/ checklist and artifact shells",
    "schemas/output.schema.json"
  ],
  "runtime": {
    "entry": "src/index.js",
    "export": "createSkill",
    "install": "node scripts/install-unlocked-pack.mjs unlock.json ./skills"
  },
  "challenge": "https://lvlltd.com/api/pay?skill=gf-po-agent-timeout-slo-cards",
  "sample": "https://lvlltd.com/skills/gf-po-agent-timeout-slo-cards/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-po-agent-timeout-slo-cards",
  "teaser": "https://lvlltd.com/sealed/gf-po-agent-timeout-slo-cards/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "operator_notes": [
    "Confirm pay path with GET /api/pay before purchasing.",
    "Dry-run createSkill().run({ goal, dry_run: true }) after unlock.",
    "Persist payment.txHash with skill_id for re-redeem.",
    "Never commit private keys or OPS_SECRET into pack usage.",
    "Category focus: Agent Ops. Kind: service.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}