/progress
Show progress for active increments with task/AC completion. Use when saying "show progress", "status", or "how far along".
> /plugin marketplace add anton-abyzov/specweave > /plugin install sw@specweave
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
/progress
Context preview
What this command does when you run it.
Show progress for active increments with task/AC completion. Use when saying "show progress", "status", or "how far along".
Command definition
progress.mddescription: Show progress for active increments with task/AC completion. Use when saying "show progress", "status", or "how far along". argument-hint: "[incrementId]"
Increment Progress
Project Overrides
**Skill Memories**: If `.specweave/skill-memories/progress.md` exists, read and apply its learnings.
Hook Execution (Default)
This command is intercepted by the **UserPromptSubmit hook** for instant execution (<10ms). The hook reads from `.specweave/state/dashboard.json` cache.
**CRITICAL**: The hook output in `<system-reminder>` is ALREADY FORMATTED for the user. You MUST: 1. Present the hook output VERBATIM — copy it exactly as-is 2. Do NOT reformat into a markdown table 3. Do NOT re-summarize or paraphrase the data 4. Do NOT add interpretation unless the user asks a follow-up question 5. If the user asks "what should I work on next?" THEN add recommendations
CLI Fallback
If hook output isn't displayed (rare), execute:
specweave status --verbose
Arguments
- `sw:progress` - Show all active increments
- `sw:progress 0042` - Show specific increment details (partial ID match supported)
Related Commands
- `sw:done <id>` - Close increment after review
- `sw:increment` - Start new work
Spec-first AI development: describe a feature → AI creates spec + plan + tasks, builds autonomously, syncs to GitHub/JIRA. Domain-expert skills for PM, Architect, Frontend, QA learn your patterns permanently. Claude Code, Codex, Cursor, Copilot & more.
Repo: anton-abyzov/specweave
Other commands on specweave.
- /abandon
Abandon an incomplete increment (requirements changed, obsolete)
Open command - /ado-cleanup-duplicates
Clean up duplicate Azure DevOps work items for a Feature. Finds work items with duplicate titles and closes all except the first created item.
Open command - /ado-clone
Clone Azure DevOps repositories to local workspace. Use after init if cloning was skipped, or to add repos later.
Open command - /ado-close
Close Azure DevOps work item when increment complete
Open command - /ado-create
Create Azure DevOps work item from SpecWeave increment
Open command - /ado-import-areas
Import Azure DevOps area paths from a project and map them to SpecWeave projects. Creates 2-level directory structure with area path-based organization.
Open command

