skills/spike/SKILL.md
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
VALIDATED, PARTIAL, or INVALIDATED.Output shape
.tmp/openclaw-spikes/<slug> unless user asks for a tracked repo-local path.spikes/<NNN-slug>/ with README.md and minimal code.Multi-spike ideas
Verdict format
## Verdict: VALIDATED | PARTIAL | INVALIDATED
Question: ...
Evidence: exact command/output/measurement.
What worked: ...
What failed or surprised us: ...
Recommendation: ship / adjust / avoid, with the next production step.
Rules