Add Azure DevOps work item synchronization with handoffs system

This commit is contained in:
pragya247
2026-03-03 00:27:38 +05:30
parent b55d00beed
commit 39ac7e48d6
8 changed files with 2133 additions and 1 deletions

View File

@@ -5,6 +5,15 @@ handoffs:
agent: speckit.tasks
prompt: Break the plan into tasks
send: true
- label: Sync Tasks to Azure DevOps
agent: speckit.adosync
prompt: |
Read the tasks.md file and show me all the tasks that will be created in Azure DevOps.
Ask me which tasks I want to sync (I can say "all", specific numbers like "1,2,3", or ranges like "1-10").
Then use the create-ado-workitems-oauth.ps1 script with the -FromTasks flag to create Task work items in Azure DevOps.
The script will automatically link tasks to their parent User Stories based on the [US#] references in the task descriptions.
Make sure to show me a preview before creating the work items.
send: true
- label: Create Checklist
agent: speckit.checklist
prompt: Create a checklist for the following domain...