Amend Requirements
vdd_amendCascade a requirement change through all levels, updating affected artifacts and re-running validation gates to keep the VDD chain consistent.
Instructions
VDD Cross-phase: Cascade a requirement change through the whole chain — identify the highest affected level and update downward V→S→T→SP→PL→TK, re-running affected gates (G1–G7). Mutates the affected vdd/ artifacts. Pass the change as description. Use when a requirement changes after artifacts already exist; to build a phase from scratch the first time, run that phase's own tool instead of vdd_amend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Description of the requirement change | |
| projectRoot | No | Project root: directory that constitution.md and the vdd/ folder are written to and resolved against (default ".") | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _sdt | Yes | Strategy-and-Tactic instructions for the next step | |
| error | No | Error message when the phase fails | |
| _phase | Yes | VDD phase that produced this result | |
| output | No | Additional structured phase output | |
| success | Yes | Whether the phase completed successfully | |
| artifact | No | Primary artifact produced or returned | |
| gateResult | No | Quality-gate result, when the phase runs a gate |