Dimon94/cc-devflow
109 stars Β· Last commit 2026-05-31
π One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
README preview
# cc-devflow > Agent-first development workflow for planning, diagnosis, implementation, verification, and shipping. [](https://github.com/Dimon94/cc-devflow/stargazers) [](https://www.npmjs.com/package/cc-devflow) [](./package.json) [](./LICENSE) [δΈζζζ‘£](./README.zh-CN.md) | [English](./README.md) | [Getting Started](./docs/guides/getting-started.md) | [Contributing](./CONTRIBUTING.md) | [Security](./SECURITY.md) CC-DevFlow is a small, explicit workflow system for agent coding. It gives an AI agent a PDCA feature loop, a PR Harness lane, and a lightweight `cc-diagnose` hotfix/debugging path. ## Why cc-devflow - **Small public surface**: core workflow skills, a PR Harness lane, one optional deep review skill, plus a CLI for installation and platform adaptation. - **Evidence before done**: implementation must pass through verification proof before shipping or handoff. - **Skill-first distribution**: the public contract lives in `.claude/skills/<skill>/SKILL.md` and `PLAYBOOK.md`, not in hidden runtime behavior. - **Multi-platform output**: install once, then adapt for Codex, Cursor, Qwen, Antigravity, and related agent environments. - **Durable project memory**: specs, planning, review, and handoff artifacts stay in `devflow/`; temporary worker scratch stays outside durable truth.