Skip to main content
Intempt

Stop breaking pipeline reports by forgetting to move the deal stage

Every pipeline report has been wrong at some point because a rep completed the task but forgot to advance the deal. This closes that gap by advancing the stage automatically when the task itself is done.

Sellrevops-automatorB2BSaaSStandard3 steps3 outputs
1
2
3
Attribute Workflow Dashboard
Run this recipe

What it does

When a task on a deal is completed - proposal sent, contract delivered, demo done - conditionally advances the deal's stage and notifies stakeholders.

You get

deal stages that advance automatically with the work that was actually done

How it works

1

Build Task-to-Stage Mapping

create_attribute

Create an attribute on the Task object: 'advances_deal_to_stage'. For each task template, define the deal stage that completion should advance to. Examples: 'Send proposal' → advances deal to Proposal stage if currently Demo or earlier; 'Contract sent' → advances to Closing if currently Proposal; 'POC kickoff' → advances to Technical Evaluation. Tasks not on this list don't trigger advancement (they're informational tasks, not stage-gates).

Produces:Attribute
2

Build Auto-Advance Workflow

Create Workflow

Create a workflow firing on task_completed. Step sequence: (1) check whether the task has 'advances_deal_to_stage' set; (2) look up the linked deal — IF the deal's current stage is earlier than the task's target stage, advance the deal via move_deal_stage; (3) if the deal is already at or past the target stage, skip (no regression, no double-advance); (4) on stage change, post a brief Slack notification to the AE owner ('Deal X advanced to Proposal — task Y completed') so they have realtime visibility; (5) if the advancement skips multiple stages (e.g. Discovery → Closing in one task), require human confirmation — don't auto-skip stages.

Produces:Workflow
3

Build Stage Hygiene Dashboard

Build Dashboard

Compose a stage-hygiene dashboard: stage-advancement rate (deals advanced via task-completion auto-advance vs. manual stage edit by rep), tasks completed without expected stage advance (signal of wrong task→stage mapping, OR rep marking task complete without doing the work), and median time-in-stage by stage (should decrease with reliable auto-advancement). Auditing tool for RevOps to validate the mapping is sane and reps are using tasks honestly.

Produces:Dashboard

Ready to run this recipe?

Tell Blu what you need. It builds the segment, content, journey, and dashboard in minutes.

Sign up free

Hire the team that reclaims what your GTM stack is leaking.

You set the strategy. Agents run the plays. Seven AI agents across design, marketing, sales, and analytics. One customer context, tracked from first pixel to final dollar.

Start for free
Task Completion Deal Stage Advance | Intempt