Use when exploring unknown technology, assessing feasibility, or before Complex (C) tier work - time-boxed technical research with structured output
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Time-boxed technical research for unknowns. Produces structured findings that inform implementation decisions.
## Spike: [Topic]
**Time Box:** [30min | 1hr | 2hr]
**Question:** What specific question are we answering?
**Success Criteria:** How will we know we have enough information?
Create history/spikes/<topic>.md:
# Spike: [Topic]
**Date:** YYYY-MM-DD
**Time Spent:** Xh Ym
**Status:** [Concluded | Needs More Research | Blocked]
## Question
What were we trying to learn?
## Findings
### What Works
- Finding 1 with evidence
- Finding 2 with code snippet
### What Doesn't Work
- Attempted approach and why it failed
### Unknowns Remaining
- Questions still unanswered
## Recommendation
Clear recommendation based on findings.
## Next Steps
- [ ] Concrete action items
Spike findings feed into /conductor-newtrack:
spike [topic]
Example: spike websocket authentication