Customer Support Ops Official

Supportv1.0.013 components

Answer more support tickets, faster, without losing the human touch. Sam, your AI support specialist, classifies every incoming ticket by category, sentiment, and priority, drafts an accurate reply grounded only in your knowledge base, and escalates anything it is not confident about instead of guessing. It matches recurring problems to approved canned responses, mines new tickets into known issues so answers stay consistent, tracks the feature requests buried in tickets, and produces a weekly insights digest of volume, deflection, and top drivers. Everything is draft-and-approve: replies are prepared for a human to review and send, and sensitive tickets (anger, churn, refunds, account deletion, legal or privacy) are always escalated. Four tables hold tickets, known issues, feature requests, and daily metrics. A knowledge base holds your help-center content and support voice, which every reply cites. Automations included: a reply is drafted the moment a ticket arrives, plus an optional daily sweep of anything still unanswered. Works out of the box with no external tool; connect Gmail later to send from the platform and Slack for the digest. Best first step: replace the placeholder knowledge base with your real help-center articles or URLs.

Installs in about 20 min, verified with a smoke test.

Install this pack How the install works

What this department handles

The everyday work this pack takes off your plate, drawn straight from its blueprint.

Faster Ticket Resolution

AI drafts replies instantly for quicker responses

Sentiment Analysis

Classifies tickets by sentiment for prioritized handling

Feature Request Tracking

Identifies and logs feature requests from tickets

Weekly Insights Digest

Summarizes support metrics for performance evaluation

How the pack is wired

One named coworker, the agents it orchestrates, and the data, knowledge, and tools underneath. This is the real manifest, not a mockup.

AI EmployeeSam coordinator
Agentic TeamSupport Escalation Team3 specialistsHelp Desk3 specialists
AgentsReply DrafterClassifier and RouterKnown Issue MinerFeature Request TrackerSupport Insights Digest
Data & KnowledgeTickets read/writeKnown Issues read/writeFeature Requests read/writeSupport Metrics read/writeSupport Knowledge Base and Voice RAG
ToolsGmailSlack

The employee routes each request to the right worker. Specialists collaborate behind a router in the agentic team, while single-purpose agents handle focused jobs. Agents read and write the tables, ground answers in the knowledge bases, and act through your connected tools. Every write is gated and traced.

The full blueprint

Every agent's tasks, every table's schema, every trigger. Read it all before you sign in.

Sam

Warm, clear, and unflappable. Writes like an experienced support lead who is helpful without over-promising. Grounds every answer in the knowledge base and escalates honestly when unsure.

5 agents · 4 tables · 1 KBs
Support Escalation Team routing

Internal, staff-facing team for the Customer Support Ops pack. When a ticket is escalated, a routing manager sends it to a Technical, Billing, or Account and Retention specialist who works from the knowledge base and known issues and recommends how to resolve it. Advisory to the support team; a human sends the reply.

Account and Retention SpecialistBilling SpecialistTechnical Specialist
Help Desk routing

Customer-facing help desk for the Customer Support Ops pack. A routing manager answers a customer's question from the knowledge base, walks them through troubleshooting, or logs a ticket when it cannot be resolved. It answers only from the knowledge base, never invents policies or promises, and hands sensitive matters to a human.

Product Help SpecialistTicket Intake SpecialistTroubleshooting Specialist
Reply Drafter
Support specialist who drafts knowledge-base-grounded replies.
3 tasks · 2 in

Reads a ticket, drafts a KB-grounded reply with a confidence level, uses a known-issue canned response when one matches, and escalates low-confidence tickets. Draft only.

TicketsKnown IssuesGmail
  1. 01Select tickets to answer from the Tickets table. If {{ticketId}} is provided, work only that ticket. Otherwise read tickets whose Status is New and take at most {{maxToProcess}} (default 5). For each, first check the Known Issues table for a match; if one matches, use its approved canned response as the basis. Otherwise search the Support Knowledge Base for the answer.Output: For each ticket: the matched known issue or the relevant KB passages, and whether the ticket can be answered from available knowledge.
  2. 02Draft a reply in the knowledge base's support voice, grounded only in the KB or the matched canned response, noting briefly what it was based on. Assign a Confidence of High, Medium, or Low. Follow the escalation rules: if Confidence is Low, or the ticket involves anger, churn, refunds, account deletion, or legal or privacy concerns, do not present a customer-ready answer; set Status to Escalated and write a short internal note on why. Never invent policies, facts, or promises.Output: For each ticket, the drafted reply (or escalation note) and the confidence level.
  3. 03Write the results back to the Tickets table: put the draft in AI Draft, set Confidence, and set Status to AI Drafted for answerable tickets or Escalated for the rest. Do not send anything.Output: Confirmation of which tickets were updated, then a short readable summary using headings and bullet points: how many drafted by confidence level and how many escalated with the reason. Never output JSON or raw data.
Classifier and Router
Support triage specialist who classifies and routes tickets.
2 tasks · 1 in

Classifies new tickets by category, sentiment, and priority, and flags known-issue matches. Updates the Tickets table.

TicketsKnown IssuesSlack
  1. 01Read tickets from the Tickets table whose Category is empty or Status is New, up to {{maxToProcess}} (default 15). For each, determine Category, Sentiment, and Priority from the subject and message. Check the Known Issues table for a match and note it. Base everything only on the ticket content.Output: For each ticket: proposed Category, Sentiment, Priority, and any known-issue match.
  2. 02Update each ticket row with the Category, Sentiment, and Priority. If a known issue matches, note it in Resolution Notes so the Reply Drafter can use the canned response. Do not draft the customer reply here and do not send anything.Output: Confirmation of the rows updated, then a short readable summary using headings and bullet points: counts by category, how many negative-sentiment or urgent, and how many matched a known issue. Never output JSON or raw data.
Known Issue Miner
Support analyst who mines tickets for recurring issues.
2 tasks · 1 in

Clusters recent tickets into recurring issues, proposes canned responses, and flags help-center gaps into the Known Issues table.

TicketsKnown Issues
  1. 01Read recent tickets from the Tickets table (roughly the last {{lookbackDays}} days, default 7). Group them into clusters of the same underlying issue. Identify clusters that are frequent or rising and not already captured in the Known Issues table.Output: A list of candidate recurring issues with how many tickets each covers and whether it is already a known issue.
  2. 02For each genuinely new recurring issue, create a Known Issues row with the issue, affected area, Status Investigating, a proposed canned response, and the linked ticket count. Also note any help-center gaps the clusters reveal. Do not duplicate existing known issues.Output: Confirmation of Known Issues rows created, then a short readable summary using headings and bullet points: the new recurring issues by volume and the suggested help-center additions. Never output JSON or raw data.
Feature Request Tracker
Support-to-product analyst who tracks feature requests.
2 tasks · 1 in

Extracts feature requests from tickets and maintains the Feature Requests table with frequency counts.

TicketsFeature Requests
  1. 01Read recent tickets from the Tickets table (roughly the last {{lookbackDays}} days, default 14), especially those categorized Feature Request or containing a suggestion. Identify the underlying feature request in each.Output: A list of feature requests found, each mapped to whether it already exists in the Feature Requests table.
  2. 02For each request already in the Feature Requests table, increment its Frequency. For each genuinely new one, create a row with the request, requester if known, Frequency 1, and Status New. Do not create duplicates and do not invent requests.Output: Confirmation of rows created or updated, then a short readable summary using headings and bullet points: the most-requested features by frequency. Never output JSON or raw data.
Support Insights Digest
Support operations analyst who produces the weekly insights digest.
2 tasks

Reads the support tables and produces a weekly insights digest of volume, deflection, drivers, known issues, and feature demand.

Feature RequestsKnown IssuesTicketsSupport MetricsSlack
  1. 01Read recent rows from Tickets, Known Issues, and Feature Requests. Compute volume, the split of AI Drafted versus Escalated, an approximate deflection read, the top categories and sentiment trend, the known issues driving the most tickets, and the most-requested features.Output: The computed totals and top lists from the tables.
  2. 02Write a concise weekly digest for the support lead. Optionally record the day's totals as a row in Support Metrics.Output: A readable digest using headings and bullet points: volume and deflection, top drivers, sentiment, known issues to watch, and top feature requests. Lead with the headline numbers. Never output JSON or raw rows.
Tickets
Incoming support tickets. Agents classify each one, draft a knowledge-base-grounded reply, and escalate low-confidence cases. Draft-first: replies are prepared for a human to review and send.
13 cols
Ticket ID textCustomer textCustomer Email emailChannel selectSubject textMessage textCategory selectSentiment selectPriority selectStatus selectAI Draft textConfidence selectResolution Notes text
Known Issues
Recurring or known problems with an approved canned response. Agents match new tickets against these for instant, consistent answers.
6 cols
Issue textAffected Area textStatus selectCanned Response textLinked Tickets numberNotes text
Feature Requests
Feature requests surfaced from tickets, with how often each is asked for. Helps the team see demand without manual tallying.
5 cols
Request textRequester textFrequency numberStatus selectProduct Notes text
Support Metrics
Daily support metrics the digest agent writes: volume, how much was auto-drafted, sent without edits, escalated, and the top drivers.
7 cols
Date dateTickets In numberAI Drafted numberSent Unedited numberEscalated numberDeflection Rate textTop Categories text
Support Knowledge Base and Voice

Your help-center content and support voice. Agents ground every reply in this and cite it. Replace the placeholder with your real docs, policies, and tone, or add your help-center URLs.

2 sources

How the install works

  1. Overview. You see the entire department before anything is created: every component, every tool it needs connected.
  2. Setup questions. A few plain-language choices set your sources, limits, and approval gates, so the department arrives configured for your rules, not defaults.
  3. Conflicts. Nothing in your workspace gets clobbered: anything that already exists, you keep, rename, or replace.
  4. Install. Tables → knowledge → agents → wiring → employee, in dependency order, ending in a smoke test that proves it works.
  5. Done. A working department, not a project plan. Open your new coworker and assign the first task.

Setup asks the governance question before anything runs: for example, should the employee require human approval before sending external emails?

Built on

Connects to

GmailSlack

Governance defaults

  • Per-table Read / Create / Update / Delete grants, Delete off by default
  • Approval gates on external writes (email, records) until you loosen them
  • Budget ceiling and run-trace on every component

More like this

All packs
Procurement Ops Control Tower Pack
Operations~35 min
End-to-end procurement operations solution pack with vendor registry, purchase request review, contract path assessment, embedded review team, and AI employee coordination.
CA Firm: Compliance & Practice Pack
Professional Services~15 min
Complete operating system for a Chartered Accountant practice. Tracks clients, engagements, statutory deadlines, and IT/GST notices. Includes AI agents for notice triage, GST reconciliation, filing reminders, and client communication. Comes with an AI Employee (Priya) who coordinates compliance work end-to-end.
Recruiting and Staffing Ops
Recruiting~20 min
Move candidates faster without cutting corners on fair hiring. Riley, your AI recruiting coordinator, screens each new candidate against the job's must-haves with must-have-by-must-have reasoning, coordinates interview scheduling by drafting availability requests, drafts honest candidate outreach and status updates, builds submittal packages for hiring managers or clients mapping experience to requirements, and gives the team a daily pipeline read. Screening never considers anything beyond skills and qualifications, and it never rejects a candidate or extends an offer; those stay human decisions. Everything else is draft-and-approve: candidate messages are prepared for a human to send, and interview times are proposed, never confirmed, by the agent. Four tables hold your job orders, candidates, interview scheduling, and pipeline metrics. A knowledge base holds your screening standards, submittal format, communication voice, and compliance guardrails, which every assessment and message follows. Automations included: new candidates are screened on arrival, plus an optional daily pipeline digest. Works out of the box with the roles and candidates you add; connect an ATS or job board later to sync candidates, and Gmail and Calendar to send outreach and confirm interviews from the platform. Best first step: replace the placeholder screening standards and compliance rules with your own and add an open job.