cc-devflow-orchestrator

Route user requests to the correct CC-DevFlow agents and commands.

111|21|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/Dimon94/cc-devflow --skill cc-devflow-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-devflow-orchestrator
Source: https://github.com/Dimon94/cc-devflow/tree/main/.claude/skills/cc-devflow-orchestrator
Command: npx skills add https://github.com/Dimon94/cc-devflow --skill cc-devflow-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as the central navigation hub for the CC-DevFlow project, guiding users through complex development workflows and recommending the correct agents or commands for each stage. It eliminates confusion about "what to do next" and ensures efficient progression through project phases.

Core Features & Use Cases

  • Workflow Routing: Provides a clear map of project-level and requirement-level workflows, from /flow-init to /flow-release.
  • Agent Delegation Guide: Recommends the appropriate agent (e.g., prd-writer, tech-architect) for specific tasks like PRD generation or UI prototyping.
  • State Machine Guidance: Uses orchestration_status.json to suggest the next logical command based on the current project status.
  • Use Case: A user has just completed the PRD phase and asks, "What should I do next?" This skill will recommend /flow-tech or /flow-ui and explain why, streamlining the development process.

Quick Start

Ask "What's the next step after PRD is complete?" or "Which command should I use to generate a UI prototype?"

Frequently Asked Questions about cc-devflow-orchestrator

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

FAQPage Schema
How do I navigate through development workflow stages from project initialization to release?

This Skill routes you through sequential workflow stages using commands like `/flow-init`, `/flow-prd`, `/flow-tech`, `/flow-ui`, and `/flow-release`. It maps each stage to the correct agent and explains what to do next based on your project's current status.

What agent should I use for each phase of development, like PRD generation or technical design?

The Skill recommends specific agents for each task: `prd-writer` for PRD generation, `tech-architect` for technical design, and others for UI prototyping, epic planning, QA, and release phases. It ensures you reach the right specialist for your current need.

How does the Skill determine what step comes after completing a workflow phase?

It reads `orchestration_status.json` to track your project's current state and applies state-machine logic to suggest the next logical command. This prevents confusion about progression and enforces proper sequencing across project and requirement-level workflows.

Can this Skill enforce cross-agent coordination and requirement-level status tracking?

Yes. The Skill handles requirement-level workflows alongside project workflows, enforces single source of truth (SSOT), applies status-driven gating, and coordinates multiple agents to ensure consistent state and compliance throughout development.

What's the difference between using this Skill versus manually choosing agents and commands?

This Skill eliminates guesswork by automating agent selection and command sequencing based on workflow state. It reduces errors from out-of-order steps, ensures all functional and technical requirements are satisfied, and speeds up progression through project phases.