Handoff Manager
Generates handoff documentation and manages transition sequences for account ownership changes. Ensures no context is lost when an account moves between people or teams. Part of the Lifecycle Orchestration pillar.
This is a documentation and coordination skill. It compiles context, generates briefs, manages the transition timeline, and confirms completion. The quality of the relationship transition -- making the customer feel valued, not abandoned -- is human work.
When to Run
- Triggered: When a handoff event is detected in CRM (new deal closed, CSM reassignment, team transfer)
- On-demand: When a CSM or manager requests a handoff brief for a specific account
- Scheduled: When a planned transition is set up (e.g., CSM leaving in 30 days, accounts need reassignment)
Handoff Types
Sales-to-CS Handoff
Trigger: Deal closes (CRM opportunity stage = Closed Won)
From: Sales rep / Account Executive
To: Assigned CSM
Brief contents:
- Deal summary: ARR, product/tier, contract terms, implementation scope
- Customer goals: what the customer expects to achieve (from sales notes and call transcripts)
- Key contacts: names, roles, engagement during sales process, who is the champion, who is the economic buyer
- Technical requirements: integration needs, data migration, SSO, security requirements
- Competitive context: who else was evaluated, why the customer chose your product, known concerns
- Promises made: any commitments from sales that CS needs to honour (feature timelines, pricing, custom terms)
- Red flags: anything the sales team noticed that CS should be aware of (budget constraints, political dynamics, sceptical stakeholders)
- Handoff meeting: recommended agenda for the introduction call between sales, CS, and customer
CSM-to-CSM Reassignment
Trigger: CSM change in CRM (reassignment, departure, territory rebalancing)
From: Current CSM
To: New CSM
Brief contents:
- Full account brief (from bi-account-brief)
- Relationship map: who are the key contacts, what is the CSM's read on each (strength of relationship, engagement level, influence)
- Current state: where is the account in its lifecycle, what is in progress, what was planned
- Active issues: open support tickets, pending actions, unresolved concerns
- History highlights: key moments in the relationship (wins, crises, pivots) that the new CSM needs to know
- Landmines: known sensitivities, topics to avoid, political dynamics
- Upcoming events: next QBR, renewal date, scheduled calls, pending milestones
- Recommended first action: what the new CSM should do in their first 7 days with this account
- Customer notification: draft email introducing the new CSM (outgoing CSM sends, or joint send)
CS-to-Renewal Team Handoff
Trigger: Account enters active renewal phase (T-90 or as defined by org structure)
From: CSM
To: Renewal manager or commercial team
Brief contents:
- Account brief with renewal context
- Health trajectory over the contract period
- Risk and expansion signals
- Stakeholder map with commercial influence assessment
- Contract history (current terms, previous negotiations, concessions)
- CSM's renewal recommendation: renew as-is, expand, adjust terms, or risk mitigation needed
Internal Escalation Handoff
Trigger: CSM escalates an account to product, engineering, or executive leadership
From: CSM
To: Internal team
Brief contents:
- Escalation summary: what is being escalated and why
- Timeline: when the issue started, how it has progressed, what has been tried
- Customer impact: usage changes, sentiment, at-risk revenue
- Customer communications: what the customer knows, what they expect
- Requested action: what the CSM needs from the internal team
Core Execution Logic
Step 1: Detect Handoff Event
Monitor CRM for handoff triggers:
- New Closed Won opportunity (sales-to-CS)
- CSM field change on account record (CSM-to-CSM)
- Lifecycle stage or opportunity stage change (CS-to-renewal)
- Escalation flag set by CSM (internal escalation)
Step 2: Assemble Brief
Based on the handoff type:
- Pull structured data from all available sources (CRM, product analytics, support, health score, risk signals)
- Pull unstructured context (CSM notes, recent call summaries, email threads)
- Assemble into the appropriate brief format
- Flag any gaps: missing data, stale sources, or sections that require human input (e.g., relationship dynamics that are not in any system)
Step 3: Route for Human Input
Handoff briefs require human enhancement before they are complete:
- Sales-to-CS: Sales rep reviews and adds context about promises, competitive dynamics, and relationship nuances
- CSM-to-CSM: Outgoing CSM reviews and adds relationship context, landmines, and recommendations
- CS-to-renewal: CSM reviews and adds their renewal recommendation and stakeholder assessment
Step 4: Manage Transition Timeline
For each handoff, track a transition checklist:
| Step |
Owner |
Target |
| Brief generated |
AGENT |
Day 0 |
| Brief reviewed and enhanced by outgoing owner |
HUMAN |
Day 0-2 |
| Brief delivered to incoming owner |
AGENT |
Day 2 |
| Introduction meeting scheduled (if applicable) |
AGENT |
Day 2-5 |
| Introduction meeting held |
HUMAN |
Day 5-10 |
| Customer notified of transition |
HUMAN |
Day 5-10 |
| Incoming owner confirms context received |
HUMAN |
Day 10 |
| Handoff complete flag set in CRM |
AGENT |
Day 10 |
Step 5: Confirm Completion
After the handoff deadline:
- Check if all checklist items are complete
- Flag incomplete items to the incoming owner and their manager
- Set a 30-day review: incoming owner confirms they have full context and the relationship is stable
Output Format
Handoff record:
{
"account_id": "string",
"handoff_type": "csm_to_csm",
"from": "Jane Doe",
"to": "Mike Ross",
"initiated": "2026-03-01",
"brief_generated": true,
"brief_reviewed": true,
"introduction_meeting": "2026-03-08",
"customer_notified": true,
"completion_confirmed": false,
"checklist_status": {
"brief_generated": "complete",
"brief_reviewed": "complete",
"brief_delivered": "complete",
"intro_meeting": "complete",
"customer_notified": "complete",
"context_confirmed": "pending"
},
"target_completion": "2026-03-11",
"days_remaining": 1
}
Handoff to Human
| Decision Point |
Context Provided |
What the Human Decides |
| Brief enhancement |
Draft brief with data-populated sections |
Relationship nuances, landmines, recommendations that only the outgoing owner knows |
| Customer notification approach |
Draft notification email, stakeholder map |
How to frame the transition, timing, who sends the message |
| Introduction meeting |
Brief, recommended agenda |
How to run the meeting, what to emphasise, how to build rapport |
| Transition completeness |
Checklist status, gap flags |
Whether the incoming owner has sufficient context to operate effectively |
Confidence and Limitations
- High confidence for data assembly and checklist management -- structured workflows
- Low confidence for relationship context -- the most valuable handoff content is in the outgoing owner's head, not in any system. The brief surfaces what the data shows; the human adds what only they know
- Cannot transfer trust. The incoming owner inherits the account but must build their own relationship
- Cannot detect if critical context was omitted from the brief (no way to know what you do not know)
Dependencies
Required:
- CRM API (account data, contact data, activity history, ownership fields)
bi-account-brief (for comprehensive account context)
Strongly recommended:
- All Book Intelligence skills (for health, usage, risk, and expansion context)
- Calendar integration (for introduction meeting scheduling)
- Email integration (for customer notification)
References
references/handoff-templates.md -- Brief templates and notification email formats for each handoff type
1---2name: lo-handoff-manager3description: Generates handoff documentation and manages transition sequences when accounts move between teams, CSMs, or lifecycle stages. Covers sales-to-CS handoff, CSM-to-CSM reassignment, CS-to-renewal team handoff, and any structured account transition. Use when asked to create a handoff brief, manage an account transition, prepare for CSM reassignment, build a sales-to-CS handoff, transfer account knowledge, or when any account is changing ownership. Also triggers for questions about knowledge transfer, account reassignment, team transitions, or onboarding a new CSM onto an existing account.4license: MIT5---67# Handoff Manager89Generates handoff documentation and manages transition sequences for account ownership changes. Ensures no context is lost when an account moves between people or teams. Part of the Lifecycle Orchestration pillar.1011This is a **documentation and coordination** skill. It compiles context, generates briefs, manages the transition timeline, and confirms completion. The quality of the relationship transition -- making the customer feel valued, not abandoned -- is human work.1213## When to Run1415- **Triggered**: When a handoff event is detected in CRM (new deal closed, CSM reassignment, team transfer)16- **On-demand**: When a CSM or manager requests a handoff brief for a specific account17- **Scheduled**: When a planned transition is set up (e.g., CSM leaving in 30 days, accounts need reassignment)1819## Handoff Types2021### Sales-to-CS Handoff2223**Trigger**: Deal closes (CRM opportunity stage = Closed Won)24**From**: Sales rep / Account Executive25**To**: Assigned CSM2627**Brief contents:**28- Deal summary: ARR, product/tier, contract terms, implementation scope29- Customer goals: what the customer expects to achieve (from sales notes and call transcripts)30- Key contacts: names, roles, engagement during sales process, who is the champion, who is the economic buyer31- Technical requirements: integration needs, data migration, SSO, security requirements32- Competitive context: who else was evaluated, why the customer chose your product, known concerns33- Promises made: any commitments from sales that CS needs to honour (feature timelines, pricing, custom terms)34- Red flags: anything the sales team noticed that CS should be aware of (budget constraints, political dynamics, sceptical stakeholders)35- Handoff meeting: recommended agenda for the introduction call between sales, CS, and customer3637### CSM-to-CSM Reassignment3839**Trigger**: CSM change in CRM (reassignment, departure, territory rebalancing)40**From**: Current CSM41**To**: New CSM4243**Brief contents:**44- Full account brief (from bi-account-brief)45- Relationship map: who are the key contacts, what is the CSM's read on each (strength of relationship, engagement level, influence)46- Current state: where is the account in its lifecycle, what is in progress, what was planned47- Active issues: open support tickets, pending actions, unresolved concerns48- History highlights: key moments in the relationship (wins, crises, pivots) that the new CSM needs to know49- Landmines: known sensitivities, topics to avoid, political dynamics50- Upcoming events: next QBR, renewal date, scheduled calls, pending milestones51- Recommended first action: what the new CSM should do in their first 7 days with this account52- Customer notification: draft email introducing the new CSM (outgoing CSM sends, or joint send)5354### CS-to-Renewal Team Handoff5556**Trigger**: Account enters active renewal phase (T-90 or as defined by org structure)57**From**: CSM58**To**: Renewal manager or commercial team5960**Brief contents:**61- Account brief with renewal context62- Health trajectory over the contract period63- Risk and expansion signals64- Stakeholder map with commercial influence assessment65- Contract history (current terms, previous negotiations, concessions)66- CSM's renewal recommendation: renew as-is, expand, adjust terms, or risk mitigation needed6768### Internal Escalation Handoff6970**Trigger**: CSM escalates an account to product, engineering, or executive leadership71**From**: CSM72**To**: Internal team7374**Brief contents:**75- Escalation summary: what is being escalated and why76- Timeline: when the issue started, how it has progressed, what has been tried77- Customer impact: usage changes, sentiment, at-risk revenue78- Customer communications: what the customer knows, what they expect79- Requested action: what the CSM needs from the internal team8081## Core Execution Logic8283### Step 1: Detect Handoff Event8485Monitor CRM for handoff triggers:86- New Closed Won opportunity (sales-to-CS)87- CSM field change on account record (CSM-to-CSM)88- Lifecycle stage or opportunity stage change (CS-to-renewal)89- Escalation flag set by CSM (internal escalation)9091### Step 2: Assemble Brief9293Based on the handoff type:941. Pull structured data from all available sources (CRM, product analytics, support, health score, risk signals)952. Pull unstructured context (CSM notes, recent call summaries, email threads)963. Assemble into the appropriate brief format974. Flag any gaps: missing data, stale sources, or sections that require human input (e.g., relationship dynamics that are not in any system)9899### Step 3: Route for Human Input100101Handoff briefs require human enhancement before they are complete:102- Sales-to-CS: Sales rep reviews and adds context about promises, competitive dynamics, and relationship nuances103- CSM-to-CSM: Outgoing CSM reviews and adds relationship context, landmines, and recommendations104- CS-to-renewal: CSM reviews and adds their renewal recommendation and stakeholder assessment105106### Step 4: Manage Transition Timeline107108For each handoff, track a transition checklist:109110| Step | Owner | Target |111|------|-------|--------|112| Brief generated | AGENT | Day 0 |113| Brief reviewed and enhanced by outgoing owner | HUMAN | Day 0-2 |114| Brief delivered to incoming owner | AGENT | Day 2 |115| Introduction meeting scheduled (if applicable) | AGENT | Day 2-5 |116| Introduction meeting held | HUMAN | Day 5-10 |117| Customer notified of transition | HUMAN | Day 5-10 |118| Incoming owner confirms context received | HUMAN | Day 10 |119| Handoff complete flag set in CRM | AGENT | Day 10 |120121### Step 5: Confirm Completion122123After the handoff deadline:124- Check if all checklist items are complete125- Flag incomplete items to the incoming owner and their manager126- Set a 30-day review: incoming owner confirms they have full context and the relationship is stable127128## Output Format129130**Handoff record:**131```json132{133 "account_id": "string",134 "handoff_type": "csm_to_csm",135 "from": "Jane Doe",136 "to": "Mike Ross",137 "initiated": "2026-03-01",138 "brief_generated": true,139 "brief_reviewed": true,140 "introduction_meeting": "2026-03-08",141 "customer_notified": true,142 "completion_confirmed": false,143 "checklist_status": {144 "brief_generated": "complete",145 "brief_reviewed": "complete",146 "brief_delivered": "complete",147 "intro_meeting": "complete",148 "customer_notified": "complete",149 "context_confirmed": "pending"150 },151 "target_completion": "2026-03-11",152 "days_remaining": 1153}154```155156## Handoff to Human157158| Decision Point | Context Provided | What the Human Decides |159|---------------|-----------------|----------------------|160| Brief enhancement | Draft brief with data-populated sections | Relationship nuances, landmines, recommendations that only the outgoing owner knows |161| Customer notification approach | Draft notification email, stakeholder map | How to frame the transition, timing, who sends the message |162| Introduction meeting | Brief, recommended agenda | How to run the meeting, what to emphasise, how to build rapport |163| Transition completeness | Checklist status, gap flags | Whether the incoming owner has sufficient context to operate effectively |164165## Confidence and Limitations166167- **High confidence** for data assembly and checklist management -- structured workflows168- **Low confidence** for relationship context -- the most valuable handoff content is in the outgoing owner's head, not in any system. The brief surfaces what the data shows; the human adds what only they know169- Cannot transfer trust. The incoming owner inherits the account but must build their own relationship170- Cannot detect if critical context was omitted from the brief (no way to know what you do not know)171172## Dependencies173174**Required:**175- CRM API (account data, contact data, activity history, ownership fields)176- `bi-account-brief` (for comprehensive account context)177178**Strongly recommended:**179- All Book Intelligence skills (for health, usage, risk, and expansion context)180- Calendar integration (for introduction meeting scheduling)181- Email integration (for customer notification)182183## References184185- `references/handoff-templates.md` -- Brief templates and notification email formats for each handoff type