Status
Reports project state for TenantFlow.
Workflow
- Read state — load
tasks.jsonandorchestrator_state.json - Categorize tasks:
- ✅ Done — completed and validated
- 🔄 In progress — currently assigned
- 🚫 Blocked — dependencies not met
- ⏳ Pending — ready but not started
- 🔴 Failed — exceeded retry limit
- Show milestone progress — percentage complete per milestone
- Show recent activity — last 5 entries from
progress.log - Show next action — what the orchestrator will do next
- Show failures — any tasks that failed with attempt count and reason
Output format
Print to console. Group by milestone. Show counts at the top: Done: X | In Progress: X | Blocked: X | Pending: X | Failed: X