auto-setup
Auto-detect project type and configure quality gates, permissions, and hooks for a new codebase
Show status across active parallel sessions
> /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.
/sprint-statusContext preview
What this command does when you run it.
Show status across active parallel sessions
description: Show status across active parallel sessions
Report status across all active Claude Code sessions.
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 | 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 |
---
**Trigger:** Use when running parallel sessions, resuming work, or wanting a quick snapshot of progress across branches.
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.
Repo: rohitg00/pro-workflow
Auto-detect project type and configure quality gates, permissions, and hooks for a new codebase
Smart context compaction with state preservation — saves critical state before compact and restores after
Track session costs, understand token spend, and get optimization tips