Build the skill: Octave agent call
The skill assembles the persona match, account context, and runtime signals into a prompt, then calls your Octave saved agent to generate the message. The agent enforces your playbook, voice, and framework.
Message generation call:
1. Assemble context payload:
- persona match + qualification rationale
- account brief (segment, playbook, competitive landscape)
- runtime context (CRM, calls, product signals)
2. run_agent({ agentName, context, messageType }) → Octave MCP
Returns: personalized message, subject line, key angles used
Saved agents enforce your playbook and voice. You can also use generate_content for more flexibility, or write with Claude using the Octave context as fuel.