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.md

Skill 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-Suite

Then reference at .claude/commands/orchestration/status.md

Related Skills