cyberneticlibrary

Prepare MVP for production deployment

deployment-readiness-skillskillsetup L20
jjmgoss/autonomous-product-development
What it does

Validate application readiness for production deployment

Best for

When validating readiness before production deployment and want automated checks for security, performance, and test coverage.

Inputs
  • · codebase
  • · test coverage report
  • · dependency vulnerability scan
  • · performance baseline
Outputs
  • · go/no-go decision
  • · blockers list
  • · recommendations
  • · deployment checklist
Requires
  • · security scanner (Snyk, Trivy)
  • · performance profiler
  • · test runner
Preconditions

test suite ≥80% coverage, zero high-severity vulnerabilities

Failure modes
  • · false positives from security scanner
  • · performance regression not caught in staging
Trust signals
  • · security scanning integrated
  • · coverage threshold enforced