Support Operations
This is an OMH support-operations workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).
Why This Exists
support-operations turns a bounded customer case into response and escalation guidance without treating drafts or recommendations as helpdesk actions.
Do Not Use When
- The request clusters a backlog of customer signals to find product patterns or roadmap candidates; use
feedback-triage.
- The user only needs a generic, non-support marketing or email rewrite with no case, severity, or escalation context; use
content-operator.
- The request asks to send a reply, change ticket priority or status, issue a refund, modify an account, or update a helpdesk; use
connector-operator with an explicit target and observed result.
- The request is an active reliability incident or postmortem rather than a support-case response; use
reliability-review.
Examples
Good example:
- Prompt: Draft a calm reply for this login-outage customer and tell me whether it needs an engineering escalation.
- Expected behavior: Prepare a customer-safe reply, severity matrix, engineering escalation recommendation, and owner handoff.
- Why: The request is one support case with reply and escalation decisions, not a feedback backlog or ticket mutation.
Bad example:
- Prompt: Cluster last quarter's support feedback into roadmap opportunities.
- Expected behavior: Route to
feedback-triage, not support-operations.
- Why: A historical signal backlog needs product-pattern triage rather than case-level support guidance.
Completion Checklist
- The source boundary, signal clusters, severity, and follow-up lane are named.
- Bug, feature, research, strategy, and coding handoff outcomes stay separate.
- The next workflow is recommended before any implementation claim.
Recovery Notes
- If feedback lacks source or severity, ask for the missing signal before coding handoff.
- If the item is actually a plan or research request, route to that workflow instead of triage.
Use When
Use when one or a bounded set of support contacts needs response drafting, urgency classification, incident/escalation routing, and follow-up ownership.
Strong routing signals: `support escalation`, `customer support reply`, `ticket triage`, `고객 지원 에스컬레이션`, `고객 답변 초안`, `지원 티켓 분류`
Catalog Metadata
Category: triage
Phase: support-operations
Quality tier: triage-gated
Reasoning demand: standard
Quality bar:
- State issue, severity, impact, evidence gaps, owner, and next route.
- Draft a reply without treating it as a sent customer communication.
Required inputs:
- support case
- known facts
- customer impact
- available ownership or escalation path
Expert clarification questions:
support case
- English: Which support case should we examine first?
- Korean: 어떤 지원 사례를 먼저 살펴봐야 하나요?
Expected outputs:
- customer-safe reply draft with stated facts, unknowns, and tone
- issue/severity/impact/escalation matrix
- internal next-step and owner handoff brief
- missing repro, account, entitlement, or approval evidence list
Artifact expectations:
- prepared support case brief when a wrapper captures it
Artifact contracts:
This label denotes the machine-enforcement level, not a skill quality score and not an observed evidence state.
- contract_id:
support-operations; enforcement_level: guidance_only; consumer_id: none
Safety rules:
- Keep customer-safe facts, unknowns, and escalation recommendations distinct.
- Do not claim ticket mutation, message send, refund, account action, or case outcome.
Runtime Evidence
Use the current host's own tools and subagent/task mechanism when available;
otherwise run the same lanes sequentially or name the unavailable capability.
A prepared plan, handoff, checklist, or skill installation is not execution,
review, CI, merge-readiness, or merge evidence. Report actual tool results or
not_observed / not_available; never invent dispatch or host accounting.
Treat supplied context as advisory, not proof of hidden memory reads or writes.
State scope, constraints, verification, and the stop condition before work.
Supporting paths are relative to this skill directory; sibling skill paths are
relative to its parent. Resolve them from the host-provided skill base directory
({baseDir} on hosts that provide it), never a hardcoded install location.
A named workflow not installed here is unavailable, not permission to emulate
its host-specific capabilities. Verify through the real surface before done.
1---2name: omh-support-operations-23description: [omh] Turn a support case into a clear customer reply, severity path, and owned next step. Use when the user says: support escalation, customer support reply, ticket triage, 고객 지원 에스컬레이션, 고객 답변 초안, 지원 티켓 분류.4---56# Support Operations78This is an OMH `support-operations` workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).910## Why This Exists1112`support-operations` turns a bounded customer case into response and escalation guidance without treating drafts or recommendations as helpdesk actions.1314## Do Not Use When1516- The request clusters a backlog of customer signals to find product patterns or roadmap candidates; use `feedback-triage`.17- The user only needs a generic, non-support marketing or email rewrite with no case, severity, or escalation context; use `content-operator`.18- The request asks to send a reply, change ticket priority or status, issue a refund, modify an account, or update a helpdesk; use `connector-operator` with an explicit target and observed result.19- The request is an active reliability incident or postmortem rather than a support-case response; use `reliability-review`.2021## Examples2223Good example:2425- Prompt: Draft a calm reply for this login-outage customer and tell me whether it needs an engineering escalation.26- Expected behavior: Prepare a customer-safe reply, severity matrix, engineering escalation recommendation, and owner handoff.27- Why: The request is one support case with reply and escalation decisions, not a feedback backlog or ticket mutation.2829Bad example:3031- Prompt: Cluster last quarter's support feedback into roadmap opportunities.32- Expected behavior: Route to `feedback-triage`, not `support-operations`.33- Why: A historical signal backlog needs product-pattern triage rather than case-level support guidance.3435## Completion Checklist3637- The source boundary, signal clusters, severity, and follow-up lane are named.38- Bug, feature, research, strategy, and coding handoff outcomes stay separate.39- The next workflow is recommended before any implementation claim.4041## Recovery Notes4243- If feedback lacks source or severity, ask for the missing signal before coding handoff.44- If the item is actually a plan or research request, route to that workflow instead of triage.45464748## Use When4950Use when one or a bounded set of support contacts needs response drafting, urgency classification, incident/escalation routing, and follow-up ownership.5152 Strong routing signals: `support escalation`, `customer support reply`, `ticket triage`, `고객 지원 에스컬레이션`, `고객 답변 초안`, `지원 티켓 분류`5354## Catalog Metadata5556Category: `triage`57Phase: `support-operations`58Quality tier: `triage-gated`59Reasoning demand: `standard`6061Quality bar:6263- State issue, severity, impact, evidence gaps, owner, and next route.64- Draft a reply without treating it as a sent customer communication.6566Required inputs:6768- support case69- known facts70- customer impact71- available ownership or escalation path7273Expert clarification questions:74- `support case`75 - English: Which support case should we examine first?76 - Korean: 어떤 지원 사례를 먼저 살펴봐야 하나요?7778Expected outputs:7980- customer-safe reply draft with stated facts, unknowns, and tone81- issue/severity/impact/escalation matrix82- internal next-step and owner handoff brief83- missing repro, account, entitlement, or approval evidence list8485Artifact expectations:8687- prepared support case brief when a wrapper captures it8889Artifact contracts:9091This label denotes the machine-enforcement level, not a skill quality score and not an observed evidence state.9293- contract_id: `support-operations`; enforcement_level: `guidance_only`; consumer_id: `none`9495Safety rules:9697- Keep customer-safe facts, unknowns, and escalation recommendations distinct.98- Do not claim ticket mutation, message send, refund, account action, or case outcome.99100## Runtime Evidence101102Use the current host's own tools and subagent/task mechanism when available;103otherwise run the same lanes sequentially or name the unavailable capability.104A prepared plan, handoff, checklist, or skill installation is not execution,105review, CI, merge-readiness, or merge evidence. Report actual tool results or106`not_observed` / `not_available`; never invent dispatch or host accounting.107Treat supplied context as advisory, not proof of hidden memory reads or writes.108State scope, constraints, verification, and the stop condition before work.109Supporting paths are relative to this skill directory; sibling skill paths are110relative to its parent. Resolve them from the host-provided skill base directory111(`{baseDir}` on hosts that provide it), never a hardcoded install location.112A named workflow not installed here is unavailable, not permission to emulate113its host-specific capabilities. Verify through the real surface before done.