Vdd — Development skill for Claude Code
Execute an approved plan in phases with iterative critique loops.
How to install Vdd
Installs to ~/.claude/commands/reevebarthelme-the-augmented-developer-workflow-vdd.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ReeveBarthelme/the-augmented-developer-workflow/HEAD/.claude/commands/vdd.md -o ~/.claude/commands/reevebarthelme-the-augmented-developer-workflow-vdd.md Restart Claude Code, or start a new session, for it to be picked up.
What Vdd does
Execute an approved plan in phases with iterative critique loops.
Prerequisites
- An approved artifact is required — either a plan (from
/planor investigation) or a spec (from/sdd) - The artifact path can be passed as an argument:
/vdd path/to/plan-or-spec.md - If no argument provided, ask the user for the artifact location
- VDD accepts both plans (with phase markers) and specs (with section markers). Phase Detection below handles both formats.
Phase Detection
Parse th
Alternatives in Development
- Implement Plan — You are tasked with implementing an approved technical plan from thoughts/shared/plans/ 10k ★
- /gemini Consult — Engages in deep, iterative conversations with Gemini MCP for complex problem-solving 1.3k ★
- Execute Plan 1.2k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Fire Autonomous
Full autopilot — plan, execute, verify all phases autonomously after PRD is complete
Gsd Autonomous
Run all remaining phases autonomously — discuss→plan→execute per phase
Prp Implement
Execute an implementation plan with rigorous validation loops
Arnold
General-purpose planning and execution harness for LLMs — structured phases, critique, gating, and review
Building
Execute plans through gated phases with subagent dispatch.
Aod.Build
Execute implementation with Architect checkpoints at critical phases - Streamlined v2
Related Agents
Plan Coder
Implements an approved plan using TDD. Also fixes code based on code-quality and test reviewer feedback in ite
Pitch Summary
Render a pitch-ready summary markdown for one feature drop by synthesizing its workflow files, root plan, and
Worca Cc Decomposer
Decomposer for the orchestrator pipeline. Breaks an approved plan into independently-grabbable tracer-bullet v