drabaioli

Cdd Implement — Git skill for Claude Code

Git community

Implement the task from its approved plan file, update the docs, and commit locally: /cdd-implement (takes no argument).

How to install Cdd Implement

Installs to ~/.claude/commands/drabaioli-cdd-cdd-implement.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/drabaioli/cdd/HEAD/.claude/commands/cdd-implement.md -o ~/.claude/commands/drabaioli-cdd-cdd-implement.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cdd Implement does

Implement the task from its approved plan file, update the docs, and commit locally: `/cdd-implement` (takes no argument).

This is the second half of the implementation cycle, run in a **fresh** context in the same feature worktree that `/cdd-plan` ran in. Its input is the plan file. That file exists because a human approved it at checkpoint 3, which is why this session needs no gate of its own — and why it must not quietly decide something the plan does not say.

1. Read the plan

Derive th

Alternatives in Git

  • Merge Command — Finalize worktree work: update docs, commit, merge to main, clean up 1.3k ★
  • Project Hello W Name — by disler - Creates customizable greeting components with name input, demonstrating argument passing, componen 718 ★
  • Repo Dive — Deep dive into a GitHub repo - clone locally and analyze with full toolchain 508 ★

Full documentation available on GitHub

View Source Repository