📌 For agent integration rules, see the Agent Database Creation Convention — the technical spec for how AI agents interact with this ticket system.
Format: <CODE>-<TYPE>-<NNN>
For tickets, the full serialized ID looks like: {PREFIX}-OPS-001, CLIENT-014
When a pipeline client converts to an active engagement, they get an engagement type suffix. So if a client signs for advisory work, their first ticket would be CLIENT-ADV-001.
For internal work, the company prefix groups everything together, and the second segment distinguishes the workstream — so you can filter all internal tickets by {PREFIX}-* or drill into {PREFIX}-TKT-* for just ticket system work.
Populated during onboarding. The agent will generate codes like {PREFIX}-OPS, {PREFIX}-WEB, etc.
Populated when clients sign engagements. Each gets a short code + engagement type suffix.
Populated as strategic initiatives are created.
Populated as new leads and prospects are added to the Client Database.
When a new client signs, a new engagement starts, or a new internal project is created, follow these steps:
{PREFIX}-<SHORTNAME> (e.g., {PREFIX}-CRM)<CLIENT_ABBREV> (e.g., ACME)<CLIENT_ABBREV>-<ENGAGEMENT_TYPE> (e.g., ACME-MIG for migration, ACME-ADV for advisory)