Skip to content
Productivity
Command

/sprint-status

Show status across active parallel sessions

From plugin
pro-workflow
2.9k23 skills8 agents23 commands24 hooks
Install
> /plugin marketplace add rohitg00/pro-workflow
> /plugin install pro-workflow@pro-workflow

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/sprint-status

Context preview

What this command does when you run it.

Show status across active parallel sessions

Command definition

sprint-status.md
description: Show status across active parallel sessions

/sprint-status - Parallel Session Tracker

Report status across all active Claude Code sessions.

Process

1. **Detect active sessions:**

   pgrep -af "claude" | grep -v "$$" | head -10
   git worktree list 2>/dev/null
   ls $TMPDIR/pro-workflow/sessions/ 2>/dev/null | tail -5

2. **Report current session:**

   SESSION: <project> | branch: <branch> | task: <current task>
   STATUS: COMPLETE | COMPLETE_WITH_NOTES | BLOCKED | NEEDS_INFO

3. **Compile sprint view** (if multiple sessions detected):

   SPRINT STATUS
     Session 1: feat/auth       STATUS: COMPLETE         (ready to merge)
     Session 2: feat/upload     STATUS: BLOCKED          (waiting on S3 creds)
     Session 3: fix/login-bug   STATUS: COMPLETE_WITH_NOTES (needs perf review)

Status Definitions

| Status | Meaning | |--------|---------| | `COMPLETE` | Done, ready to commit or merge | | `COMPLETE_WITH_NOTES` | Done, but flagging observations | | `BLOCKED` | Cannot proceed, needs input or external dep | | `NEEDS_INFO` | Missing context, asking before guessing |

When to Use

  • Before switching between terminal tabs/sessions
  • At the end of a work phase
  • When asking "where was I?"
  • To orient after being away

---

**Trigger:** Use when running parallel sessions, resuming work, or wanting a quick snapshot of progress across branches.

Read more
Ships withpro-workflow

Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.

Get the whole plugin

Other commands on pro-workflow.