What problem does it solve?
This Skill eliminates confusion and inconsistencies in file naming, directory structure, and document formatting across the CC-DevFlow project. It ensures all agents and users follow a unified convention, making the codebase easier to navigate, understand, and maintain.
Core Features & Use Cases
- Standardized IDs: Defines consistent formats for Requirement IDs (
REQ-XXX) and Task IDs (TXXX) used throughout the project.
- Unified Directory Structure: Prescribes consistent paths for requirements, bugs, and generated documents, improving discoverability.
- YAML Frontmatter Rules: Specifies required YAML fields for key documents like
PRD.md, TECH_DESIGN.md, and TASKS.md, ensuring metadata consistency.
- Use Case: A new developer needs to quickly understand where to find the
PRD.md for REQ-001 or what fields are required in the TASKS.md frontmatter. This skill provides a single, authoritative source of truth for all such conventions.
Quick Start
Ask "What's the format of REQ-ID?" or "Where does PRD.md go?" to get quick answers on project file standards.