ReeveBarthelme

Vdd — Development skill for Claude Code

Development community

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

Terminal
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 /plan or 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 Repository