implement-ticket-graph
Implement Ticket Graph
Consume the ticket dependency graph written by to-tickets. Repeatedly select the
executable frontier, launch one fresh subagent per ticket, and hold dependent tickets
until their blockers integrate and pass verification.
Do not use this workflow for a Wayfinder map. Wayfinder tickets resolve decisions; implementation tickets deliver code.
The issue tracker and triage label vocabulary should have been provided to you. If
docs/agents/issue-tracker.md is missing, tell the user to run
/setup-matt-pocock-skills. Take every tracker operation and label string from those
files: how to list, read, claim, and close a ticket, and how blocking edges are
represented. Where they leave a read undefined, infer it only if the result is
verifiable; never infer a write.