Triage an Azure DevOps work item with Confluence context
Triages Azure DevOps work items by gathering Confluence context and generating clarifying questions.
/plugin marketplace add lttr/claude-marketplace/plugin install dev-flow@lttr-claude-marketplace<ticket-id> [confluence-search-terms]df/azdo/Triage Azure DevOps work item #$ARGUMENTS by gathering context and generating clarifying questions.
Invoke the df:az-cli skill to get proper CLI reference for Azure Boards commands.
az boards work-item show --id <ticket-id> --expand all -o json
Extract per config.md field mappings:
If description or acceptance criteria are HTML, extract readable text.
Always search Confluence for related documentation—tickets often assume knowledge documented elsewhere.
Use Atlassian MCP tools with multiple searches:
Look for:
With all gathered context (ticket + Confluence + codebase), apply the triage methodology from SKILL.md:
docs/, README.md, ADRs)Use AskUserQuestion tool to ask blockers and scope questions the user might know. Only unanswered questions go to the output file.
mkdir -p ./.aitools/triage
Save to ./.aitools/triage/<ticket-id>-<slugified-title>.md
Slugify: lowercase, spaces→hyphens, remove special chars, max 50 chars.
Output: