What problem does it solve?
This Skill prevents production incidents by giving a structured, evidence-driven checklist that catches the most failure-prone gaps before an LLM/API service goes live.
Core Features & Use Cases
- 56-item, 7-area deployment gate across Authentication, Security, Observability, Scaling, Documentation, Rollback, and External dependencies to force clear pre-launch decisions.
- Go-live short gate (5 items) to confirm critical readiness immediately before launch (tests, load, health endpoints, monitoring, rollback rehearsal).
- Operationally validated patterns derived from GEM-LLM-style operations to reduce “we thought it was fine” outcomes by tracking both satisfied and intentionally missing items with reasons and follow-up schedules.
- Use case example: when promoting a staged LLM gateway to production, run the checklist, attach evidence for each checked item (cURL/graphs/test logs), and record any intentionally unmet items (e.g., Sentry not enabled yet) with a mitigation plan.
Quick Start
Use the deployment-checklist skill to produce a go-live evidence checklist for your service by copying templates/checklist.md.template and filling the 7-area items as you validate your production readiness.