status
Check the current status of tasks in the orchestration system with various filtering and reporting options.
Content Preview
# Task Status Command Check the current status of tasks in the orchestration system with various filtering and reporting options. ## Usage ``` /task-status [options] ``` ## Description Provides comprehensive visibility into task progress, status distribution, and execution metrics across all active orchestrations. ## Command Variants ### Basic Status Overview ``` /task-status ``` Shows summary of all tasks across all active orchestrations. ### Today's Tasks ``` /task-status --today ``` S
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/status.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/status.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/qdhenry/Claude-Command-SuiteThen reference at .claude/commands/orchestration/status.md
Related Skills
status
Show current planning status at a glance - phases, progress, and any logged errors.
commandsstatus
by OthmanAdi · planning-with-files
status-code-recommender
This skill provides automated assistance for status code recommender tasks within the API De
status-code-recommenderstatuscoderecommender
by jeremylongshore · plugins-plus-skills
status-report-generator
This skill provides automated assistance for status report generator tasks within the Enterprise
status-report-generatorstatusreportgenerator
by jeremylongshore · plugins-plus-skills
git-status
Show detailed git repository status
commandsgitstatus
by qdhenry · claude-command-suite