production-readiness

Validate observability, reliability, operability, and goal alignment before deployment.

2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Wilder1222/superomni --skill production-readiness-wilder1222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-readiness
Source: https://github.com/Wilder1222/superomni/tree/main/skills/production-readiness
Command: npx skills add https://github.com/Wilder1222/superomni --skill production-readiness-wilder1222

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures production deployments are safe by validating observability, reliability, operability, and goal alignment before release.

Core Features & Use Cases

  • End-to-end production readiness evaluation across the THINK/PLAN/BUILD/VERIFY/RELEASE pipeline.
  • Enforces runbooks, rollback plans, and failure-mode coverage to minimize deployment risk.
  • Provides artifact-driven evidence in docs/superomni/production-readiness for audits and postmortems.

Quick Start

Start the production readiness evaluation on the latest change and document the results at docs/superomni/production-readiness.

Frequently Asked Questions about production-readiness

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

FAQPage Schema
How do I validate production readiness before a deployment?

To validate production readiness, you must verify observability, reliability, operability, and goal alignment across the pipeline. This process enforces runbooks and rollback plans, generating artifact-driven evidence for audits and postmortems.

What is the best way to enforce a rollback plan and failure-mode coverage during release?

Enforcing rollback plans and failure-mode coverage is achieved by gating deployments with readiness checks. This validates critical criteria across the pipeline and writes a comprehensive readiness report for audits and postmortems.

Does production readiness evaluation work across the entire deployment pipeline?

Production readiness evaluation works across the THINK, PLAN, BUILD, VERIFY, and RELEASE pipeline stages. It gates deployments by validating operability and reliability, ensuring safe rollout with documented rollback plans.

How do I generate traceable evidence for deployment audits and postmortems?

Traceable audit evidence is generated by enforcing artifact-based validation during deployment readiness checks. The system writes a production readiness report to a specific documentation directory, ensuring full traceability for postmortems.

When do I need to run deployment readiness checks for production rollout?

Deployment readiness checks are required before production rollout to validate reliability and observability. This ensures every release meets critical criteria and provides a clear runbook and rollback plan to minimize risk.