What problem does it solve?
This skill solves the risk of wasting time building the wrong solution by validating feasibility through small, disposable experiments before committing to a real implementation.
Core Features & Use Cases
- Feasibility decomposition: Break an idea into 2–5 concrete feasibility questions framed with Given/When/Then so each outcome is observable.
- Research-then-build workflow: Do just enough research per spike to pick an approach, then build a minimal runnable artifact that demonstrates behavior.
- Evidence-based verdicts: Close each spike with VALIDATED, PARTIAL, or INVALIDATED plus what worked, what didn’t, surprises, and a recommendation for the real build.
Use case: You’re considering two competing ways to parse PDFs for extraction; run two parallel spikes (e.g., pdfjs vs camelot), compare results, and decide which approach to invest in.
Quick Start
Tell the agent: "Spike out whether my proposed approach is feasible, including 2–5 concrete feasibility questions and an observable prototype, then give me a VALIDATED/PARTIAL/INVALIDATED verdict."