drabaioli

Cdd Quick Create — Documentation skill for Claude Code

Documentation community

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).

How to install Cdd Quick Create

Installs to ~/.claude/commands/drabaioli-cdd-cdd-quick-create.md

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

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

What Cdd Quick Create does

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).

Run this command from a CDD-repo session. It is the third sibling of `/cdd-bootstrap` and `/cdd-retrofit`: `/cdd-bootstrap` creates a new CDD *project*, `/cdd-retrofit` adapts an *existing* one, and `/cdd-quick-create` creates a lightweight *deliverable* — a one-off artifact with none of the project substrate (no roadmap, no

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository