What problem does it solve? Before committing to a real build, teams often need to know whether an idea is technically feasible or which of two approaches works better. This Skill runs small, disposable prototypes that answer those questions with evidence instead of guesswork. ## Core Features & Use Cases - Feasibility Validation: Builds the smallest runnable artifact (CLI, tiny HTML page, single endpoint, or focused test) that proves or disproves an idea. - A/B Comparison: Runs multiple independent spikes with equal inputs and measured dimensions to compare approaches fairly. - Structured Verdicts: Reports a clear VALIDATED, PARTIAL, or INVALIDATED verdict with evidence, surprises, and a next-step recommendation. - Use Case: A developer wonders whether a library can handle streaming uploads. The spike creates a minimal script in .tmp/openclaw-spikes/, tests one edge case, and returns a verdict with the exact command output. ## Quick Start Ask the assistant to spike whether a specific idea or approach is feasible before building it for real.