Clarify Spec
vdd_clarifyVDD Phase 4b: Clarify an existing spec — scans vdd/specs//spec.md and returns the items to resolve: every [NEEDS CLARIFICATION] marker, [e.g.] placeholder, and happy-path acceptance criterion (AC) still needing an edge-case counterpart (AC-E*). Read-only; returns the list without editing the file (the host agent then applies the resolutions). 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 |
|---|---|---|---|
| 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 |