skills/mvp-rapid-development/SKILL.md
Use when building MVPs fast with a small team - lean startup for AI products, feature prioritization, ship-fast patterns, iteration cycles
npx skillsauth add kienbui1995/magic-powers mvp-rapid-developmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
For small AI startup teams: ship the smallest thing that tests your hypothesis. Perfect is the enemy of shipped.
1. What's the ONE problem you solve?
2. What's the SMALLEST thing that proves it works?
3. Build THAT. Ship it. Measure.
4. Iterate or pivot based on data.
| Week | Focus | Deliverable | |------|-------|-------------| | 1 | Problem + solution validation | 10 user interviews, core hypothesis | | 2 | Core feature build | Working prototype of ONE feature | | 3 | Polish + deploy | Deployed, usable by real users | | 4 | Measure + iterate | Usage data, feedback, next iteration |
Score = Impact × Confidence × Ease
Impact: How much does this move the needle? (1-10)
Confidence: How sure are we it works? (1-10)
Ease: How fast can we build it? (1-10)
Build highest ICE score first. Ruthlessly cut everything else.
| Instead of... | Ship this first | |---------------|----------------| | Custom fine-tuned model | Prompt engineering + GPT-4 API | | Full RAG pipeline | Simple prompt with pasted context | | Multi-agent system | Single agent with tools | | Custom embeddings | OpenAI embeddings + Pinecone | | Real-time streaming | Batch processing + polling | | Custom auth | Clerk/Auth0/Supabase Auth | | Custom UI | Shadcn/UI + Next.js template |
content-media
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.