{
  "skill_id": "gf-ops-golden-path-triage",
  "name": "Golden-Path Incident Triage",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 9.49,
  "category": "Trust",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "goods-factory",
    "service",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Golden-path triage playbooks that route agent and platform incidents to the right first checks, owners, and severity.",
  "when_to_use": [
    "On-call pages arrive with vague symptoms and responders waste the first fifteen minutes guessing where to look.",
    "Agent failures, payment webhooks, and edge outages all look the same in Slack and need distinct first checks.",
    "You want a trust-building ops standard so severity and ownership are consistent across shifts."
  ],
  "outline": [
    "Classify the symptom class (agent timeout, deploy regression, dependency outage, auth/secret, data integrity) before deep diving.",
    "Run the first-five-minutes checklist: freeze risky deploys, snapshot timestamps, pull golden dashboards, confirm user blast radius.",
    "Map signals to systems: which logs, traces, queues, and status pages answer the current severity in under three minutes.",
    "Apply the severity ladder (SEV1–SEV4) with explicit customer, revenue-path, and data-risk criteria—no vibes-only pages.",
    "Execute handoff: commander vs investigator roles, status cadence, and a close-out note that preserves timeline for the postmortem."
  ],
  "capabilities": [
    "Symptom-to-system routing tables for agent, edge, payment, and API stacks",
    "Severity ladder with customer-impact and data-risk criteria operators can apply under stress",
    "First-five-minutes golden checklist that prevents deploy thrash during triage",
    "Handoff and status templates that keep commander and investigator roles clear"
  ],
  "artifact_outputs": [
    "golden-path-triage.md",
    "severity-ladder.yaml",
    "incident-handoff-template.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-golden-path-triage",
  "sample": "https://lvlltd.com/skills/gf-ops-golden-path-triage/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-ops-golden-path-triage",
  "teaser": "https://lvlltd.com/sealed/gf-ops-golden-path-triage/",
  "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: Trust. Kind: service.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}