shipkit-preflight
SolidAggregates project context and audits production readiness against a comprehensive SaaS checklist. Routes to prerequisite skills when context is missing.
AI & Automation 1 stars
0 forks Updated 1 weeks ago MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# shipkit-preflight - MVP Production Readiness Audit
**Purpose**: Ensure your project is ready for first users — the essentials that can't wait.
**What it does**: Runs an MVP-focused production checklist covering security, data integrity, error handling, UX basics, and legal compliance. Generates `.shipkit/preflight.json` with structured results. For scale/enterprise readiness (observability, performance, operational maturity), use `/shipkit-scale-ready` after you have traction.
**Output format**: JSON — readable by Claude, machine-readable by other tools, and the single source of truth for production readiness status.
**Philosophy**: With AI dev, building is cheap — but security, data integrity, and user trust aren't. This checklist keeps what matters for MVP while deferring optimization concerns.
---
## When to Invoke
**User triggers**:
- "Am I ready to ship?"
- "Production readiness check"
- "Preflight", "Go live check"
- "Is this ready for users?"
- "Launch checklist"
**For thorough mode** (deep code review per partition):
- "Thorough preflight", "Deep preflight"
- "Really scrutinize before launch"
- → See [Thorough Mode](#thorough-mode-deep-code-review) section
**Workflow position**:
- After features are implemented
- Before deploying to production
- When transitioning from "it works" to "it's shippable"
---
## Prerequisites
This skill aggregates context from other skills. It will route you to create missing context.
| Needed Context | Source Skill | File | ...
Details
- Author
- stefan-stepzero
- Repository
- stefan-stepzero/shipkit
- Created
- 7 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
shipkit-scale-ready
Audits production systems for scale readiness — observability, performance, reliability, and operational maturity. For teams with traction preparing to grow.
1 Updated 1 weeks ago
stefan-stepzero AI & Automation Solid
shipkit-project-context
Use when starting a new project or refreshing tech stack context. Triggers: 'scan project', 'what's my stack', 'refresh context', 'generate stack'.
1 Updated 1 weeks ago
stefan-stepzero AI & Automation Solid
shipkit-prompt-audit
Audit LLM prompt pipeline architecture — decomposition, parallelization, chain integrity, schema validation, fallback paths. Finds structural issues no linter catches.
1 Updated 1 weeks ago
stefan-stepzero