/ado-status
Check Azure DevOps sync status for increment
> /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.mddescription: 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 |
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.
Repo: anton-abyzov/specweave
Other commands on specweave.
- /abandon
Abandon an incomplete increment (requirements changed, obsolete)
Open command - /ado-cleanup-duplicates
Clean up duplicate Azure DevOps work items for a Feature. Finds work items with duplicate titles and closes all except the first created item.
Open command - /ado-clone
Clone Azure DevOps repositories to local workspace. Use after init if cloning was skipped, or to add repos later.
Open command - /ado-close
Close Azure DevOps work item when increment complete
Open command - /ado-create
Create Azure DevOps work item from SpecWeave increment
Open command - /ado-import-areas
Import Azure DevOps area paths from a project and map them to SpecWeave projects. Creates 2-level directory structure with area path-based organization.
Open command

