From sw
Displays background job status, progress, and logs for cloning, imports, and documentation tasks. Supports filtering by job ID or showing all jobs.
How this command is triggered — by the user, by Claude, or both
Slash command
/sw:jobs [--all] [--id job-id]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Background Jobs Monitor ## Project Overrides **Skill Memories**: If `.specweave/skill-memories/jobs.md` exists, read and apply its learnings. Shows background job information including: - **Clone jobs** — repository cloning progress and status - **Import jobs** — issue/epic import from GitHub, JIRA, ADO - **Living docs** — documentation builder progress - **Brownfield analysis** — code-spec gap detection ## Hook Execution (Default) This command is intercepted by the **UserPromptSubmit hook** for instant execution (<100ms). The hook runs `read-jobs.sh` or `jobs.js` directly. **No act...
Skill Memories: If .specweave/skill-memories/jobs.md exists, read and apply its learnings.
Shows background job information including:
This command is intercepted by the UserPromptSubmit hook for instant execution (<100ms). The hook runs read-jobs.sh or jobs.js directly.
No action needed — the hook output appears automatically in <system-reminder> tags.
If hook output isn't displayed (rare), execute:
specweave jobs
sw:jobs — Show active and recent jobssw:jobs --all — Show all jobs including completedsw:jobs --id <job-id> — Show details for specific job| Field | Description |
|---|---|
| Job ID | Short UUID identifier |
| Type | clone-repos, import-issues, living-docs-builder, etc. |
| Status | pending, running, completed, completed_with_warnings, failed |
| Progress | X/Y (Z%) with progress bar |
| Duration | Elapsed time since job started |
sw:progress — Increment task/AC completionsw-github:clone — Trigger GitHub repo cloningsw-ado:clone — Trigger ADO repo cloningnpx claudepluginhub anton-abyzov/specweave --plugin sw/statusShows active and recently completed Codex or Antigravity jobs including running audits, implementations, and bug analyses. Accepts a job ID for details, --all for cross-session view, and --json for raw output.
/statusLists active and recent background jobs from multiple CLI tools for the current repository. Supports filtering by job ID and optional flags for output format and wait behavior.
/statusLists background Antigravity (agy) delegation jobs for the current repo, or shows status for a specific job by ID.
/statusShows active and recent Qwen jobs for the current repository, including review-gate status. With a job ID, displays full job details; supports --wait, --timeout-ms, and --all flags.
/statusShows the latest or specified Kimi job for the current repository, accepting an optional job ID and type filter. Also reconciles stale jobs.
/statusShows active and recent Codex jobs for this repository, including review-gate status. Accepts optional job ID, --wait, --timeout-ms, and --all flags.