spike
Installation
SKILL.md
Spike
Use when the user wants to test an idea before committing to a real build: "spike this", "quick prototype", "is this possible", "compare A/B", "before we build".
Do not use when reading docs/code can answer the question, or when the user clearly asked for production implementation.
Loop
- Question: state the concrete feasibility question.
- Research: read enough docs/source to choose credible approach.
- Build: create the smallest runnable artifact that validates or invalidates the idea.
- Stress: try one edge case or failure mode.
- Verdict:
VALIDATED,PARTIAL, orINVALIDATED.
Output shape