--- description: Show current beads task status — ready, in-progress, blocked --- # /conductor-status Read beads and report current project state. ## Steps 1. Run: ```powershell cd C:\projects\rook bd list --json bd ready --json git log --oneline -5 ``` 2. Parse and present: ``` ## Rook Task Status ### Ready (unblocked) | ID | Title | |----|-------| | ... ### In Progress (claimed) | ID | Title | |----|-------| | ... ### Blocked | ID | Title | Waiting On | |----|-------|------------| | ... ### Done {count} tasks complete **Last Commit:** {git log -1 oneline} ``` 3. Flag any anomalies (task claimed but no recent commit, circular deps, etc.) ## Important - READ-ONLY — do not modify tasks or files