Clarify Spec
vdd_clarifyResolves unresolved [NEEDS CLARIFICATION] markers in an existing spec, replaces [e.g.] placeholders with concrete values, and adds edge-case acceptance criteria. Run after vdd_specify when a spec has unresolved markers.
Instructions
VDD Phase 4b: Clarify an existing spec in place — resolves every [NEEDS CLARIFICATION] marker, replaces [e.g.] placeholders with concrete values, and adds edge-case acceptance criteria (AC-E*). Mutates vdd/specs//spec.md. Pass feature (spec directory name). Run after vdd_specify when a spec has unresolved markers; to author a brand-new spec use vdd_specify instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature | Yes | Feature name (spec directory name) | |
| 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 |