What problem does it solve? When requirements are unclear, teams often jump straight into building or let exploration drag on without structure. This Skill provides a disciplined, time-boxed spike workflow that turns ambiguous questions into concrete artifacts — a requirements doc, scoped issues, an ADR, or a documented no-go decision — instead of production code. ## Core Features & Use Cases - Open Spike: Files a GitHub issue with the spike label and a frozen discovery template capturing the question, time-box, and expected artifact. - Findings Tracking: Appends dated findings to the spike issue body as exploration progresses, keeping context durable. - Structured Closure: Closes spikes only with a named artifact (requirements doc, scoped issues, ADR, or not-planned summary), refusing silent closes. - Overrun Audit: Surfaces open spikes whose stated time-box has expired and prompts continue, cut-scope, or close decisions. - Use Case: Your team is asked to integrate an unfamiliar third-party API. Open a 2-day spike, log findings as you probe the API, then close with scoped implementation issues filed via the backlog workflow. ## Quick Start Ask the assistant to open a time-boxed spike to investigate whether we should build the proposed feature, with a requirements doc as the target artifact.