pre-ship
Installation
SKILL.md
Pre-Ship Checklist
"It works" ≠ "Production-ready"
This checklist bridges the gap. Run it before EVERY production deploy.
The Production Gap
| "It Works" (Dev) | Production-Ready | This Checklist Verifies |
|---|---|---|
| Happy path works | Errors handled gracefully | Error handling section |
| Works locally | Works for 1000 concurrent users | Scale section |
| Works today | Works after 6 months | Time section |
| You understand it | Others can understand it | Comprehension section |
| Manual deploy | Automated deploy | Deployment section |
| Users find bugs | Tests find bugs | Testing section |