Skip to content
Development
Command

/ado-status

Check Azure DevOps sync status for increment

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/ado-status

Context preview

What this command does when you run it.

Check Azure DevOps sync status for increment

Command definition

ado-status.md
description: Check Azure DevOps sync status for increment

ADO Status Command

**Usage**: `sw-ado:status <increment-id>`

**Purpose**: Display ADO sync status and work item details

---

Command Behavior

When user runs this command, invoke `ado-sync` agent to:

1. Read increment-metadata.json 2. Fetch work item from ADO API 3. Display: ID, URL, state, completion %, last sync time 4. Check for sync issues

**Skill Invocation**:

Use Skill tool: Skill({ skill: "sw-ado:ado-sync", args: "Check ADO sync status for increment 0005-payment-integration.

Steps:
1. Read increment-metadata.json
2. Extract: work item ID, last sync time
3. GET work item from ADO API
4. Display status information
5. Check for any sync issues"

---

Example Output

ADO Sync Status
===============
Increment: 0005-payment-integration
Work Item: #12345
URL: https://dev.azure.com/myorg/MyProject/_workitems/edit/12345
State: Active
Completion: 60% (6/10 tasks)
Last Synced: 2025-11-04 10:30:00 (5 minutes ago)
Sync Enabled: ✅

Next Sync: Automatic on task completion

---

Related

| Command | Purpose | |---------|---------| | `sw-ado:pull` | Pull changes from ADO | | `sw-ado:push` | Push progress to ADO | | `sw-ado:sync` | Two-way sync | | `sw-ado:create` | Create ADO work item | | `sw-ado:close` | Close work item |

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