Audit Tactics
vdd_tacticsVDD Phase 3: Audit the existing codebase into vdd/tactics.md — repo audit, technical-debt assessment, gap analysis, MoSCoW-prioritized action items (A-001, A-002, …), dependency map, and infrastructure requirements. Overwrites vdd/tactics.md. Requires vdd/strategy.md; run after vdd_strategize and before vdd_specify. Needs a filesystem-capable host to scan the repo, so check with vdd_detect_environment first if the host may lack one.
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 |