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 design tokens; docs/product-vision.md holds the product strategy. Do not load these documents wholesale — each phase lists the specific Reference sections to read, plus whatever a task's Notes line points to. If docs/product-roadmap.md or docs/prd.md is missing, stop and tell the user to run the Product Planner skill first (part of BuilderOS: https://github.com/BuildGreatProducts/builder-os ). Work loop Repeat until every task in the roadmap is complete: Find the first unchecked task ( - [ ] ). Tasks are ordered intentionally — never skip ahead. Read what the task needs — its Files and Notes lines, plus the current phase's Reference sections if not yet read this session. Implement the task exactly as specified — file paths, package names, and config values are deliberate. Follow the repo's CLAUDE.md / AGENTS.md guidelines: simplest implementation that satisfies the task, no speculative features, surgical changes only. Test and verify before moving on. Run the verification step at the end of the task's Notes, run the app, run existing tests, and add tests for new logic. If verification fails, fix it first — never mark a failing task complete or start the next task with the app broken. Mark the task complete — change - [ ] to - [x] and update the header status line ( Status: X/Y tasks complete , Current Phase: ... ). At each phase boundary: run the app end to end and confirm the phase's Goal is true and demoable before starting the next phase. No git or GitHub actions here — version control happens once at the end, after every phase is complete. Show more Installs 666 Repository buildgreatprodu…ilder-os GitHub Stars 107 First Seen Jun 16, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
build-mvp
安装
npx skills add https://github.com/buildgreatproducts/builder-os --skill build-mvp