skillfed

build-mvp

Build MVP works through your product roadmap task by task, implementing, testing, and verifying each phase before moving forward. It reads your PRD and design tokens, marks tasks complete as it goes, and stops only when the entire app is built and working end to end. When finished, it initializes git and offers to connect a remote repository.

Build MVP executes every task in your product roadmap sequentially until your complete MVP is finished and ready to commit.

AI-generated summary based on this skill's SKILL.md

168 31 MIT updated by BuildGreatProducts

Install

BuildGreatProducts/builder-os/build-mvp

CLI (skillfed)coming soon
git clone https://github.com/BuildGreatProducts/builder-os
cp -r builder-os/skills/build-mvp ~/.claude/skills/build-mvp

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does build-mvp execute the product roadmap?

Build MVP works through your product roadmap task by task, implementing and testing each phase before moving forward. It reads your PRD and design specifications, marks tasks complete as it progresses, and continues until the entire application is built and verified end to end. Once finished, it initializes git and offers to connect a remote repository.

Can build-mvp build the app from roadmap automatically?

Yes. Build MVP automates MVP construction from your BuilderOS product planning documents. It executes all roadmap tasks sequentially, implementing the full application according to your PRD and design specifications without requiring manual task management between phases.

What happens when build-mvp completes the build?

Build MVP initializes a git repository and prepares your codebase for version control once the entire application is built and working. It then offers to connect a remote repository so you can push your completed MVP to version control.

Does build-mvp verify each phase before continuing?

Yes. Build MVP builds and verifies each phase end-to-end before moving forward to the next task. This ensures that every component is working correctly before the build progresses, preventing issues from compounding across phases.

What does build-mvp need to start building?

Build MVP reads your PRD (Product Requirements Document) and design tokens to understand the complete specification. It uses these documents along with your product roadmap to guide the sequential implementation of all tasks until your MVP is fully constructed and ready for deployment.

SKILL.md

rendered from the published skill — quoted content, verbatim

Build MVP

Build the complete app by executing every task in docs/product-roadmap.md, in order, until all tasks are checked off.

Setup

Read docs/product-roadmap.md first — it is the source of truth for what to build and in what order. docs/prd.md is the technical spec behind it; docs/design.md holds the visual

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/build-mvp/SKILL.md

Related skills

Tags

end-to-end-build roadmap-execution task-automation product-implementation sequential-workflow specification-driven phase-completion git-initialization