ai-native-mvp-stage

ai-native-mvp-stage is a skill for Codex from Hades-HY-LI/ai-native-founder-playbook-skills. It costs 60 tokens per session (654 once invoked), scanned A, original, MIT.

A planning guide for building the first useful version of an AI-based product. It covers what to build, how to structure it, how to test it, and how to keep it safe and maintainable.

In plain words
What is it for?
It helps define the product goal, choose a technical approach, plan coding-agent work, set up evaluation checks, review security, and organize delivery milestones.
Why use it?
It helps turn a validated customer problem into a focused first release instead of building too much too soon.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps define the product goal, choose a technical approach, plan coding-agent work, set up evaluation checks, review security, and organize delivery milestones.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hades-hy-li/ai-native-founder-playbook-skills/ai-native-mvp-stage
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.

Any agent
npx skills add Hades-HY-LI/ai-native-founder-playbook-skills --skill ai-native-mvp-stage
Clone the repo
git clone --depth 1 https://github.com/Hades-HY-LI/ai-native-founder-playbook-skills

Made for: Codex.

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 ai-native-mvp-stage

README.md
[![agentmods](https://agentmods.dev/badge/skills/hades-hy-li/ai-native-founder-playbook-skills/ai-native-mvp-stage/github.svg)](https://agentmods.dev/skills/hades-hy-li/ai-native-founder-playbook-skills/ai-native-mvp-stage)
Your own site
<a href="https://agentmods.dev/skills/hades-hy-li/ai-native-founder-playbook-skills/ai-native-mvp-stage"><img src="https://agentmods.dev/badge/skills/hades-hy-li/ai-native-founder-playbook-skills/ai-native-mvp-stage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-native-mvp-stage

Your own site · 80×15
<a href="https://agentmods.dev/skills/hades-hy-li/ai-native-founder-playbook-skills/ai-native-mvp-stage"><img src="https://agentmods.dev/badge/skills/hades-hy-li/ai-native-founder-playbook-skills/ai-native-mvp-stage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 654 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00060 $0.00654
Opus 5 $0.00030 $0.00327
Sonnet 5 $0.00012 $0.00131
Haiku 4.5 $0.00006 $0.00065

Measured 12d ago against content hash e6059b4adfec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-native-mvp-stage 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 12d 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.

skills/ai-native-mvp-stage/SKILL.md · 86 lines

How it starts

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

AI-Native MVP Stage

Goal

Help founders ship the smallest product that proves the core customer outcome while keeping AI-generated work testable, secure, and maintainable.

Required Inputs

If the founder provides a structured brief, use these inputs:

Validated customer/problem:
MVP outcome to prove:
Current product status:
Technical stack:
Data/security constraints:
Available builders/tools:
Deadline:
Desired output:

Guided Intake

Do not require the founder to know all implementation details upfront. If the request is thin, ask up to five questions first:

1. What customer problem and user outcome has already been validated?
2. What is the smallest workflow the MVP must prove?
3. What exists today: mockup, prototype, manual workflow, or no product?
4. What technical or data constraints matter most?
5. What do you want next: MVP scope, architecture, coding-agent task plan, eval plan, or milestones?

After the user answers, infer reasonable defaults, mark unknowns explicitly, and produce a build recommendation. Do not block on stack details unless the requested output is technical architecture.

Workflow

  1. Define the MVP proof target: the user outcome that must become measurably easier, faster, cheaper, or better.
  2. Cut scope to the smallest workflow that proves that target.
  3. Use references/mvp-scope.md to separate must-have proof from distracting surface area.
  4. Use references/technical-architecture.md for architecture, coding-agent guardrails, security, and technical debt prevention.
  5. Use references/evals-and-feedback.md to define evaluation, telemetry, bug intake, and customer feedback loops.
  6. Return a build plan with milestones, risks, evals, and acceptance criteria.

AI-Native Workflows

Use generic AI roles:

  • Coding agent: implement bounded tasks with tests and explicit file ownership.
  • Architecture critic: review data flow, security, and maintainability.
  • Evaluation assistant: create test cases, golden examples, and failure taxonomies.
  • User-research assistant: convert feedback into product decisions.

Read the full file on GitHub · 86 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 86 lines · 60 tokens per session scan A e6059b4adfec

Subscribe to this mod's changes

ai-native-mvp-stage is a skill published in the GitHub repository Hades-HY-LI/ai-native-founder-playbook-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 60 tokens to every session and 654 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

tastemaker

Generate genuinely beautiful, on-brand UI instead of generic "AI slop" — use whenever the user asks to build, design, style, or improve a UI, landing page, dashboard, app screen, or component, whenever a PRD/spec needs a design pass before implementation, whenever the user pastes reference images/Pinterest/Dribbble…

codeswithroh/tastemaker · 202 tokens

fde

Keeps the engagement record for client work. Use when they name a client or stakeholder. Use when they debrief a meeting or paste notes. Use when they ask what was agreed. Use when they run a POC, change the client's codebase, prove it on their staging, go live, or need evals before a model acts. Use when they prep a…

suboss87/FDEOps · 125 tokens

kubernetes-skill

Prevent Kubernetes hallucinations by diagnosing and fixing failure modes: insecure workload defaults, resource starvation, network exposure, privilege sprawl, fragile rollouts, and API drift. Use when generating, reviewing, refactoring, or migrating manifests, Helm charts, Kustomize overlays, cluster policies, and…

LukasNiessen/kubernetes-skill · 89 tokens

image-to-psd

A skill that reconstructs images as editable, layered Photoshop files. It separates the repaired background, visual components, and text into layers instead of leaving the page as one flat image.

DSY-Xueai/image2editable · 69 tokens

img2mo-learn

Learn reusable 2D motion-generation knowledge from user-specified action resources with /img2mo-learn . Use when the user provides videos, extracted frame sequences, spritesheets, Spine assets, generated outputs, failed attempts, or reference motion folders and wants to summarize animation timing, pose beats, style…

WU-HAOTIAN34/2dimg2motion · 104 tokens

img2mo-std

Standardize a 2D animation baseline image with /img2mo-std xxx.png/pos. Use when preparing a character, creature, prop, or weapon baseline before motion generation, especially if the source image is too large, tightly cropped, lacks transparent action margin, has a white background, or later walk/attack/idle frames…

WU-HAOTIAN34/2dimg2motion · 87 tokens