Habilidades cc-devflow-orchestrator
🔀

cc-devflow-orchestrator

Seguro 🌐 Acceso a red📁 Acceso al sistema de archivos⚙️ Comandos externos

CC-DevFlow 워크플로우를 스마트 라우팅으로 탐색

CC-DevFlow는 구조화된 개발 워크플로우를 제공하지만, 사용자는 종종 다음에 사용할 명령어를 파악하기 어렵습니다. 이 오케스트레이터 기술은 사용자의 현재 프로젝트 단계와 작업 유형에 따라 올바른 워크플로우 명령어와 전문 에이전트로 라우팅합니다.

Soporta: Claude Code(CC)
📊 69 Adecuado
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

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

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
85
Contenido
20
Comunidad
100
Seguridad
91
Cumplimiento de la especificación

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

  • 적절한 문서 없이 워크플로우 단계를 건너뛰고 바로 코딩으로 점프
  • 작업에 잘못된 에이전트 사용 - 항상 먼저 이 오케스트레이터를 통해 라우팅
  • 단계 게이트 무시 - 워크플로우가 품질 체크포인트를 적용하는 이유가 있음

Preguntas frecuentes

Does this skill work with any Claude project?
아니요. 이 기술은 devflow 디렉토리, .claude/commands/, .claude/agents/ 폴더가 있는 CC-DevFlow 프로젝트 구조가 필요합니다.
Can I skip workflow stages?
/flow-clarify 및 /flow-checklist와 같은 일부 단계는 선택 사항입니다. PRD, 기술 설계 및 에픽 계획과 같은 핵심 단계는 품질을 위해 필수입니다.
Does this integrate with version control?
워크플로우는 진입 게이트에 대해 git 상태를 참조하지만 직접 git 명령어를 실행하지 않습니다. 사용자가 수동으로 git 명령어를 실행합니다.
Is my project data safe with this skill?
이 기술은 자체 문서 파일만 읽습니다. 프로젝트 데이터에 접근, 수정 또는 전송하지 않습니다.
Why am I seeing a phase gate blocked error?
단계 게이트는 전제 조건이 충족되었는지 확인합니다. 어떤 요구사항 문서가 누락되었는지 이해하려면 orchestration_status.json을 확인하세요.
How is this different from other workflow tools?
이것은 실행자가 아닌 라우팅 레이어입니다. 실행할 명령어를 알려줍니다. GitHub Actions나 Jenkins와 같은 도구가 실행자입니다.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md