startup-launch-doctor
v0.1.0
Published
Install the Codex skill that audits a startup URL and creates a launch-readiness report.
Maintainers
Readme
Startup Launch Doctor
A Codex skill that audits a startup from its URL, decides whether it is ready to launch, and creates a prioritized launch-readiness report.
Give Codex a live startup, SaaS, app, developer tool, landing page, localhost URL, repository, screenshot, or copy draft. Startup Launch Doctor reconstructs what the product appears to do, follows the public conversion journey, finds critical blockers, and tells the founder exactly what to improve.
What it does
- Understands the startup without requiring a founder questionnaire
- Inspects the public experience as a first-time visitor
- Evaluates positioning, audience relevance, conversion, proof, trust, UX, technical surface, and launch operations
- Separates observed evidence from inference and unknowns
- Produces a
Ready to launch,Launch after critical fixes, orNot ready yetverdict - Reports both a readiness score and evidence coverage
- Identifies critical blockers before cosmetic improvements
- Writes exact copy and interface corrections when useful
- Creates a realistic seven-day repair plan
- Generates a polished standalone HTML report and editable JSON source
Installation
npx --yes startup-launch-doctor@latestThis installs the skill into:
~/.codex/skills/startup-launch-doctorRestart Codex after installation so it can discover the skill.
Usage
Audit a live startup:
Use $startup-launch-doctor to audit https://example.com before launch.Run a deeper review:
Use $startup-launch-doctor in deep mode on https://example.com. Inspect the pricing, documentation, trust, and primary conversion paths on desktop and mobile.Focus on the technical public surface:
Use $startup-launch-doctor in technical mode on http://localhost:3000.Compare a redesign:
Use $startup-launch-doctor in before-after mode to compare the current site at [URL] with the redesign at [URL].Report
The default report includes:
- Reconstructed startup
- Launch verdict
- Readiness score and evidence coverage
- Eight-part diagnostic scorecard
- Primary visitor journey
- Critical launch blockers
- Prioritized fixes with evidence and validation
- Exact copy or interface rewrites
- Seven-day repair plan
- Retest checklist and smallest measurable launch experiment
Codex writes the portable HTML report and its structured JSON source to the workspace outputs/ directory and returns clickable local links.
The audit does not claim to prove product-market fit, conversion, security, legal compliance, or production reliability. Private behavior remains unknown unless the user explicitly supplies appropriate evidence and access.
A complete report generated from the public Synara launch journey is included in examples/.
Modes
standard: complete public launch auditquick: primary page, CTA, trust path, verdict, and top fixesdeep: extended product, pricing, documentation, trust, and responsive inspectiontechnical: public technical surface, metadata, errors, accessibility signals, and responsive behaviorbefore-after: consistent comparison between two versions
Manual installation
git clone https://github.com/Kappaemme-git/startup-launch-doctor.git
mkdir -p ~/.codex/skills
cp -R startup-launch-doctor/startup-launch-doctor ~/.codex/skills/startup-launch-doctorRestart Codex after installation.
License
MIT
