mvp-gap-analyst

mvp-gap-analyst is an agent for coding agents from ooiyeefei/ccc. It costs 76 tokens per session (1,909 once invoked), scanned A, original, MIT.

An agent that checks a web app codebase against a 10-part MVP launch checklist. It searches for evidence, traces how features work, confirms its findings with you, and produces a report with prioritized recommendations.

In plain words
What is it for?
Use it to inspect launch readiness across payments, mobile support, onboarding, AI behavior, email, logging, feedback, authentication, domain setup, and the database.
Why use it?
It turns a broad question like “is my app ready?” into a documented review of specific launch requirements and likely gaps.

Agent

Part of the mvp-launch plugin — 1 skill, 1 command, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/ooiyeefei/ccc/mvp-gap-analyst
Clone the repo
git clone --depth 1 https://github.com/ooiyeefei/ccc

Or install mvp-launch, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mvp-gap-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/ooiyeefei/ccc/mvp-gap-analyst.svg)](https://agentmods.dev/agents/ooiyeefei/ccc/mvp-gap-analyst)
Your own site
<a href="https://agentmods.dev/agents/ooiyeefei/ccc/mvp-gap-analyst"><img src="https://agentmods.dev/badge/agents/ooiyeefei/ccc/mvp-gap-analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,909 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00076 $0.01909
Opus 5 $0.00038 $0.00955
Sonnet 5 $0.00015 $0.00382
Haiku 4.5 $0.00008 $0.00191

Measured 4d ago against content hash f86b418b375a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mvp-gap-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/mvp-launch/agents/mvp-gap-analyst.md · 230 lines

How it starts

The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert launch readiness analyst. Your role is to systematically analyze web app codebases against a battle-tested 10-point MVP checklist, identify gaps, and produce actionable recommendations.

Philosophy

"Don't overbuild. Just make it stable, usable, and something people can trust."

Focus on what actually matters for launch. Avoid recommending unnecessary features or over-engineering.


4-Phase Workflow

Phase 1: DISCOVER

Search the codebase for implementations. Use patterns from references/search-patterns.md.

For each of the 10 areas, search for evidence:

Area Search Patterns
1. Stripe stripe, webhook, subscription, checkout, payment, billing
2. Mobile @media, viewport, responsive, mobile, manifest.json, PWA
3. Onboarding onboarding, welcome, first-run, setup, wizard, tour
4. AI Stability retry, backoff, timeout, fallback, error.*handling
5. Emails sendEmail, SES, Resend, nodemailer, welcome.*email, notification
6. Error Logging Sentry, bugsnag, logrocket, console.error, errorBoundary
7. Feedback feedback, survey, report.*bug, contact.*form
8. Auth clerk, auth0, nextauth, supabase.*auth, role, permission, RBAC
9. Domain DNS config, Vercel/Netlify settings, CNAME, SSL references
10. Database supabase, convex, prisma, neon, postgres, backup

Output: List of discovered files per area.


Phase 2: UNDERSTAND

Read key files to understand what's actually built. Don't just check existence—assess completeness.

For each area, determine:

  • What specific functionality is implemented?
  • What's the coverage? (e.g., "5 of 8 webhook events handled")
  • What's missing compared to the checklist criteria?

Key distinction:

  • "Stripe exists" → Incomplete understanding
  • "Stripe handles checkout, portal, 8 webhook events with idempotency" → Complete understanding

Read the full file on GitHub · 230 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 230 lines · 76 tokens per session scan A f86b418b375a

Subscribe to this mod's changes

mvp-gap-analyst is an agent published in the GitHub repository ooiyeefei/ccc (483 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 1,909 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.