drabaioli

Cdd Bootstrap — Productivity skill for Claude Code

Productivity community

Scaffold a new greenfield project on the CDD workflow: /cdd-bootstrap (takes no argument).

How to install Cdd Bootstrap

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

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

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

What Cdd Bootstrap does

Scaffold a new greenfield project on the CDD workflow: `/cdd-bootstrap` (takes no argument).

Run this command from a CDD-repo session (it needs the CDD repo's `template/` and `bootstrap-cdd-project.sh`). This command exists only in the CDD repo; it deliberately has no counterpart in `template/.claude/commands/` (it operates *on* a new target project, so downstream projects have no use for it — see the process doc, Section 2.7). It is the greenfield sibling of `/cdd-retrofit`: `/cdd-retrofit` ad

Alternatives in Productivity

  • Dependency Update Workflow — Workflow command scaffold for dependency-update-workflow in JARVIS 355 ★
  • Atdd — Start the ATDD workflow for a new feature 149 ★
  • Create Workflow — Scaffold a custom workflow — generates a mode skill and shortcut command 86 ★

Full documentation available on GitHub

View Source Repository