Instant status commands that bypass LLM processing. Execute scripts directly for /sw:status, /sw:progress, /sw:jobs. Activates for specweave status, specweave progress, specweave jobs, increment status, show status, show progress, background jobs, job status.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
These commands need NO LLM reasoning - execute scripts directly for instant results.
| Command | Script | Purpose |
|---|---|---|
/sw:status | bash plugins/specweave/scripts/read-status.sh | Increment status overview |
/sw:progress | bash plugins/specweave/scripts/read-progress.sh | Task completion progress |
/sw:jobs | bash plugins/specweave/scripts/read-jobs.sh | Background job status |
When user requests these commands:
# User types: /sw:status
# You execute:
bash plugins/specweave/scripts/read-status.sh
# User types: /sw:progress
# You execute:
bash plugins/specweave/scripts/read-progress.sh
# User types: /sw:jobs
# You execute:
bash plugins/specweave/scripts/read-jobs.sh
| Layer | Context | Speed | When Used |
|---|---|---|---|
| Hook | Claude Code | <100ms | Automatic (UserPromptSubmit intercepts) |
| Skill | Any LLM | ~2s | When hook not available (you are here) |
| CLI | Terminal | ~500ms | Direct specweave status command |
Users can also run directly in terminal:
specweave status # Full CLI command
specweave jobs # Background jobs
bash plugins/specweave/scripts/read-status.sh 0045 # Specific increment
bash plugins/specweave/scripts/read-jobs.sh --all # All jobs