/ status

Quick status dashboard showing issue counts by status for active projects.

The /status command gives you a quick snapshot of where things stand. It pulls active issues and groups them by status, so you can see the shape of your project at a glance.

Usage

agent chat
/status
agent chat
where are we
agent chat
what's the status

What Happens

  1. Fetch active issues: Queries all active issues for your configured projects
  2. Group by status: Organizes issues by their current status (Backlog, Ready, Implementing, Review, Testing, etc.)
  3. Present dashboard: Shows the counts and key details

When to Use It

Anytime. This is a read-only command that doesn't change any state. Use it to orient yourself, check progress mid-session, or get a quick count before a standup. Available to all agents regardless of the current workflow stage.

Related Commands