From magic-powers
Use when building MVPs fast with a small team - lean startup for AI products, feature prioritization, ship-fast patterns, iteration cycles
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
For small AI startup teams: ship the smallest thing that tests your hypothesis. Perfect is the enemy of shipped.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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 |