← ClaudeAtlas

cc-devflow-orchestratorlisted

CC-DevFlow workflow router and agent recommender. Use when starting requirements, running flow commands, or asking about devflow processes.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# CC-DevFlow Orchestrator ## Purpose Guide users to the correct agent/command WITHOUT duplicating their detailed standards. ## Workflow Map ### 🏢 项目级工作流(Project-Level, 项目初期执行一次) ``` /core-roadmap → ROADMAP.md + BACKLOG.md (产品路线图) /core-architecture → ARCHITECTURE.md (系统架构设计) /core-guidelines → frontend-guidelines.md / backend-guidelines.md (项目规范) /core-style → STYLE.md (设计风格指南) ``` ### 📦 需求级工作流(Requirement-Level, 每个需求执行一次) ``` /flow-init → research.md + tasks.json + BRAINSTORM.md (研究初始化 + 头脑风暴) ↓ /flow-clarify → clarifications/*.md (11 维度歧义扫描, 可选) ↓ /flow-prd → PRD.md (invoke prd-writer agent, 需 BRAINSTORM.md 对齐) ↓ /flow-checklist → checklists/*.md (需求质量检查, 可选) ↓ /flow-tech → TECH_DESIGN.md + data-model + contracts (invoke tech-architect agent) ↓ /flow-ui → UI_PROTOTYPE.html (invoke ui-designer agent, 可选, 引用 STYLE.md) ↓ /flow-epic → EPIC.md + TASKS.md (invoke planner, bite-sized tasks) ↓ /flow-dev → TASKS.md execution (TDD + Autonomous mode default) ↓ /flow-review → SPEC_REVIEW.md + CODE_QUALITY_REVIEW.md (Two-Stage Review) ↓ /flow-qa → QA reports (invoke qa-tester + security-reviewer agents) ↓ /flow-release → PR creation + deployment (分支完成决策) ↓ /flow-verify → consistency check (invoke consistency-checker agent, 任意阶段可调用) ``` ### 🐛 Bug 修复工作流 ``` /flow-fix "BUG-123|描述" → 系统化调试 (4阶段: Root Cause → Pattern → Hypothesis → TDD Fix) ``` **说明**: - 项目级命令建立全局标准(SSOT),需求级命令引用这些标准 - `/flow-init` 包含 Brainstorming 阶段,生成 BR