Skip to content
Development
Command

/jobs

View and manage background jobs (cloning, imports, living-docs). Shows job status, progress, and logs. Use when saying "check jobs", "job status", or "background tasks".

From plugin
specweave
15673 skills20 agents73 commands
Install
> /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/jobs

Context preview

What this command does when you run it.

View and manage background jobs (cloning, imports, living-docs). Shows job status, progress, and logs. Use when saying "check jobs", "job status", or "background tasks".

Command definition

jobs.md
description: View and manage background jobs (cloning, imports, living-docs). Shows job status, progress, and logs. Use when saying "check jobs", "job status", or "background tasks".
argument-hint: "[--all] [--id job-id]"

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 action needed** — the hook output appears automatically in `<system-reminder>` tags.

CLI Fallback

If hook output isn't displayed (rare), execute:

specweave jobs

Arguments

  • `sw:jobs` — Show active and recent jobs
  • `sw:jobs --all` — Show all jobs including completed
  • `sw:jobs --id <job-id>` — Show details for specific job

Data Shown

| 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 |

Related Commands

  • `sw:progress` — Increment task/AC completion
  • `sw-github:clone` — Trigger GitHub repo cloning
  • `sw-ado:clone` — Trigger ADO repo cloning
Read more
Ships withspecweave

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.

Get the whole plugin