hackathon-idea-validationlisted
Install: claude install-skill IdkwhatImD0ing/hackathonstarterkit
## The Lego Method
Don't try to validate the whole idea at once. Build small, tested building blocks, just like Legos, and snap them together into a winning project.
TL;DR Validate one piece at a time in isolation. Solid blocks snap together into a winning project.
The biggest mistake teams make: building the entire project in one shot, then discovering at hour 18 that a critical API doesn't work as assumed. The fix: validate one piece at a time, in isolation. Make each block solid, and the project assembles itself.
#### Test One Thing
One integration, one API, one flow at a time. Can you stream a response from OpenAI? Trigger a Twilio call from Python? Output text-to-speech audio in a browser?
Each question gets its own isolated experiment. No dependencies, no distractions.
#### Make It Bulletproof
Once a block works, make it reliable. Handle the failure modes. Know the rate limits and latency. A block battle-tested in a side project is one you can trust at 3AM.
A solid block never breaks during the demo. That's the whole point.
#### Snap Together
Proven blocks combine fast. OpenAI streaming + Twilio voice + a React frontend = a voice AI agent. The architecture emerges from blocks you already trust.
Composition is fast when every piece already works. The project assembles itself.
Think of it like actual Legos: you don't mold custom plastic at build time. You snap pre-made blocks together. The more blocks you test beforehand, the faster you build at the event.
#