Agent skill
progress-anton-abyzov-specweave
Show progress for active increments with task/AC completion. Use when saying "show progress", "status", or "how far along".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/progress-anton-abyzov-specweave
SKILL.md
Increment Progress
Project Overrides
!s="progress"; for d in .specweave/skill-memories .claude/skill-memories "$HOME/.claude/skill-memories"; do p="$d/$s.md"; [ -f "$p" ] && awk '/^## Learnings$/{ok=1;next}/^## /{ok=0}ok' "$p" && break; done 2>/dev/null; true
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:
- Present the hook output VERBATIM — copy it exactly as-is
- Do NOT reformat into a markdown table
- Do NOT re-summarize or paraphrase the data
- Do NOT add interpretation unless the user asks a follow-up question
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?