spike_generate_adr
Create Architecture Decision Records from technical spike investigations by analyzing alternative approaches and generating structured documentation.
Instructions
Generate an Architecture Decision Record from spike artifacts.
Builds alternatives from challenged branches and renders the ADR template.
Args: name: Spike name title: ADR title context_text: Context/background for the decision decision: The decision being documented
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| title | Yes | ||
| context_text | Yes | ||
| decision | Yes |