aii-call-guide

Generates advisor-driven pre-call sales guides as standalone interactive HTML files.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/maestroventures/aiintegrator --skill aii-call-guide-maestroventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aii-call-guide
Source: https://github.com/maestroventures/aiintegrator/tree/main/plugins/aii-blueprint/skills/aii-call-guide
Command: npx skills add https://github.com/maestroventures/aiintegrator --skill aii-call-guide-maestroventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Preparing for a sales call means pulling CRM records, calendar details, prior transcripts, and pitch material from scattered systems, then turning it into something usable live on the call. This Skill automates that entire pre-call workflow and produces a single interactive HTML guide the user can keep open during the meeting. ## Core Features & Use Cases - Context Gathering: Reads the prospect, company, deal, and meeting from the CRM and calendar via the Blueprint board connector, including prior call transcripts, without making the user repeat known facts. - Advisor-Sequence Content: Resolves the live sales advisor sequence from the sequence store and authors the guide JSON to a locked schema (words, when, why, do, dont, lens per section). - Locked HTML Builder: Runs build-call-guide.js to render the guide shell, registers the document in the call_doc store through a plan/run/settle flow, and writes a meeting-to-file pointer so the daily brief can find it later. - Use Case: A user says "prep me for my call with Pat at Acme" and receives a filed, registered interactive call guide with talking points, objection handlers, a close plan, and document links. ## Quick Start Ask the assistant to build a call guide for your upcoming meeting with a named person or company, and it will gather the CRM and calendar context, run the advisor sequence, and save the finished HTML guide to the client folder.

Frequently Asked Questions about aii-call-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a sales call prep guide for an upcoming meeting?

Ask for a call guide by naming the person or company, for example "prep me for my call with Pat at Acme." The skill reads the CRM and calendar itself, runs the sales advisor sequence, and saves a standalone interactive HTML guide to the client folder.

What data sources does the call guide builder read?

It reads the person, company, deal, and notes from the CRM, the meeting date and attendees from the calendar, and any prior call transcript attached to earlier events. All reads go through the Blueprint board connector resolved by category.

Can I regenerate an existing call guide with new details?

Yes. Every guide built since the kept-state change stores its full content JSON, so regeneration re-renders from that stored source via the builder's regen plan instead of re-deriving everything from the CRM and calendar.

Why does the call guide build fail with a gate or leadId error?

The builder refuses to build without a valid CRM leadId (or an explicit noLeadReason sentence) and without a four-row asset build gate proving the Quick-access aspect templates are current. Fix the named template or lead record and rebuild.

Does the call guide work for a prospect not yet in the CRM?

Yes. It builds from the details provided and notes in the guide that the person is not yet in the CRM, rather than stopping or asking the user to create the record first.