Production Readiness
This folder defines what “production-ready” means forreactr-dev and provides checklists, runbooks, and standards.
Epic order (recommended)
- Foundations: environments, deployments, configuration, secrets
- Observability: logs, metrics, traces, dashboards, alerting
- Security baseline: threat model, access, secrets hygiene, auditability
- CI/CD and releases: build, test, supply chain, reproducible deploys
- Incident response: runbooks, on-call, postmortems
- Scalability confidence: load testing, capacity planning
Definition of done: “production + scalability confidence”
- Deployable to
dev/staging/prodwith documented rollback - SLOs defined and measurable; alerts are actionable
- End-to-end tracing enabled for core flows
- Logs are structured and searchable; metrics cover golden signals
- Security controls in place (authn/authz, secrets, audit logs, least privilege)
- Backups/DR plan documented and tested (where state exists)
- Performance baselines established; load tests run regularly
production/production-readiness.md.