Lifecycle Progression Workflow

v1.0.0

Build workflows to automate contact progression through the sales funnel: Lead to MQL to SQL to Opportunity to Customer. Each transition is triggered by a sp...

0· 146·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for tomgranot/lifecycle-progression-workflow.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lifecycle Progression Workflow" (tomgranot/lifecycle-progression-workflow) from ClawHub.
Skill page: https://clawhub.ai/tomgranot/lifecycle-progression-workflow
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install lifecycle-progression-workflow

ClawHub CLI

Package manager switcher

npx clawhub@latest install lifecycle-progression-workflow
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the content: the SKILL.md is a HubSpot-focused guide for building lifecycle progression workflows. It does not request unrelated credentials, binaries, or system access.
Instruction Scope
Instructions are limited to building HubSpot contact-based workflows and give three build methods (manual UI, HubSpot Breeze, Claude Chrome extension). They do not ask the agent to read local files, environment variables, or other system state. Note: the guidance to use a browser extension or external AI to interact with the HubSpot UI implies granting those tools access to your HubSpot session—review permissions and behavior of those tools before enabling them.
Install Mechanism
No install spec and no code files; this is instruction-only, so nothing will be written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. All described actions operate inside HubSpot and the user's browser/account; no unnecessary secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills. Default autonomous invocation is allowed by platform policy (not flagged here) but this skill being instruction-only limits its ability to act without user mediation.
Assessment
This skill is a coherent how-to for building HubSpot lifecycle workflows and appears safe as-is. Before using: (1) ensure you have the required HubSpot plan and test workflows in a sandbox or with test contacts; (2) if you use HubSpot Breeze or a third-party extension (e.g., Claude Chrome extension), review and limit what those tools can access in your browser/HubSpot session—they may require account access to operate; (3) always verify enrollment/AND conditions and re-enrollment rules after any AI-suggested generation; and (4) do not paste or store credentials into prompts or third-party tools. If you want stronger assurance, request a version of the guide that includes explicit safety/test steps and recommended permission scoping for any browser extensions used.

Like a lobster shell, security has layers — review code before you run it.

latestvk97737qc1t5wyg3gs032h8qaed83myha
146downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Lifecycle Stage Progression Workflow

Automate the contact journey through the sales funnel with four progression workflows, each triggered by a specific business event.

Progression Paths

FromToTrigger
LeadMQLLead score exceeds threshold
MQLSQLMeeting booked
SQLOpportunityDeal created and associated
OpportunityCustomerDeal marked as closed-won

Prerequisites

  • HubSpot Marketing Professional or Enterprise plan
  • Lead scoring model configured (run /build-lead-scoring first)
  • Deal pipeline set up with a "Closed Won" stage
  • Meeting tool or integration configured (for SQL transition)

Building the Workflow: Three Options

Option 1: Manual UI Build

Follow the step-by-step instructions in the "Execute" section below. This is the most reliable method and gives you full control over every trigger, branch, and action.

Option 2: HubSpot Breeze AI

HubSpot's built-in Breeze AI can generate workflow skeletons from natural language prompts. Navigate to Automation > Workflows > Create workflow > "Describe what you want" and paste one prompt per workflow. You will need to create four separate workflows:

Workflow 1 -- Lead to MQL:

Create a contact-based workflow that triggers when a contact's HubSpot score
is greater than or equal to [your MQL threshold] AND their lifecycle stage is "Lead".
The workflow should set the lifecycle stage to "Marketing Qualified Lead"
and send an internal notification to the marketing team.

Workflow 2 -- MQL to SQL:

Create a contact-based workflow that triggers when a meeting is booked with
a contact AND their lifecycle stage is "Marketing Qualified Lead".
The workflow should set the lifecycle stage to "Sales Qualified Lead"
and send an internal notification to the sales owner.

Workflow 3 -- SQL to Opportunity:

Create a contact-based workflow that triggers when a contact has an associated
deal created AND their lifecycle stage is "Sales Qualified Lead".
The workflow should set the lifecycle stage to "Opportunity".

Workflow 4 -- Opportunity to Customer:

Create a contact-based workflow that triggers when a contact's associated deal
stage equals "Closed Won" AND their lifecycle stage is "Opportunity".
The workflow should set the lifecycle stage to "Customer"
and send an internal notification to the CS/onboarding team.

CRITICAL WARNING: Breeze trigger limitations. Breeze creates event-based triggers (OR logic) instead of filter-based triggers (AND logic). Each of these four workflows requires AND logic between the event condition and the current lifecycle stage. After Breeze creates each workflow, you MUST manually verify and fix the trigger/enrollment conditions in the UI to ensure both conditions are ANDed together. Breeze is best used for creating the workflow skeleton (actions, branches, delays) -- the trigger conditions almost always need manual correction.

Additional Breeze limitations for these workflows:

  • Breeze cannot configure re-enrollment rules
  • Breeze may not correctly set the lifecycle stage condition as part of the enrollment trigger (it may create it as a branch instead)

Option 3: Claude Anthropic Chrome Extension

The Claude Anthropic Chrome extension lets Claude see and interact with the HubSpot workflow builder UI directly. You can describe the workflow logic in natural language and Claude will click through the UI to build it. This is often more accurate than Breeze for workflows requiring precise AND-logic triggers, because Claude can verify each trigger condition visually.

To use this approach:

  1. Open the HubSpot workflow builder in Chrome (Automation > Workflows > Create workflow)
  2. Activate the Claude Chrome extension
  3. Describe each of the four progression workflows using the specifications from this skill
  4. Build them one at a time, verifying triggers before moving to the next

Note on Fast Mode: If you're using Claude Code's Fast Mode to speed up workflow creation, be aware of the billing model: Haiku usage is included in your subscription, but Opus in Fast Mode consumes extra credits. For workflow building tasks (which are UI-heavy and may require many interactions), consider whether the speed tradeoff is worth the credit cost.

Step-by-Step Build Instructions

Stage 1: Before — Plan Thresholds

  1. Define your MQL score threshold (typically 40-60 on a 0-100 scale). Adjust after 30-60 days of observation.
  2. Confirm your deal pipeline stages include a clear "Closed Won" equivalent.
  3. Document current lifecycle stage distribution (run the audit or check the property breakdown) so you can measure the impact.

Stage 2: Execute — Build Four Workflows

Build each as a separate contact-based workflow.

Workflow 1: Lead to MQL

  1. Trigger: HubSpot score is greater than or equal to [threshold] AND lifecycle stage is "Lead"
  2. Action: Set lifecycle stage to "Marketing Qualified Lead"
  3. Action (optional): Send internal notification to marketing team
  4. Re-enrollment: OFF

Workflow 2: MQL to SQL

  1. Trigger: Meeting booked (use "Meeting activity date" is known, or "Number of meetings booked" is greater than 0) AND lifecycle stage is "Marketing Qualified Lead"
  2. Action: Set lifecycle stage to "Sales Qualified Lead"
  3. Action (optional): Send internal notification to sales owner
  4. Re-enrollment: OFF

Workflow 3: SQL to Opportunity

  1. Trigger: Associated deal is created (use "Number of associated deals" is greater than 0) AND lifecycle stage is "Sales Qualified Lead"
  2. Action: Set lifecycle stage to "Opportunity"
  3. Re-enrollment: OFF

Workflow 4: Opportunity to Customer

  1. Trigger: Associated deal stage equals "Closed Won" AND lifecycle stage is "Opportunity"
  2. Action: Set lifecycle stage to "Customer"
  3. Action (optional): Send internal notification to CS/onboarding team
  4. Re-enrollment: OFF

Workflow Settings (all four)

  • Re-enrollment: OFF (lifecycle should only progress forward)
  • Suppression list: None needed — the lifecycle stage condition prevents backwards movement
  • Time zone: Not applicable

Stage 3: After — Verify

  1. Test each workflow with a test contact:
    • Manually adjust score/create meeting/create deal/close deal and confirm progression.
  2. Verify that workflows do not conflict — a contact should not be enrolled in two progression workflows simultaneously.
  3. Check that lifecycle stages only move forward (HubSpot enforces this by default, but verify).
  4. After one week, review the workflow history for each. Check for:
    • Contacts stuck at a stage despite meeting criteria
    • Unexpected enrollment volumes

Stage 4: Rollback

  1. Turn off any or all four workflows.
  2. Lifecycle stages already set remain — HubSpot does not allow backward movement without manual override or a dedicated reset workflow.
  3. If stages were set incorrectly, create a temporary workflow or use the API to reset affected contacts.

Notes

  • Backward movement: HubSpot prevents lifecycle stage from going backward by default. If a deal is lost and the contact should return to MQL, you need a separate "regression" workflow that explicitly sets the stage.
  • Multiple deals: If a contact has multiple deals, the Opportunity-to-Customer workflow fires when any associated deal is closed-won. This is usually the desired behavior.
  • Score decay: If your lead scoring model includes decay, a contact's score may drop below the MQL threshold after promotion. This is fine — the lifecycle stage is already set and will not regress.

Comments

Loading comments...