Check the current status of tasks in the orchestration system with various filtering and reporting options.
Retrieves task status with filtering, reporting, and analytics options.
/plugin marketplace add davepoon/buildwithclaude/plugin install all-commands@buildwithclaudeCheck the current status of tasks in the orchestration system with various filtering and reporting options.
/task-status [options]
Provides comprehensive visibility into task progress, status distribution, and execution metrics across all active orchestrations.
/task-status
Shows summary of all tasks across all active orchestrations.
/task-status --today
Shows only tasks from today's orchestrations.
/task-status --date 03_15_2024 --project payment_integration
Shows tasks from a specific orchestration.
/task-status --status in_progress
/task-status --status qa
/task-status --status on_hold
Shows only tasks with specified status.
/task-status --detailed
Shows comprehensive information for each task.
Task Orchestration Status Summary
=================================
Active Orchestrations: 3
Total Tasks: 47
Status Distribution:
┌─────────────┬───────┬────────────┐
│ Status │ Count │ Percentage │
├─────────────┼───────┼────────────┤
│ completed │ 12 │ 26% │
│ qa │ 5 │ 11% │
│ in_progress │ 3 │ 6% │
│ on_hold │ 2 │ 4% │
│ todos │ 25 │ 53% │
└─────────────┴───────┴────────────┘
Active Tasks (in_progress):
- TASK-001: Implement JWT authentication (Agent: dev-frontend)
- TASK-007: Create payment webhook handler (Agent: dev-backend)
- TASK-012: Write integration tests (Agent: test-developer)
Blocked Tasks (on_hold):
- TASK-004: User profile API (Blocked by: TASK-001)
- TASK-009: Payment confirmation UI (Blocked by: TASK-007)
Task Details for: 03_15_2024/authentication_system
==================================================
TASK-001: Implement JWT authentication
Status: in_progress
Agent: dev-frontend
Started: 2024-03-15T14:30:00Z
Duration: 3.5 hours
Progress: 75% (est. 1 hour remaining)
Dependencies: None
Blocks: TASK-004, TASK-005
Location: /task-orchestration/03_15_2024/authentication_system/tasks/in_progress/
Status History:
- todos → in_progress (2024-03-15T14:30:00Z) by dev-frontend
/task-status --timeline
Shows Gantt-style timeline of task execution.
/task-status --velocity
Shows completion rates and performance metrics.
/task-status --agent dev-frontend
/task-status --priority high
/task-status --type feature
/task-status --type bugfix
/task-status --status todos --priority high --type security
/task-status --critical-path
Highlights tasks that are blocking others.
/task-status --overdue
Shows tasks exceeding estimated time.
/task-status --available
Shows todos tasks ready to be picked up.
/task-status --export markdown
/task-status --export csv
/task-status --watch
Updates status in real-time (refreshes every 30 seconds).
/task-status --today --detailed
/task-status --status on_hold --show-blockers
/task-status --by-agent --status in_progress
/task-status --date 03_15_2024 --metrics
/task-status --today each morning/task-status --status on_hold regularly/task-status --velocity for trends/task-status --by-agent--all flag to include historical orchestrations