agentsclimarketplace

Mvp workflow

Skill kornpng/web-mvp-blueprint-kit/skills/mvp-workflow

Orchestrate a Codex-first Web MVP planning workflow from rough idea to build-ready artifacts. Use when the user wants to turn an app idea into a structured MVP plan, PRD, technical blueprint, AGENTS.md context, and implementation tickets.From its SKILL.md

Install
npx -y skills add kornpng/web-mvp-blueprint-kit --skill mvp-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.0 KB, 437 tokens by cl100k_base, as published. Nobody here has run it

MVP Workflow

Guide the user through the full Web MVP Blueprint workflow.

Workflow

  1. Idea Brief - clarify the first user, problem, smallest useful outcome, and MVP boundary.
  2. Evidence Research - collect competitor, user, pricing, and feasibility evidence.
  3. Buildable PRD - define pages, features, data objects, acceptance criteria, and success metrics.
  4. Technical Blueprint - choose a practical stack and implementation route.
  5. Agent Context - generate AGENTS.md and agent_docs/.
  6. Build Tickets - generate task files that Codex can execute one at a time.

State Check

Inspect the current project before choosing the next step:

ArtifactMeaning
docs/IdeaBrief-*.mdStep 0 complete
docs/EvidencePack-*.mdStep 1 complete
docs/BuildablePRD-*.mdStep 2 complete
docs/TechBlueprint-*.mdStep 3 complete
AGENTS.md and agent_docs/Step 4 complete
tasks/*.mdStep 5 complete

Routing

  • If no idea brief exists, use $mvp-idea-brief.
  • If idea brief exists but no evidence pack exists, use $mvp-research.
  • If evidence exists but no buildable PRD exists, use $mvp-prd.
  • If PRD exists but no technical blueprint exists, use $mvp-tech-design.
  • If technical blueprint exists but no agent context exists, use $mvp-agent-context.
  • If agent context exists but no task tickets exist, use $mvp-build-tickets.

Rules

  • Keep the user oriented with the current step and next artifact.
  • Ask one question at a time when inputs are missing.
  • Favor small Web MVP scope over broad product ambition.
  • Preserve explicit "Not in MVP" decisions.
  • Do not start implementation until agent context and tickets exist, unless the user explicitly skips planning.

What ships with it: 1 file

209 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.