Show progress for all active increments with task completion status
Check progress across all active work increments with visual completion bars and user story breakdowns. Use when you need a quick status update on ongoing tasks.
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweaveSimple, fast progress check for all active increments.
/sw:progress
#!/bin/bash
#
# Instant progress tracking (v0.32.0+)
# Uses pre-computed dashboard cache for <10ms response time
#
# Call instant bash script (reads from cache, no Node.js needed)
bash "$(dirname "${BASH_SOURCE[0]}")"/../scripts/read-progress.sh "$@"
π Increment Progress
============================================================
π’ ACTIVE: 0037-project-specific-tasks
ββββββββββββββββββββββββββββββ 84% (72/85 tasks)
Next: /sw:do 0037-project-specific-tasks
============================================================
Summary:
Active increments: 1
Other non-completed: 0
π‘ Continue with /sw:do
π Increment Progress
============================================================
βΈοΈ ACTIVE: 0047-us-task-linkage
ββββββββββββββββββββββββββββββ 59% (13/22 tasks)
Progress by User Story:
β
US-001: ββββββββββββββββββββ 100% (4/4)
β
US-002: ββββββββββββββββββββ 100% (3/3)
ββ US-003: ββββββββββββββββββββ 60% (3/5)
β
US-004: ββββββββββββββββββββ 100% (3/3)
ββ US-005: ββββββββββββββββββββ 0% (0/4)
ββ US-006: ββββββββββββββββββββ 0% (0/3)
Resume: /sw:resume 0047-us-task-linkage
============================================================
Summary:
Active increments: 0
Other non-completed: 1
π‘ No active work. Run /sw:increment to start new work
Note: Skips completed and archived increments. Automatically detects and displays US-level progress for increments using US-task linkage (v0.23.0+).