Customer success manager account handover and knowledge transfer workflow

Starting promptUse this prompt as a starting point to build your workflow.

Build a CSM account handover workflow — a guided web app a departing Customer Success Manager uses to hand an account over to a colleague, capturing everything the incoming CSM needs to know into a clean, printable handover document. Trigger it as a space-authenticated webpage at a route like /handover, backed by a set of internal JSON API routes it calls client-side. Persist each handover as a session in durable storage so a refresh resumes the exact stage. Build it as a four-stage flow: Pick the account — search your CRM for the customer and select them. Verify the facts — auto-populate everything the CRM already knows about the account (company details, contacts, licenses, tickets, conversations, custom fields), let the CSM review it, flag anything stale, and set the incoming CSM and reason for handover. Store flagged corrections on the session. Interview — a streaming AI chat agent interviews the departing CSM to capture the qualitative, tribal knowledge the CRM doesn't hold. Drive it from a canonical handover template whose fields are tagged as auto-filled, interview-only, or both, with a live coverage indicator showing what's still needed. Give the agent tools to read the session and save answers, and persist the transcript so the chat restores on refresh. Finalize — assemble a Markdown handover document from the auto data, corrections, interview answers, and a stakeholder table, store it on the session, and render it as a clean, printable dossier page with copy-to-Markdown and print/PDF actions. Keep session and conversation identifiers in the URL so state survives refreshes. Use one canonical template as the single source of truth shared across loading, interview, and document generation. For the CRM, I used Planhat (read-only) — but treat it as a choice: swap in Salesforce, HubSpot, or whatever CRM your team runs. For the AI interview agent I used Anthropic's Claude (Sonnet) — or use another LLM provider. Connect these through connectors rather than hardcoding credentials. Tools used: Planhat API (read-only connector), Anthropic Claude API (Sonnet)

New to Tines?Sign up free for Tines 3B Explore Edition

What this prompt builds

A guided web application that standardizes customer account handovers between Customer Success Managers by combining CRM data with a structured AI interview to capture tribal knowledge. The workflow produces a comprehensive, printable handover document that preserves account context when CSMs transition or leave. It integrates with Planhat (or alternative CRMs) and uses Claude to conduct the knowledge-capture interview.

The problem

Customer Success teams lose critical account context when CSMs transition between accounts or leave the organization because handovers lack standardization and tribal knowledge lives only in departing CSMs' heads. This workflow solves the knowledge-loss problem by guiding departing CSMs through a structured handover process that combines CRM data verification with an AI-powered interview to capture qualitative insights the CRM doesn't hold. It produces a comprehensive, point-in-time handover document that preserves relationship history, stakeholder nuances, and strategic context for incoming CSMs.

Solution and impact

Incoming CSMs receive a complete account dossier that merges verified CRM facts with captured tribal knowledge, eliminating ramp-up time and preventing relationship gaps during transitions. The workflow standardizes handovers across the organization, ensuring consistent quality whether transitions are planned or sudden. Teams gain exportable handover documents (PDF, Markdown, or back to the CRM) that serve as permanent reference artifacts, protecting institutional knowledge and continuity even when experienced CSMs depart.