Close Azure DevOps work item when increment complete
/plugin marketplace add anton-abyzov/specweave/plugin install sw-ado@specweave# Close ADO Work Item Command **Usage**: `/sw-ado:close <increment-id>` **Purpose**: Close ADO work item and add completion summary --- ## Command Behavior When user runs this command, Claude should: ### 1. Check Permission Gate (MANDATORY FIRST STEP) **Before ANY ADO API calls**, check if status updates are allowed: ### 2. Resolve ADO Profile Use the increment's stored profile or fall back to global activeProfile: ### 3. Validate Increment Completion Before closing, verify the increment is actually complete: ### 4. Invoke ADO Manager Agent ### 5. Display Result --- ...