Build MVP from Spec
curated by SkillMD · plugin · 5 skills
Turn a design or spec document into a working MVP by planning thin vertical slices, scaffolding, then building iteratively with TDD and gated commits.
Install the whole plugin (CLI)
npx skillmds add addyosmani/spec-driven-development
npx skillmds add affaan-m/orch-build-mvp
npx skillmds add addyosmani/test-driven-development
npx skillmds add obra/verification-before-completion
npx skillmds add nickgallick/nick-fullstackSkills in this plugin
- ▌ spec-driven-development · addyosmaniCreates structured specifications before writing code to clarify requirements, surface assumptions, and define success criteria, reducing rework and miscommunication.
- ▌ orch-build-mvp · affaan-mTurn a design or spec document into a working MVP by planning thin vertical slices, scaffolding the first slice, then building iteratively with test-driven development and gated commits.
- ▌ test-driven-development · addyosmaniDrive development with tests by writing a failing test before implementing code, and reproduce bugs with tests before fixing them.
- ▌ verification-before-completion · obraEnforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.
- ▌ nick-fullstack · nickgallick bundleTurns product strategy into a production-grade MVP or shipped full-stack application using Next.js, Supabase, and Vercel with disciplined scope and quality standards.