spike_add_challenge
Add adversarial challenges to document failure modes, hidden assumptions, and edge cases for explored branches in technical spike investigations.
Instructions
Add adversarial challenge to a branch.
Challenges document failure modes, hidden assumptions, and edge cases. When all explored branches are challenged, the spike automatically advances to Phase 3 (synthesis).
Args: name: Spike name branch_name: Branch to challenge (must be in EXPLORED status) challenge_md: Markdown content with adversarial challenge
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| branch_name | Yes | ||
| challenge_md | Yes |