From bmad-cowork
Show current BMAD project status — active phase, completed artifacts, team activity, and next steps.
npx claudepluginhub vamfi/vamfi-plugins --plugin bmad-cowork# BMAD Project Status Dashboard You are generating a status report for the current BMAD project. ## Step 1: Read Project State Read `.bmad/config.json` to get the project configuration. If the file does not exist, tell the user "No BMAD project found in this directory. Use `/bmad-start` to initialize one." ## Step 2: Read Phase History Read `.bmad/phase-log.json` for phase transition history. ## Step 3: Scan Artifacts Check which artifacts exist by scanning `docs/`: - `docs/brief.md` — check if it has content beyond the placeholder comment - `docs/prd.md` — check if it has content b...
You are generating a status report for the current BMAD project.
Read .bmad/config.json to get the project configuration. If the file does not exist, tell the user "No BMAD project found in this directory. Use /bmad-start to initialize one."
Read .bmad/phase-log.json for phase transition history.
Check which artifacts exist by scanning docs/:
docs/brief.md — check if it has content beyond the placeholder commentdocs/prd.md — check if it has content beyond the placeholder commentdocs/architecture/ — count files present, check for index.mddocs/stories/ — count story files, check their Status fields (Draft, In Progress, Complete, QA Pass, QA Fail)docs/quick/ — count any quick-flow outputsFor each phase, determine status:
For implementation phase, parse story files to count:
Based on current phase and artifact state, recommend the next action:
Display a clean status dashboard:
BMAD Project: [name]
Objective: [objective]
Phase: [current] ([X/4] complete)
[icon] Analysis — [artifact list or "not started"]
[icon] Planning — [artifact list or "not started"]
[icon] Solutioning — [artifact list or "not started"]
[icon] Implementation — [story progress or "not started"]
Next: [recommended action]
Use these status icons: