Check Azure DevOps sync status for increment
Check Azure DevOps sync status for an increment, showing work item details, completion percentage, and last sync time.
/plugin marketplace add anton-abyzov/specweave/plugin install sw-ado@specweaveUsage: /sw-ado:status <increment-id>
Purpose: Display ADO sync status and work item details
When user runs this command, invoke ado-manager agent to:
Agent Invocation:
Use Task tool with subagent_type: "specweave-ado:ado-manager:ado-manager"
Prompt: "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"
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
| 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 |