From workforce
Overview của AIWF state: inbox count, sprint progress, blockers, next action suggestion.
How this command is triggered — by the user, by Claude, or both
Slash command
/workforce:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /status Snapshot trạng thái + đề xuất action. ## Steps 1. **Parallel fetch** (gọi đồng thời): - `aiwf.triage_inbox` → inbox count + breakdown by source - `aiwf.sprint_current` → sprint progress - `aiwf.agent_inbox` (current agent) → assigned tasks + handoffs - `aiwf.task_next` → suggested next task 2. **Format compact summary**: 3. **Suggest concrete action** based on state: - Nếu inbox > 5 → `/triage` to clear - Nếu sprint < 50% với <2 days remaining → flag risk - Nếu blocked count > 0 → list blockers + suggest unblock conversations - Nếu suggested next e...
Snapshot trạng thái + đề xuất action.
Parallel fetch (gọi đồng thời):
aiwf.triage_inbox → inbox count + breakdown by sourceaiwf.sprint_current → sprint progressaiwf.agent_inbox (current agent) → assigned tasks + handoffsaiwf.task_next → suggested next taskFormat compact summary:
📥 Inbox: N items chưa triage (M auto-capture, K manual)
🏃 Sprint: <name> — X/Y done (Z% complete)
👤 Assigned to me: A in-progress, B todo, C blocked
🎯 Suggested next: <task title> [<priority>] (<estimate>)
Suggest concrete action based on state:
/triage to clear/work to start itnpx claudepluginhub sirendhead/claude-code-tasks-management --plugin workforce/statusDisplay Conductor project status including overall progress, active tracks summary, and next actions. Optional [track-id] [--detailed] for per-track task details and blockers.
/statusDisplays compact planning status from task_plan.md: current phase and progress, phase list with icons, error count, and planning file checks.
/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
/statusDisplays current design system state from .interface-design/system.md including direction, foundation, depth, tokens, patterns, and last updated time. Suggests setup options if no system found.
/statusChecks current session status and measures goal drift to assess alignment and progress in the conversation.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.