{
  "skill_id": "gf-ops-canary-runbook-pack",
  "name": "Canary Runbook Pack",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 7.99,
  "category": "Agent Ops",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "goods-factory",
    "service",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Production canary release runbooks with abort criteria, metric gates, and rollback sequencing for agent and app deploys.",
  "when_to_use": [
    "You are promoting agent or app changes behind progressive traffic and need explicit abort rules before production pressure hits.",
    "Your team debates rollbacks mid-incident because canary success criteria were never written down.",
    "You want a reusable canary checklist for Cloudflare, edge, or API cutovers that junior operators can follow."
  ],
  "outline": [
    "Map the blast radius: list services, feature flags, and upstreams that share the canary cohort.",
    "Define metric gates (error rate, p95 latency, agent tool-fail %, payment webhook success) with numeric abort thresholds and hold windows.",
    "Script the traffic ladder (1% → 5% → 25% → 100%) with who approves each step and how long to soak.",
    "Write the abort path: freeze traffic, tag the bad revision, restore previous artifact, verify synthetic probes, page owners.",
    "Close the loop with a post-canary sheet: what shipped, what almost aborted, and which gate needs retuning next release."
  ],
  "capabilities": [
    "Structured canary runbook templates with fill-in metric gates and RACI owners",
    "Abort and rollback decision trees tied to concrete SLIs instead of gut feel",
    "Traffic-ladder and soak-window planner for edge, API, and agent deployments",
    "Post-canary retro checklist that feeds the next release’s gate tuning"
  ],
  "artifact_outputs": [
    "canary-runbook.md",
    "metric-abort-gates.yaml",
    "post-canary-retro-sheet.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-ops-canary-runbook-pack",
  "sample": "https://lvlltd.com/skills/gf-ops-canary-runbook-pack/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-ops-canary-runbook-pack",
  "teaser": "https://lvlltd.com/sealed/gf-ops-canary-runbook-pack/",
  "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."
  ]
}