cc-devflow
Evidence-first defect repair, review, and merge workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorsdevflow-tdd-enforcer
Block TASKS.md saves when implementation tasks precede test tasks.
devflow-file-standards
Enforce standardized file naming, directory structures, and YAML frontmatter for CC-DevFlow.
constitution-guardian
Detect and block constitution violations during devflow document editing.
skill-developer
Generate semantic metadata from Skill Unit documents for RAG retrieval.
devflow-constitution-quick-ref
Provides summaries of all judicial opinions and their underlying reasoning for quick reference and analysis.
cc-devflow-orchestrator
Route user requests to the correct CC-DevFlow agents and commands.
frontend-dev-guidelines
Provide React/TypeScript frontend guidelines covering Suspense data fetching, lazy loading, MUI v7, and TanStack Router.
backend-dev-guidelines
Standardize Node.js/Express/TypeScript microservice backend implementations with layered architecture.
Frequently Asked Questions
FAQPage SchemaHow to install cc-devflow?▼
Run `npx skills add Dimon94/cc-devflow --all -g -y` in your terminal to install all skills in this suite globally.
How does cc-devflow fix bugs differently?▼
It forces an evidence-first process: build a failing reproduction, rank falsifiable hypotheses, confirm the root cause, then apply the smallest fix with a regression test. No speculative patches are allowed.
Can cc-devflow handle code review and merging?▼
Yes. Dedicated skills submit verified branches for remote review and land authenticated review items, with readback checks proving the merge actually reached the remote main branch.
Does cc-devflow work with Claude Code and other agents?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible agent environments.
What happens when a bug cannot be reproduced?▼
The workflow stops with a blocked record listing the evidence gathered and what is missing, instead of guessing at a fix or touching product code.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core