Azure DevOps support through a new command #1235
dragoshont
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been experimenting with a
/speckit.adocommand over the past couple months on a very large project, and it's turned into something genuinely useful. Thought I'd share and see if others would find value in it.What I've been getting out of it:
Core capabilities:
Creates ADO work items from tasks.md (PBIs + child Tasks) with dual time estimates
Syncs bidirectionally with reconciliation for orphaned/misplaced items
Analyzes PR feedback by impact level, generates actionable tasks
Validates hierarchy (Task→PBI→Feature→Epic)
Maintains azure-devops.md (local state mirror with parent hierarchy, work item states, PR feedback tracking with root causes and solutions, reconciliation history, quick links)
Add estimations of the manual work against AI assistance
Technical details:
Uses the official Azure DevOps MCP server extension in VS Code
OAuth authentication (no PAT management)
Works with Microsoft ADO, should work with on-prem (untested)
Redacted screenshots:
Beta Was this translation helpful? Give feedback.
All reactions