spike_complete_branch
Mark a technical exploration branch as completed by documenting findings in markdown format. This action helps track progress in structured spike investigations and can trigger advancement to the next phase when enough branches are explored.
Instructions
Mark a branch as explored and record findings.
The findings markdown replaces the branch template content. When enough branches are explored (>=3), the spike automatically advances to Phase 2 (adversarial).
Args: name: Spike name branch_name: Branch to mark as explored findings_md: Markdown content with exploration findings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| branch_name | Yes | ||
| findings_md | Yes |