Command Claude Code
Scaffold a new greenfield project on the CDD workflow: /cdd-bootstrap (takes no argument).
Command Claude Code
Scaffold a new greenfield project on the CDD workflow: /cdd-bootstrap (takes no argument).
Command Claude Code
Integrate the current state of the base branch into the feature branch. Two phases: a dry-run conflict assessment first, then the actual merge with conflict resolution. The approval between the two phases is conditional — the merge runs automatically when the dry run proves the case mechanically trivial (step 4), and…
Command Claude Code
Scope the next roadmap task and produce a handoff file for a fresh implementation session.
Command Claude Code
Run a pre-PR checklist for the current branch. Compare against the base branch to identify all changes. This is a verification session: it runs CI gates, code-reviews the diff, and reconciles documentation against the changes.
Command Claude Code
Address the open PR's review feedback: read the review comments for the current branch, triage them, implement the change-requests (pushing back where warranted), then auto-post in-thread replies and auto-commit + push the result.
Command Claude Code
Produce a small, self-contained deliverable — a script plus a README, not a full CDD project: /cdd-quick-create (takes an optional one-line description of what to build).
Command Claude Code
Install CDD into an existing project, or upgrade a project already running CDD, at the path given as argument: /cdd-retrofit .
Settings file Claude Code
Agent settings declaring 6 allowed tools.
Instructions file
Instructions for drabaioli/cdd, covering cdd (claude-driven development) — claude code context, key references, critical constraints (quick reference), build & test and module layout.