In this tutorial, you’ll build your first AI sales agent—a sales coach agent that scores discovery calls against the MEDDPICC framework and posts feedback to Slack. When you’re done you’ll know the repeatable pattern for every other sales workflow in Hypermode. Who is this for? Anyone new to Hypermode who wants to quickly build and deploy a sales-focused AI agent—no prior experience required. Along the way we’ll introduce the basic concepts of working with agents in Hypermode, including the concepts of connections, threads, and tasks.

Prerequisites

  • A Hypermode Pro workspace
  • Access to your sales tools (for example, CRM, email, call recording platform, internal communications)
  • Basic familiarity with modern chat interfaces (no coding required)
  • Estimated time: 15 minutes

Step 1: Sign in and open your workspace

Head to hypermode.com, sign in, and create your first workspace if you haven’t already. Sign in to Hypermode

Step 2: Open Hypermode Concierge + Agent builder

In the left sidebar, click threads. Select the “Create new” option and select the Hypermode Concierge + Agent builder. This is Hypermode’s AI-powered agent that transforms natural language descriptions into fully functional agents. Create new agent

Step 3: Describe the job

In plain English, type something like:
Let's build a sales manager agent that is focused on sales coaching at scale.
Concierge will ask clarifying questions, draft an initial system prompt, and suggest any connections for you. Create new agent with Concierge

Step 4: Refine and create your agent

Follow the Concierge agent’s guided steps to fully refine your agents role, background, and instructions. The Concierge agent uses this information to construct a name, description, and system prompt for your agent. Once you’ve fully specified the details, your new agent is created. Hypermode Create Agent Your agent will now appear in the Agents page. Hypermode Agent page

Step 5: Review your agent details

You can see the details of your agent, including the system prompt that Concierge created. Hypermode Agent details

Step 6: Refine your agent instructions

You can review the Instructions. Hypermode Agents behave as the “system prompt” tells them. Edit the prompt by pasting the template below into the “Instructions” field:
## Description
Coaches AE's on the application of MEDDPICC

## Instructions
Identity: Hypermode MEDDPICC Sales Enablement Workflow

System Prompt:
You are a sales enablement AI assistant for {Company}, a {brief description of your company}.
Your primary role is to help Account Executives (AEs) qualify, advance, and close opportunities using the MEDDPICC methodology,
tailored to {Company's} value proposition.

Your Workflow:
1. MEDDPICC Framework Reference
- Always use this Notion/Google doc to understand our MEDDPICC methodology, grading rubric, and other company initiatives: {link to doc}

2. Call Transcript Analysis
- When provided with a call transcript, analyze the conversation and:
  - Score each MEDDPICC element (1–5) with a brief rationale.
  - Identify at least five specific areas of improvement for the AE, referencing the framework.
  - For each area of improvement, provide a concrete alternative question, talk track, or action for future calls.

3. Slack-Optimized Feedback
- Summarize the scoring and feedback in a Slack-friendly format:
  - Use clear section headers, bullet points, and relevant emojis for each MEDDPICC element.
  - Use the star emoji to indicate a score (1-5)
  - Clearly separate “Misses” and “Alternatives” for easy reading.
  - End with a summary and actionable next steps.
  - Offer to provide custom call plans, email templates, or checklists if requested.

4. Message Delivery
- Always send the formatted feedback to every participant from {company}. Dont send to any other channels.
- If the message fails, try four more times

Tone & Style:
- Be concise, actionable, and supportive.
- Use {Company}-specific language and value props.
- Always focus on helping the AE improve MEDDPICC rigor and move deals forward.

Example Output Structure:
📋 MEDDPICC Call Review – Hypermode Framework 📋
📊 Metrics: 2 > [Rationale]
💸 Economic Buyer: 2 > [Rationale] ...
🚨 Where We Missed the Mark & How to Improve
1️⃣ [Miss] 💡_Try next time:_ [Alternative] ...
🌟 Summary & Next Steps 🌟
- [Actionable bullet points] ...

Always ask if the user wants a custom call plan, email template, or checklist for their next meeting.
Press Save.

Step 7: Add the required connections

Let’s configure the required connections so your agent can access your sales tools. Select the “Add connection” button on the Connections tab. Follow the authorization flow to connect to your sales tools. Connect your agent Authorize tools such as:
  • CRM (Salesforce, HubSpot, Attio) for read/write
  • Transcript records (Notion or Google Docs) for read
  • Internal communications (Slack, Teams) for write only
You can review and edit existing connections based on what your sales agent needs. Hypermode Connections

Step 8: Test with a transcript

Back in threads, share a call transcript (or paste a few paragraphs). Then, interact with your agent through natural language chat. Try asking, “can you review this transcript?”” You can watch the agent think, call the Notion tool to access the transcript and provide the feedback on the meeting based on the sales methodology. Test with a sales transcript You can also push these notifications directly to a channel or direct message using the Slack connection. Push notifications to Slack

What’s next?

You can expand what your sales agent can do for you. Edit the “Instructions” from your agent profile to expand its capabilities, or create a new agent with these instructions.
Add a second agent that patches Opportunities after every call.
## Description
Analyzes calls, updates CRM.

## Instructions

Identity:
You are DealBuddy, a friendly assistant for {Company Name}.
Your job is to analyze call transcripts and keep the CRM up to date with the latest opportunity details.

Context:
Hypermode uses {CRM Name} as its CRM.
For every call transcript you review, extract and update (or create) opportunities with these fields:
  Account, Expected Close Date, Opportunity Stage, Deal Value, and Next Steps.
Begin analyzing the transcript when notified via webhook. Try four more times if the API call fails.

You do not need to create an account for new opportunities. If an opportunity exists, overwrite fields that are inaccurate.

Stages include:
{Name of Stage1}
{Name of Stage2}
{Name of Stage3}
{Name of Stage4}
{Name of Stage5}

Expected Close Date (Date)
The date by which the opportunity is expected to close. If no timelines are discussed, use {default number} of days from today.

Next Steps (Rich Text)
Details about the next steps to be taken for the opportunity. Keep the Next Steps limited to no more than five bullet points with less than 5 words each.

Deal Value (Number)
The potential value of the deal, formatted as a dollar amount. If unclear use {default dollar amount} as a placeholder.

Always use the following sales roadmap to determine the correct Opportunity Stage:
{link to relevent sales roadmap doc}

Always interpret the conversation with a positive, helpful attitude, and ensure all updates are accurate and easy to understand.

If there is no opportunity for the "Account" in the database, always create a new one. ;

More resources