---
skill_id: gf-ops-canary-runbook-pack
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 7.99
price_label: $7.99 / unlock
kind: service
category: Agent Ops
challenge: https://lvlltd.com/api/pay?skill=gf-ops-canary-runbook-pack
outline: https://lvlltd.com/skills/gf-ops-canary-runbook-pack/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Canary Runbook Pack

**Skill ID:** `gf-ops-canary-runbook-pack`  
**Unlock:** $7.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Production canary release runbooks with abort criteria, metric gates, and rollback sequencing for agent and app deploys.

A sealed operational pack that turns vague “ship a canary” habits into a repeatable release discipline: traffic splits, health signals, abort thresholds, owner pages, and post-canary cleanup. Free outline first; full pack unlocks via x402 Base USDC. Not legal advice; no revenue or uptime guarantees.

## 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.

## Decision-grade outline (free)

1. Map the blast radius: list services, feature flags, and upstreams that share the canary cohort.
2. Define metric gates (error rate, p95 latency, agent tool-fail %, payment webhook success) with numeric abort thresholds and hold windows.
3. Script the traffic ladder (1% → 5% → 25% → 100%) with who approves each step and how long to soak.
4. Write the abort path: freeze traffic, tag the bad revision, restore previous artifact, verify synthetic probes, page owners.
5. 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

## Artifacts after unlock

- `canary-runbook.md`
- `metric-abort-gates.yaml`
- `post-canary-retro-sheet.md`

## Detailed description

Canary releases fail quietly when the team ships on vibes: traffic inches up, dashboards look “mostly fine,” and nobody owns the abort call. This Canary Runbook Pack is built for operators and agent-platform teams who need a sealed, repeatable discipline for progressive delivery. You get a full runbook that names the cohort, the shared dependencies, and the exact SLIs that can kill the rollout—error budgets, p95/p99 latency, tool-call failure rates for agents, webhook success, and synthetic probe continuity. Each gate includes a hold window so a single noisy spike does not thrash the release, plus a named owner who can freeze traffic without waiting for a meeting. The traffic ladder section is specific: percentage steps, soak durations, and approval gates from 1% through full cutover, with notes for Cloudflare-style edge splits, API gateway weights, and feature-flag cohorts. The abort path is not a slogan—it sequences freeze, revision pin, previous-artifact restore, probe verification, and stakeholder pages. A post-canary retro sheet captures near-aborts and false positives so gates improve every ship. A free outline is available on the listing; the sealed pack unlocks via x402 on Base with USDC. This is operational guidance only—not legal advice, not an SLA product, and it makes no revenue or uptime guarantees. Use it to make canaries boring, auditable, and safe under pressure.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute Canary Runbook Pack for my catalog",
  context: { skill_id: "gf-ops-canary-runbook-pack" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-ops-canary-runbook-pack` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-ops-canary-runbook-pack"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-ops-canary-runbook-pack/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
