kai-sdr-reply-triage - Reply Loop
Classify SDR replies and produce the next safe action. This skill is for inbound responses after outbound, referrals, bounces, opt-outs, objections, and interested replies.
Required Context
Load before triage:
harness/skill-contracts/sdr-reply-triage.yaml
harness/skill-contracts/sdr-package.yaml
harness/references/cold-email-rules.md
- The relevant SDR package folder under
workspace/sdr-operator/<package-slug>/
- Sender identity, suppression list, message history, and source evidence for the contact
If any required context is missing, write a triage hold note instead of drafting a send-ready response.
Reply Categories
Classify exactly one primary category:
| Category |
Action |
interested |
Prepare meeting handoff and short response. Trigger /kai-sales-meeting-prep. |
objection |
Identify objection type and draft one respectful response. |
referral |
Capture referred person, source, and permission trail. |
not_now |
Draft low-pressure close and future reminder task. |
wrong_person |
Ask for routing only when appropriate. Do not pressure. |
opt_out |
Suppress globally. Do not draft further outreach except opt-out confirmation if required. |
bounce |
Mark invalid contact path and block follow-up on that address. |
complaint |
Stop sequence, suppress, and route to human owner. |
unsubscribe_confirmed |
Record suppression and no further action. |
needs_human_review |
Use for legal, regulated, sensitive, hostile, ambiguous, or high-value replies. |
Triage Workflow
- Read the reply, original message, account row, contact row, source evidence, and suppression state.
- Classify category, sentiment, urgency, and risk tier.
- Identify whether the reply changes consent, suppression, routing, meeting status, objection state, or CRM state.
- Draft the next message only when allowed.
- Write CRM handoff notes and proposed tasks. Do not mutate CRM.
- Update memory candidates for objection pattern, source quality, and message quality.
- Trigger
/kai-sales-meeting-prep when the reply implies a meeting, demo, call, referral intro, or buying conversation.
Output
Write to:
workspace/sdr-operator/<package-slug>/replies/<reply-id>.md
Use this shape:
# Reply Triage - <reply-id>
## Classification
- Category:
- Risk tier:
- Sentiment:
- Urgency:
- Suppression action:
## Evidence
- Original message:
- Reply source:
- Account/contact row:
- Claim evidence:
## Next Action
- Owner:
- Action:
- Approval needed:
- Due:
## Draft Response
<Only include when allowed.>
## CRM Handoff
- Proposed note:
- Proposed task:
- Proposed field changes:
## Memory Candidate
- Learning type:
- Signal:
- Do not promote until:
Rules
- Honor opt-outs immediately.
- Do not argue with complaints.
- Do not invent context or a prior relationship.
- Do not add new claims without evidence.
- Do not reply to bounces.
- Do not route sensitive, legal, or regulated replies without human review.
- Keep responses under 120 words unless the user asks for a longer sales response.
- Use one CTA or one next action.
1---2name: kai-sdr-reply-triage3description: Triage SDR replies and turn inbound responses into safe next actions, CRM handoff notes, suppression updates, objection responses, referrals, and meeting prep triggers. Use when "SDR reply", "triage replies", "outbound replies", "interested reply", "objection reply", "not interested", "unsubscribe", "wrong person", "bounce", "sales follow-up", "booked meeting", or any request to classify and respond to sales development replies.4---5
6# kai-sdr-reply-triage - Reply Loop
7
8Classify SDR replies and produce the next safe action. This skill is for inbound responses after outbound, referrals, bounces, opt-outs, objections, and interested replies.
9
10## Required Context
11
12Load before triage:
13
14- `harness/skill-contracts/sdr-reply-triage.yaml`
15- `harness/skill-contracts/sdr-package.yaml`
16- `harness/references/cold-email-rules.md`
17- The relevant SDR package folder under `workspace/sdr-operator/<package-slug>/`
18- Sender identity, suppression list, message history, and source evidence for the contact
19
20If any required context is missing, write a triage hold note instead of drafting a send-ready response.
21
22## Reply Categories
23
24Classify exactly one primary category:
25
26| Category | Action |
27|---|---|
28| `interested` | Prepare meeting handoff and short response. Trigger `/kai-sales-meeting-prep`. |
29| `objection` | Identify objection type and draft one respectful response. |
30| `referral` | Capture referred person, source, and permission trail. |
31| `not_now` | Draft low-pressure close and future reminder task. |
32| `wrong_person` | Ask for routing only when appropriate. Do not pressure. |
33| `opt_out` | Suppress globally. Do not draft further outreach except opt-out confirmation if required. |
34| `bounce` | Mark invalid contact path and block follow-up on that address. |
35| `complaint` | Stop sequence, suppress, and route to human owner. |
36| `unsubscribe_confirmed` | Record suppression and no further action. |
37| `needs_human_review` | Use for legal, regulated, sensitive, hostile, ambiguous, or high-value replies. |
38
39## Triage Workflow
40
411. Read the reply, original message, account row, contact row, source evidence, and suppression state.
422. Classify category, sentiment, urgency, and risk tier.
433. Identify whether the reply changes consent, suppression, routing, meeting status, objection state, or CRM state.
444. Draft the next message only when allowed.
455. Write CRM handoff notes and proposed tasks. Do not mutate CRM.
466. Update memory candidates for objection pattern, source quality, and message quality.
477. Trigger `/kai-sales-meeting-prep` when the reply implies a meeting, demo, call, referral intro, or buying conversation.
48
49## Output
50
51Write to:
52
53```text
54workspace/sdr-operator/<package-slug>/replies/<reply-id>.md
55```
56
57Use this shape:
58
59```markdown
60# Reply Triage - <reply-id>
61
62## Classification
63- Category:
64- Risk tier:
65- Sentiment:
66- Urgency:
67- Suppression action:
68
69## Evidence
70- Original message:
71- Reply source:
72- Account/contact row:
73- Claim evidence:
74
75## Next Action
76- Owner:
77- Action:
78- Approval needed:
79- Due:
80
81## Draft Response
82<Only include when allowed.>
83
84## CRM Handoff
85- Proposed note:
86- Proposed task:
87- Proposed field changes:
88
89## Memory Candidate
90- Learning type:
91- Signal:
92- Do not promote until:
93```
94
95## Rules
96
97- Honor opt-outs immediately.
98- Do not argue with complaints.
99- Do not invent context or a prior relationship.
100- Do not add new claims without evidence.
101- Do not reply to bounces.
102- Do not route sensitive, legal, or regulated replies without human review.
103- Keep responses under 120 words unless the user asks for a longer sales response.
104- Use one CTA or one next action.