Report progress across active sessions
sprint-statuscommandsetup L1★2,119
rohitg00/pro-workflow ↗Causal-lift measurements
code-audit-8pp vs no-skill baselinewith-skill 38% · baseline 46%
Measured by running the task with and without this artifact, K=5, graded by deterministic checks — no LLM judging.
What it does
Report status across active Claude Code sessions
Best for
Quick snapshot of progress across parallel Claude Code sessions before switching contexts.
Inputs
- · Session detection (pgrep, git worktree, session dir)
Outputs
- · Current session info (project, branch, task)
- · Status enum (COMPLETE, COMPLETE_WITH_NOTES, BLOCKED, NEEDS_INFO)
- · Sprint view if multiple sessions
Preconditions
- · Session state stored in $TMPDIR/pro-workflow/sessions/ or git worktree
- · Multi-session awareness
Failure modes
- · Session detection heuristic may miss detached sessions
- · Status is user-reported, not inferred from code changes
Trust signals
- · Bash-based session detection (pgrep, git worktree, tmpdir)
- · Status enums (4 states)
- · Multi-session view