What problem does it solve? Committing to a full build before knowing whether an idea is technically feasible wastes time and money. This Skill structures quick, disposable experiments that answer feasibility questions with real evidence instead of guesswork. ## Core Features & Use Cases - Structured Spike Loop: Decompose an idea into 2-5 risk-ordered feasibility questions, research competing approaches, build minimal prototypes, and record a VALIDATED, PARTIAL, or INVALIDATED verdict per spike. - Comparison Spikes: Run parallel variants (e.g., pdfjs vs camelot for PDF parsing) and produce a head-to-head comparison table with a clear winner recommendation. - Frontier Mode: Analyze existing spikes to surface integration risks, unproven data handoffs, and gaps, then propose the next experiments. - Use Case: Before building a real-time chat feature, spike whether websocket streaming delivers LLM tokens to the client in under 100ms, then throw the prototype away and start the real build with confidence. ## Quick Start Ask the agent to spike whether your idea is feasible, for example: "Spike whether I can stream LLM tokens over websockets to the browser with low latency before I commit to this architecture."