Amend Requirements
vdd_amendVDD Cross-phase: Plan a requirement-change cascade through the whole chain — identifies the highest affected level and returns the ordered steps to update downward V→S→T→SP→PL→TK and re-run affected gates (G1–G7). Read-only; returns the cascade plan without editing artifacts (the host agent applies the edits and commits). 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 |
|---|---|---|---|
| taskId | No | Task ID to implement (e.g., 'TASK-003') | |
| feature | No | Feature name / spec directory name | |
| statement | No | Freeform input (required for vision) | |
| description | No | Freeform description input | |
| projectRoot | No | Path to project root directory | . |
| actionItemId | No | Tactical action item ID (e.g., 'A-001') | |
| capabilities | No | Alias for availableTools | |
| artifactFiles | No | Map of artifact path → content for serverless validate/drift detection | |
| availableTools | No | MCP/tool names available to the host agent (e.g., ['brave-search','perplexity','context7','gh_grep','playwright','filesystem']) | |
| researchFindings | No | Consolidated research subagent findings to synthesize into strategy.md |