deployment-checklist

Enforce production deployment readiness with a 56-item checklist across seven areas.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/saintgo7/claude-skills --skill deployment-checklist-saintgo7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-checklist
Source: https://github.com/saintgo7/claude-skills/tree/main/deployment-checklist
Command: npx skills add https://github.com/saintgo7/claude-skills --skill deployment-checklist-saintgo7

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about deployment-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a production deployment checklist for LLM API services?

A production deployment checklist is a structured validation gate that enforces pre-launch readiness across authentication, security, observability, scaling, and rollback planning. It prevents early outages by requiring evidence-backed verification before promoting LLM/API services to live environments.

How do I validate production readiness for an LLM gateway before go-live?

To validate production readiness for an LLM gateway, run a 56-item, 7-area deployment checklist covering authentication, security, observability, scaling, documentation, rollback, and external dependencies. Attach cURL outputs, graphs, and test logs as evidence for each checked item.

What should a go-live gate check immediately before an API release?

A go-live gate should check five critical readiness items immediately before an API release: passing tests, load validation, health endpoints, active monitoring, and rollback rehearsal. This confirms operational stability right before traffic promotion.

How do I handle intentionally missing items in a deployment readiness review?

To handle intentionally missing items in a deployment readiness review, record the unmet validation requirement with a specific reason, then attach a mitigation plan and schedule follow-up actions. This tracks satisfied and intentionally missing items to reduce operational blind spots.

Can I use this deployment checklist for infrastructure or model changes in staging?

Yes, you can use this deployment checklist when promoting from staging after infrastructure or model changes. It enforces production deployment readiness for LLM/API services by validating external dependencies, scaling, and security to prevent early outages.