What problem does it solve? Coordinating multi-agent or multi-role work requires a consistent ticket tracker, but ad-hoc file edits corrupt state and bypass workflow rules. This Skill provides a governed CLI for creating, updating, linking, and querying tickets with validated status transitions and automatic transition rules. ## Core Features & Use Cases - Ticket Lifecycle Management: Create, read, update, list, and search tickets of configurable types (task, feature, bug, epic, question, and more) with validated statuses, priorities, and fields. - Comments and Inter-Ticket Links: Record decisions as comments and model relationships such as blocking or containment with auditable link records. - Workflow Inspection and Build Queue: Query ticket type definitions, allowed transitions, and definitions of done, then generate a prioritized build queue with blocking relationships and priority reconciliation. - Use Case: An AI agent picks up work by running build-queue all to get the prioritized queue, checks workflow transitions before moving a ticket to In Progress, and logs its plan as a ticket comment. ## Quick Start Ask the agent to list all non-terminal tickets assigned to a role using the tracking-system CLI, then create a new task ticket with a title, priority, and author.