cc-devflow-orchestrator
CC-DevFlow 워크플로우를 스마트 라우팅으로 탐색
CC-DevFlow는 구조화된 개발 워크플로우를 제공하지만, 사용자는 종종 다음에 사용할 명령어를 파악하기 어렵습니다. 이 오케스트레이터 기술은 사용자의 현재 프로젝트 단계와 작업 유형에 따라 올바른 워크플로우 명령어와 전문 에이전트로 라우팅합니다.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "cc-devflow-orchestrator". I'm working on REQ-123 and my PRD is complete. What should I do next?
Resultado esperado:
- Your status shows: prd_complete
- Recommended next step: /flow-tech (generate technical design)
- Alternative: /flow-ui (generate UI prototype, optional)
- Entry requirements: PRD.md must be complete (satisfied)
- When ready: Run /flow-tech to invoke the tech-architect agent
Usando "cc-devflow-orchestrator". I want to fix bug BUG-456 with the payment failure issue
Resultado esperado:
- Use /flow-fix command for systematic bug debugging
- 4-phase process: Root Cause → Pattern → Hypothesis → TDD Fix
- Run: /flow-fix "BUG-456|payment failure"
- This invokes the flow-debugging skill for systematic investigation
Auditoría de seguridad
SeguroPure documentation skill containing only workflow routing guidelines. No executable code, no file system access, no network calls, no command execution. All 80 static findings are false positives triggered by pattern detection on documentation text, not actual security issues.
Factores de riesgo
🌐 Acceso a red (1)
📁 Acceso al sistema de archivos (1)
⚙️ Comandos externos (45)
Puntuación de calidad
Lo que puedes crear
새 요구사항 시작
기능 요청을 구현하기 위해 먼저 실행해야 할 워크플로우 명령어를 모르는 새로운 개발자.
워크플로우 단계 탐색
팀 리더가 현재 프로젝트 단계와 개발 프로세스에서 권장되는 다음 단계를 이해해야 함.
작업 위임 자동화
AI 에이전트가 요구사항 명확화 또는 기술 설계에 대해 어떤 전문 에이전트를 호출해야 하는지 결정해야 함.
Prueba estos prompts
I want to implement a new feature. What workflow command should I use and what are the steps?
I'm working on REQ-123. What stage am I in and what should I do next?
I found a bug in the login flow. How do I use the systematic debugging workflow?
I need technical design documentation. Which agent should I invoke and what command do I use?
Mejores prácticas
- 모든 개발 세션 시작 시 현재 단계를 확인하려면 이 기술 사용
- 상태 머신 권장사항을 따라 중요한 워크플로우 단계를 건너뛰지 않음
- 각 워크플로우 단계의 상세 실행을 위해 전문 에이전트 기술과 결합
Evitar
- 적절한 문서 없이 워크플로우 단계를 건너뛰고 바로 코딩으로 점프
- 작업에 잘못된 에이전트 사용 - 항상 먼저 이 오케스트레이터를 통해 라우팅
- 단계 게이트 무시 - 워크플로우가 품질 체크포인트를 적용하는 이유가 있음