veto_adr
Converts council debate outcomes into MADR-format Architecture Decision Records, with optional file writing to the project directory.
Instructions
Converts a veto_council_debate result into a MADR-format Architecture Decision Record (ADR). Writes to docs/decisions/NNNN-.md if project_dir is provided. Returns the ADR markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The decision/task that was debated. | |
| verdict | Yes | Council verdict: GREEN/YELLOW/RED/DEADLOCK. | |
| rationale | No | Optional additional rationale or context. | |
| outcome_id | No | Optional council outcome_id for reference. | |
| project_dir | No | Optional path to write the ADR file. | |
| recommended | Yes | The recommended approach from the council. | |
| consequences | No | Optional known consequences of this decision. |