Sales / pipeline department playbook
This playbook illustrates how the agent blueprint applies to a department whose primary job is receiving inbound interest, evaluating it against defined criteria, and moving qualified opportunities forward in a structured way. You might recognise this as a sales development function, a lead qualification desk, or a new business pipeline team. Use this as a reference when mapping the blueprint to your own equivalent department. Every placeholder (“Department B”, “VM-2”, “your CRM”) stands in for the real names you would substitute during a scoping engagement.This playbook describes a structural pattern, not a finished implementation. Exact scope, timelines, and fit for your situation are determined during the consulting process. See Scope & Boundaries for how scoping works.
Department profile
Role definition
The agent’s role statement for a sales department:VM-2 is responsible for receiving inbound enquiries, applying the defined qualification criteria, logging the result in your CRM, and routing qualified opportunities to the next pipeline stage. It does not negotiate terms, make pricing commitments, or access contract data.This boundary is important: the agent’s job is to apply a defined SOP, not to sell. Pricing, timelines, and commitments are always handled by a person. For guidance on what falls outside the agent’s scope, see Scope & Boundaries.
Standard operating procedures
SOP 1: Receive and parse inbound enquiry
SOP 1: Receive and parse inbound enquiry
Trigger: A new submission arrives from a connected input source (web form, shared inbox, or CRM webhook).Steps:
- Parse the submission to extract relevant fields: contact name, organisation name, stated need, and any other fields defined in the SOP configuration.
- Check whether a record for this contact already exists in your CRM.
- If a record exists, link the new enquiry to it. If not, create a new contact record.
- Log the raw submission against the contact record with a timestamp.
- Pass the parsed data to SOP 2.
SOP 2: Apply qualification criteria
SOP 2: Apply qualification criteria
Trigger: Parsed enquiry data from SOP 1.Steps:
- Evaluate the parsed data against the qualification criteria defined for this deployment (criteria are configured per organisation and may include factors such as organisation size, stated need, geography, or stated timeline).
- Assign one of three qualification outcomes: qualified, borderline, or not qualified.
- Log the outcome and the criteria scores against the CRM record.
- Route to the appropriate next SOP based on outcome.
SOP 3: Route a qualified opportunity
SOP 3: Route a qualified opportunity
Trigger: Enquiry qualified as “qualified” by SOP 2.Steps:
- Update the CRM record to move the opportunity to the defined next pipeline stage.
- Compose a first-touch reply to the contact using the approved outreach template. The reply references the stated need extracted in SOP 1 but does not make any pricing or timeline commitment.
- Send the reply from the shared outbound email account.
- Create an internal handoff notification for the responsible team member, including the contact record link and a summary of the qualification result.
- Log all actions against the CRM record with timestamps.
SOP 4: Route a not-qualified enquiry
SOP 4: Route a not-qualified enquiry
Trigger: Enquiry qualified as “not qualified” by SOP 2.Steps:
- Update the CRM record with the not-qualified status and the criteria scores.
- Add the contact to the defined nurture sequence in your CRM (if one is configured).
- Optionally send an acknowledgement to the contact using the approved not-qualified template (configured per deployment).
- Log all actions with timestamps.
Qualification criteria
Qualification criteria are configured per deployment. They are not hard-coded into the blueprint; they are defined with you during the design phase and encoded into SOP 2’s decision logic. A typical criteria structure looks like this:You define and own your qualification criteria. They can be updated between phases as you learn from early results. Changes to criteria are treated as a configuration update, not a rebuild.
Input sources
Outbound interfaces
Escalation rules
The following situations always route to a human:- Borderline qualification outcomes
- Any enquiry that cannot be parsed or is missing required fields
- Any enquiry where the contact record cannot be created or updated in your CRM
- Any enquiry that explicitly mentions pricing, contracts, or legal terms — these are flagged and passed to the responsible team member
- Any outbound action that fails (email send failure, CRM write failure)
JSON message flow (simplified)
A simplified qualification event record written to your CRM:Staged evolution
Phase 1 lets the team validate the qualification SOP against real submissions before any external communication is sent. This is the recommended starting point for any department where the first impression with a potential contact matters.
Cross-references
- What is an agent? — role definitions and the three layers of every agent
- Agent Structure → Overview — inputs, intelligence, and actions
- Agent Structure → Components — guardrails, memory, and handoff rules
- Agent Structure → Integrations — connecting CRM, email, and form inputs
- Scope & Boundaries — how qualification criteria and scope are defined and controlled