spike_mark_dead_end
Mark exploration branches as dead ends to document why they were abandoned, preserving insights while excluding them from synthesis.
Instructions
Mark a branch as a dead end and document why.
Dead-end branches are excluded from synthesis but their documentation is preserved for future reference.
Args: name: Spike name branch_name: Branch to mark as dead end reason: Why this branch was abandoned salvageable: Any insights salvageable from this branch
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| branch_name | Yes | ||
| reason | Yes | ||
| salvageable | No |