cdd-init-project
CDD Init Project (explicit-only)
This skill is designed for:
- a brand-new project directory
- a folder with raw source/reference documents but no substantive code yet
- a repo freshly created from
cdd-boilerplate - an existing repo that wants to adopt the CDD workflow
Canonical contract (do not duplicate)
Use these repo files as the authoritative workflow and format:
AGENTS.mdREADME.mdTODO.mdand any splitTODO-<area>.mdfilesdocs/JOURNAL.mddocs/journal/JOURNAL.md,docs/journal/JOURNAL-<area>.md,docs/journal/SUMMARY.md, anddocs/journal/archive/when split-journal mode is activedocs/specs/prd.mddocs/specs/blueprint.mddocs/prompts/PROMPT-INDEX.md(if present)- repo-local
.agents/skills/*/SKILL.mdfiles when present as project workflow surfaces
More from ruphware/cdd-skills
cdd-boot
Boot a repo into vanilla AGENTS-driven mode by ingesting AGENTS.md plus project and development docs, gracefully when non-core files differ or are missing (explicit-only).
10cdd-plan
Plan work by updating the CDD contract + implementation-ready TODO steps (approval-gated, explicit-only).
10cdd-index
Regenerate docs/INDEX.md only, using an embedded local CDD index prompt with phase-based analysis, GitHub-safe diagrams, fixed validation, and post-action review (approval-gated, explicit-only).
10cdd-maintain
Maintain a CDD repo by archiving long TODO and journal files, auditing support-doc drift, proposing approval-gated doc refreshes, and doctoring the codebase for refactor and dead-code signals (explicit-only).
10cdd-refactor
Turn refactor candidates in docs/INDEX.md into a TODO refactor plan (approval-gated, explicit-only).
10cdd-audit-and-implement
Convert audit bullets into implementation-ready TODO steps, then implement the first dependency-ordered step (two approvals, explicit-only).
10