classify-work-items
classify-work-items
Turn findings (from extract-findings + triage-findings) into a backlog_input.json
that ado-create-work-items can create. The hard part is typing: an ADO work item
type only exists if the project's process defines it. Get this wrong and creation fails
on the board, so we discover the process before we decide types.
Schemas live in references/data-contracts.md — read it for the exact
findings.json / backlog_input.json shapes. Don't duplicate them here.
1. Discover the project's process and valid types — FIRST
You cannot pick a type blind. Basic has no Bug and no User Story; Scrum uses
Product Backlog Item instead of User Story; CMMI uses Requirement. Picking a type
the board doesn't have is the #1 cause of create failures. So query the process up front.
Get a token (see the ado-auth skill — az login once, then):