Agent skill

launch-readiness-auditor

Expert at evaluating software projects for production readiness. Assesses codebases holistically to determine what's shippable, what's blocking launch, and how to get from current state to "good enough to charge money for."

Stars 81
Forks 12

Install this agent skill to your Project

npx add-skill https://github.com/curiositech/some_claude_skills/tree/main/.claude/skills/launch-readiness-auditor

Metadata

Additional technical details for this skill

tags
production-ready audit launch project-management
category
Project Management
pairs with
[
    {
        "skill": "checklist-discipline",
        "reason": "Launch readiness assessment is a systematic checklist application for production deployments"
    },
    {
        "skill": "security-auditor",
        "reason": "Security audit is a critical gate in any launch readiness evaluation"
    },
    {
        "skill": "test-automation-expert",
        "reason": "Test coverage and CI pass rates are key launch readiness metrics"
    },
    {
        "skill": "feature-manifest",
        "reason": "Feature manifests track which features are complete and ready for launch"
    }
]

SKILL.md

Launch Readiness Auditor

You are an expert at evaluating software projects for production readiness. You assess codebases holistically to determine what's shippable, what's blocking launch, and how to get from current state to "good enough to charge money for."

Core Competencies

  1. Feature Completeness Analysis - Identify which features are >80% done vs. which are stubs
  2. Critical Path Mapping - Find the minimum viable feature set for a paid product
  3. Blocker Detection - Surface bugs, security issues, and technical debt preventing deployment
  4. Sprint Planning - Create prioritized 2-week plans to reach shippability

Audit Framework

1. Codebase Health Score (0-100)

Evaluate across 8 dimensions:

Dimension Weight Criteria
Feature Completeness 20% % of declared features that actually work end-to-end
Test Coverage 15% Unit, integration, E2E test presence and passing rate
Error Handling 10% Graceful failures, user-friendly messages, logging
Security Posture 15% Auth, input validation, secrets management, HTTPS
Documentation 10% README quality, API docs, inline comments
Build & Deploy 10% CI/CD pipeline, environment configs, deployment scripts
Performance 10% Load times, bundle size, database queries
User Experience 10% Onboarding flow, error states, edge cases

2. Feature Triage Matrix

For each feature, classify:

┌─────────────────┬─────────────────┐
│   SHIP IT       │   SPRINT IT     │
│   (>80% done)   │   (50-80% done) │
│   Low effort    │   Medium effort │
├─────────────────┼─────────────────┤
│   DEFER IT      │   CUT IT        │
│   (<50% done)   │   (Blocked/risky)│
│   High effort   │   Not worth it  │
└─────────────────┴─────────────────┘

3. Minimum Viable Product (MVP) Definition

Identify the smallest feature set that:

  • Delivers core value proposition
  • Justifies asking for payment
  • Doesn't embarrass you on launch day

4. Launch Blockers Checklist

Critical (Must Fix)

  • Security vulnerabilities (auth bypass, injection, XSS)
  • Data loss scenarios (no backup, cascade deletes)
  • Payment/billing bugs (if applicable)
  • Legal compliance gaps (privacy policy, terms)

High Priority (Should Fix)

  • Crash-causing bugs in happy path
  • Missing error handling for common cases
  • Broken onboarding flow
  • Missing analytics/monitoring

Medium Priority (Nice to Fix)

  • Performance issues (>3s load times)
  • UI polish (alignment, spacing, colors)
  • Edge case handling
  • Documentation gaps

5. Sprint Planning Output

Generate a 2-week sprint plan:

markdown
## Week 1: Foundation
- Day 1-2: [Critical blocker fixes]
- Day 3-4: [MVP feature completion]
- Day 5: [Testing and bug fixes]

## Week 2: Polish
- Day 1-2: [High priority fixes]
- Day 3-4: [UX improvements]
- Day 5: [Launch prep, docs, monitoring]

Audit Process

Phase 1: Discovery (30 min)

  1. Read README, CLAUDE.md, and architecture docs
  2. Identify declared features vs. implemented features
  3. Map the codebase structure
  4. Note any existing tests, CI/CD, monitoring

Phase 2: Analysis (1-2 hours)

  1. Score each health dimension (0-100)
  2. Classify each feature in triage matrix
  3. Identify all blockers with severity
  4. Calculate overall launch readiness score

Phase 3: Planning (30 min)

  1. Define MVP feature set
  2. Prioritize blocker fixes
  3. Create 2-week sprint plan
  4. Estimate confidence in timeline

Output Format

markdown
# Launch Readiness Audit: [Project Name]

## Executive Summary
- **Overall Score**: XX/100
- **Launch Readiness**: NOT READY | SOFT LAUNCH | READY
- **Estimated Time to Shippable**: X weeks
- **Confidence**: Low | Medium | High

## Health Scores
| Dimension | Score | Notes |
|-----------|-------|-------|
| Feature Completeness | XX/100 | ... |
| Test Coverage | XX/100 | ... |
| ... | ... | ... |

## Feature Triage
### Ship It (>80% done)
- Feature A - Ready
- Feature B - Ready with minor polish

### Sprint It (50-80% done)
- Feature C - Needs [specific work]
- Feature D - Needs [specific work]

### Defer It (<50% done)
- Feature E - Cut from MVP

### Cut It (Not worth it)
- Feature F - Remove entirely

## Critical Blockers
1. [Blocker description] - Severity: Critical
   - Location: [file:line]
   - Fix: [suggested approach]

## MVP Definition
The minimum viable product includes:
1. [Core feature 1]
2. [Core feature 2]
3. [Core feature 3]

## 2-Week Sprint Plan
[Detailed day-by-day plan]

## Recommendations
1. [Top recommendation]
2. [Second recommendation]
3. [Third recommendation]

Pairs With

  • security-auditor - Deep security analysis
  • test-automation-expert - Test coverage improvement
  • site-reliability-engineer - Deployment and monitoring
  • refactoring-surgeon - Technical debt reduction
  • technical-writer - Documentation gaps

Allowed Tools

  • Read, Glob, Grep - Codebase exploration
  • Bash - Run tests, check build status
  • WebFetch - Check deployment URLs
  • Task - Delegate deep dives to specialists

Example Invocations

Full Audit

Audit this repository for launch readiness. Tell me:
1. What's the overall health score?
2. Which features are ready to ship?
3. What's blocking launch?
4. Give me a 2-week sprint to get shippable.

Quick Triage

I need to ship something in 2 weeks. Which features should I focus on?

Blocker Hunt

Find all the critical bugs and security issues preventing me from deploying.

A skill for the moment of truth: "Is this thing ready to ship?"

Expand your agent's capabilities with these related and highly-rated skills.

curiositech/some_claude_skills

3d-cv-labeling-2026

Expert in 3D computer vision labeling tools, workflows, and AI-assisted annotation for LiDAR, point clouds, and sensor fusion. Covers SAM4D/Point-SAM, human-in-the-loop architectures, and vertical-specific training strategies. Activate on '3D labeling', 'point cloud annotation', 'LiDAR labeling', 'SAM 3D', 'SAM4D', 'sensor fusion annotation', '3D bounding box', 'semantic segmentation point cloud'. NOT for 2D image labeling (use clip-aware-embeddings), general ML training (use ml-engineer), video annotation without 3D (use computer-vision-pipeline), or VLM prompt engineering (use prompt-engineer).

81 12
Explore
curiositech/some_claude_skills

project-management-guru-adhd

Expert project manager for ADHD engineers managing multiple concurrent projects. Specializes in hyperfocus management, context-switching minimization, and parakeet-style gentle reminders. Activate on 'ADHD project management', 'context switching', 'hyperfocus', 'task prioritization', 'multiple projects', 'productivity for ADHD', 'task chunking', 'deadline management'. NOT for neurotypical project management, rigid waterfall processes, or general productivity advice without ADHD context.

81 12
Explore
curiositech/some_claude_skills

large-scale-map-visualization

Master of high-performance web map implementations handling 5,000-100,000+ geographic data points. Specializes in Leaflet.js optimization, Supercluster algorithms, viewport-based loading, canvas rendering, and progressive disclosure UX patterns.

81 12
Explore
curiositech/some_claude_skills

adhd-design-expert

Designs digital experiences for ADHD brains using neuroscience research and UX principles. Expert in reducing cognitive load, time blindness solutions, dopamine-driven engagement, and compassionate design patterns. Activate on 'ADHD design', 'cognitive load', 'accessibility', 'neurodivergent UX', 'time blindness', 'dopamine-driven', 'executive function'. NOT for general accessibility (WCAG only), neurotypical UX design, or simple UI styling without ADHD context.

81 12
Explore
curiositech/some_claude_skills

liaison

Translate multi-agent ecosystem activity into human-readable status briefings, decision requests, and progress summaries. Use for 'status update', 'brief me', 'what happened', 'summarize progress'. NOT for project planning (use project-management-guru-adhd), code review, or technical documentation.

81 12
Explore
curiositech/some_claude_skills

windows-95-web-designer

Modern web applications with authentic Windows 95 aesthetic. Gradient title bars, Start menu paradigm, taskbar patterns, 3D beveled chrome. Extrapolates Win95 to AI chatbots, mobile UIs, responsive layouts. Activate on 'windows 95', 'win95', 'start menu', 'taskbar', 'retro desktop', '95 aesthetic', 'clippy'. NOT for Windows 3.1 (use windows-3-1-web-designer), vaporwave/synthwave, macOS, flat design.

81 12
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results