LogoSkills

/cc-product:bmad-status — 지금 어디까지 왔나요

BMAD 작업이 4단계 중 어디까지 왔는지, 각 검토가 통과인지 진행 중인지, 막힌 곳과 실패 시 다음 할 일을 현황판으로 보여줍니다 — 아무것도 바꾸지 않는 읽기 전용.

/cc-product:bmad-status — 지금 어디까지 왔나요#

항목내용
실행 명령/cc-product:bmad-status
분류워크플로우
난이도●○○ 간단

한마디로#

지금 진행 중인 작업이 어느 단계까지 왔는지, 막힌 곳은 없는지 한눈에 보여주는 "현황판" 입니다. 택배 배송 조회처럼 "지금 어디쯤이고, 다음은 무엇인지"를 알려줍니다.

누가·언제 쓰나요#

  • 진행 중인 작업이 지금 몇 단계까지 왔는지 궁금할 때
  • 어떤 단계가 진행 중인지 확인하고 싶을 때
  • 막힌 곳(blocker)이나 실패한 검토가 있는지 점검하고 싶을 때

무엇을 해주나요#

화면에 깔끔한 상황판을 그려서 다음을 보여줍니다.

  • 전체 진행 현황 — 어떤 이슈·브랜치를 작업 중인지, 1~4단계(분석 → 기획 → 설계 → 구현) 중 어디까지 끝났는지
  • 단계별 상세 — 각 검토(예: 아키텍트 검토, UX 검토)가 통과인지 진행 중인지, 체크리스트 항목별 상태
  • 막힌 곳·경고 — 진행을 가로막는 문제나 주의할 점
  • 실패 시 다음 할 일 — 검토가 거절됐다면 무엇을 고치고 어떻게 재검토를 요청할지

어떻게 쓰나요#

# 전체 현황 보기
/cc-product:bmad-status

# 특정 단계만 자세히 보기 (: 설계 단계)
/cc-product:bmad-status --phase solutioning

# 특정 이슈 번호로 현황 보기
/cc-product:bmad-status --issue 1810

더 자세한 정보가 필요하면 --verbose 를 덧붙이면 됩니다.

안에서 무슨 일이 벌어지나요#

별도의 작업을 실행하지 않고 현재 상태를 읽어서 보여주기만 합니다.

  1. 지금 작업 중인 이슈·브랜치와 전체 파이프라인 진행 상태를 모읍니다.
  2. 1~4단계 진행도를 막대그래프와 아이콘(⏳ 대기, 🔄 진행 중, ✅ 통과, ❌ 실패 등)으로 표시합니다.
  3. 옵션에 따라 특정 단계의 체크리스트나 특정 이슈의 상태를 더 자세히 펼쳐 보여줍니다.
  4. 막힌 곳이나 실패가 있으면, 무엇을 고치고 어떤 명령으로 재검토를 요청할지까지 안내합니다.

⚙️ 상세 옵션·실행 명세 (개발자 / AI 에이전트용)

Triggers#

  • When checking workflow progress
  • When checking which phase is in progress
  • When checking blockers or failure status

Usage#

Basic Usage#

# Check overall status
/cc-product:bmad-status

Specific Phase Status#

# Check specific phase details
/cc-product:bmad-status --phase solutioning

Specific Issue Status#

# Check status by issue number
/cc-product:bmad-status --issue 1810

Options#

OptionDefaultDescription
--phaseAllCheck specific phase only
--issueCurrentCheck specific issue status
--verbosefalseShow detailed information

Output Format#

Overall Status#

╔════════════════════════════════════════════════════════════════╗
║  BMAD Workflow Status                                          ║
╠════════════════════════════════════════════════════════════════╣
║                                                                ║
║  📌 Issue: #1810 - Add author list screen                       ║
║  🌿 Branch: feature/1810-author-list                           ║
║  📊 Pipeline: In Progress                                      ║
║                                                                ║
║  Phase 1: ANALYSIS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅         ║
║  Phase 2: PLANNING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅          ║
║  Phase 3: SOLUTIONING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔄         ║
║  Phase 4: IMPLEMENTATION ━━━━━━━━━━━━━━━━━━━━━━━━━━ ⏳         ║
║                                                                ║
║  Current step: Architect review in progress                                  ║
║  Expected next: UX Designer review (parallel in progress)                    ║
║                                                                ║
║  🚧 Blockers: None                                               ║
║  ⚠️ Warnings: None                                                 ║
║                                                                ║
╚════════════════════════════════════════════════════════════════╝

Phase Details Status#

╔════════════════════════════════════════════════════════════════╗
║  Phase 3: SOLUTIONING - Detailed Status                              ║
╠════════════════════════════════════════════════════════════════╣
║                                                                ║
║  🏗️ Architect review                                            ║
║  ├── Status: IN_PROGRESS                                         ║
║  ├── Start: 2025-01-23 14:30:00                                 ║
║  ├── Checklist:                                               ║
║  │   ├── ✅ Clean Architecture                                 ║
║  │   ├── ✅ DI structure                                            ║
║  │   ├── 🔄 API design (reviewing)                                 ║
║  │   └── ⏳ Security                                               ║
║  └── Expected completion: 5 minutes                                         ║
║                                                                ║
║  🎨 UX Designer review                                          ║
║  ├── Status: COMPLETED (PASSED)                               ║
║  ├── Completed: 2025-01-23 14:28:00                                 ║
║  └── Checklist:                                               ║
║      ├── ✅ CoUI Compliance                                    ║
║      ├── ✅ Layout                                             ║
║      ├── ✅ Interaction                                        ║
║      └── ⚠️ Accessibility (recommended)                                 ║
║                                                                ║
║  Gate status: PENDING (waiting for Architect)                    ║
║                                                                ║
╚════════════════════════════════════════════════════════════════╝

Failure Status#

╔════════════════════════════════════════════════════════════════╗
║  BMAD Workflow Status - ⚠️ Review Failed                           ║
╠════════════════════════════════════════════════════════════════╣
║                                                                ║
║  📌 Issue: #1810 - Add author list screen                       ║
║                                                                ║
║  Phase 3: SOLUTIONING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ❌         ║
║                                                                ║
║  🏗️ Architect review: REJECTED                                   ║
║  ├── ❌ Dependency wiring: getIt usage found (Pure DI violation)         ║
║  └── Feedback: Must change to direct creation in BlocProvider             ║
║                                                                ║
║  Required actions:                                                  ║
║  1. Review feedback details                                           ║
║  2. Perform corrections                                             ║
║  3. Request re-review: /cc-product:review --persona architect --retry      ║
║                                                                ║
╚════════════════════════════════════════════════════════════════╝

Status Codes#

StatusIconDescription
PENDINGWaiting
IN_PROGRESS🔄In progress
PASSEDPassed
FAILEDFailed
SKIPPED⏭️Skipped
WARNING⚠️Warning (passed)

  • /cc-product:bmad - Full BMAD workflow
  • /cc-product:review - Persona-specific review
  • /cc-product:gate - Gate verification