cdd-status

Generate a phase-aligned project roadmap from workflow-catalog.yaml artifacts.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill cdd-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cdd-status
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/cdd-status
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill cdd-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates governance progress tracking by turning current project state into a searchable, actionable roadmap.

Core Features & Use Cases

  • Reads workflow-catalog.yaml and current state artifacts to assemble a phase-aligned project roadmap.
  • Writes production/project-roadmap.md after explicit user approval, and mirrors to memory_bank/t2_execution/current_roadmap.md when memory_bank exists.
  • Supports dry-run and write modes, enabling safe planning and audit-ready outputs.

Quick Start

Run the cdd-status command to generate the roadmap draft and review before writing to production.

Frequently Asked Questions about cdd-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project governance progress tracking from current artifacts?

Project governance progress tracking is automated by reading workflow-catalog.yaml and assembling a phase-aligned project roadmap. The generated roadmap reflects the current project state and requires explicit user approval before writing.

How do I generate a phase-aligned project roadmap for gate checks?

A phase-aligned project roadmap is generated by running the cdd-status command. It reads current state artifacts to produce a roadmap draft, enabling safe planning and audit-ready outputs for formal gate checks.

Can I preview a project roadmap draft before writing to the production directory?

Yes, you can preview a project roadmap draft using the dry-run mode. This allows you to review the assembled roadmap safely before explicitly approving the write to production/project-roadmap.md.

Does project roadmap generation work with an existing memory_bank directory?

Project roadmap generation works with an existing memory_bank by mirroring the approved output. When a memory_bank exists, the generated roadmap is also written to memory_bank/t2_execution/current_roadmap.md.

What is the best way to maintain a live roadmap for ongoing formal initiatives?

The best way to maintain a live roadmap for ongoing initiatives is by turning current project state into a searchable roadmap. It reads workflow-catalog.yaml artifacts to produce an audit-ready, phase-based roadmap.

What limitations exist when using dry-run mode for project audits?

The limitation of dry-run mode for project audits is that it only produces a roadmap draft for review. It does not write to production/project-roadmap.md or mirror to memory_bank until you explicitly switch to write mode and approve.