docs(outreach): skill for drafting outbound calls - #702
Merged
Conversation
kmonsoe
force-pushed
the
feat/outreach-sms-campaigns
branch
from
July 30, 2026 09:33
be47d3a to
6dda797
Compare
kmonsoe
force-pushed
the
docs/outreach-voice-skill
branch
from
July 30, 2026 09:33
72e19fe to
a5ecf1e
Compare
kmonsoe
force-pushed
the
feat/outreach-sms-campaigns
branch
from
July 30, 2026 10:47
6dda797 to
4661d14
Compare
Voice campaigns had no skill. An agent had to infer from the email one that draftBody is what a text-to-speech agent says aloud rather than a message that gets delivered. Covers what only a spoken channel needs: write speech not prose, no markdown or emoji, no URLs nobody can click, identify the caller first, give the agent a goal and boundaries rather than a script, and say what to do when the person is busy or asks whether it is human. Sets a higher bar for who is worth calling — matching a segment filter is a reason to email, not to phone — and states that approval is dashboard-only. Cross-links the three first-touch skills; review-proposals listed only email. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011HwhYb3yU3qnGjtFRodQxm
kmonsoe
force-pushed
the
docs/outreach-voice-skill
branch
from
July 30, 2026 10:47
a5ecf1e to
50a60f3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 5 of the outbound-calling series. Stacked on #701. Documentation only — no code.
Voice campaigns have worked since before this series started, but had no skill. An agent had to infer from
skill://outreach/draft-initial-emailthatdraftBodyon a voice campaign is what a text-to-speech agent says out loud, not a message that gets delivered — which is the kind of thing that produces a proposal containing markdown and a URL.skill://outreach/draft-initial-callcovers what only a spoken channel needs said:It also sets a higher bar for who is worth calling. The segment says you may contact them; calling asks whether you should. Matching a filter is a reason to email, not to phone — so the skill asks for a per-contact reason in
evidenceand to skip the rest.And it states the constraint from #699 plainly: approval is dashboard-only,
outreach_approve_proposalrefuses agents on every host, and there is no tool, key or argument that changes that — so filing the proposal is where the agent stops.Ends with what actually happens on approval, including that quiet hours and blackout dates are checked before dialling and are read in the campaign's
quietHoursTimezone— worth saying, because without one they fall back to UTC, which isn't what "no calls before 08:00" means anywhere in Europe.Also cross-links the three first-touch skills to each other;
review-proposalslisted only the email ones.Fixtures regenerated — 45 skills.
src/mcpandsrc/controlgreen at 232 tests, which covers skill loading and the public catalog.🤖 Generated with Claude Code
https://claude.ai/code/session_011HwhYb3yU3qnGjtFRodQxm