mvp-design

Create architecture-focused MVP designs with a three-phase workflow and design decisions template.

22|7|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Dqz00116/skill-lib --skill mvp-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mvp-design
Source: https://github.com/Dqz00116/skill-lib/tree/main/mvp-design
Command: npx skills add https://github.com/Dqz00116/skill-lib --skill mvp-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates architecture-focused MVP designs and lightweight, self-documenting templates that separate design decisions from implementation, helping teams avoid scope creep and misaligned expectations.

Core Features & Use Cases

  • Phase-driven design workflow (Architecture Definition → Component Design → Documentation Production) to produce clear MVP architectures with rationale.
  • Design Decisions Template to capture why decisions were made and how they impact future work.
  • Documentation-first approach that guides implementation and scaffolds future development without embedding code in docs.

Quick Start

Outline an MVP design for a new module by listing core components, interfaces, and documentation templates before any code is written.

Frequently Asked Questions about mvp-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create MVP architecture designs without embedding implementation details in documentation?

Create MVP architecture designs without implementation details by applying a three-phase workflow: Architecture Definition, Component Design, and Documentation Production. This approach separates design decisions from code, uses a design decisions template for rationale, and limits files to 5-6 to prevent scope creep.

What is the best way to document design decisions for early-stage projects?

The best way to document design decisions is using a dedicated template to capture rationale and integration points. This documentation-first method records why decisions were made and how they impact future work, guiding implementation without embedding code directly in the docs.

How does a phase-driven design workflow help manage scope creep?

A phase-driven design workflow manages scope creep by enforcing a strict sequence: Architecture Definition, Component Design, and Documentation Production. This structured process ensures teams produce clear MVP architectures with rationale before coding, aligning expectations and preventing undocumented features.

Do I need to write code before creating MVP design documentation?

You do not need to write code before creating MVP design documentation. The process uses a documentation-first approach that scaffolds future development by listing core components and interfaces, ensuring clear design decisions are established before any implementation begins.

Can I limit my MVP design documentation to a small number of files?

Yes, you can limit MVP design documentation to 5-6 files. The workflow includes a specific guideline to restrict file count, which helps produce concise, shareable documentation and prevents the design from becoming overly complex during early-stage architecture definition.

Why should I separate architecture design from implementation in MVP projects?

Separating architecture design from implementation avoids misaligned expectations and scope creep. By capturing design decisions and rationale independently, teams create lightweight, self-documenting templates that guide coding efforts without conflating design with specific code snippets.