What problem does it solve? Teams often commit to architectures or libraries before knowing whether they actually work, wasting days on dead-end implementations. This Skill structures quick, disposable experiments that answer feasibility questions with real evidence before any production code is written. ## 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) with delegated subagents, then produce a head-to-head comparison table across quality, setup, and performance dimensions. - Frontier Mode: Analyze existing spike results to surface integration risks, unproven data handoffs, and gaps worth spiking next. - Use Case: Before building a real-time chat feature, spike whether websocket streaming delivers LLM tokens to the client under 100ms, then throw the prototype away and start the real build with confidence. ## Quick Start Ask the agent to spike out whether your chosen library or approach actually works for your use case before you commit to the full implementation.