Skip to content
Marketing
Skill

/lynqu-lead-management

Keep the Lynqu pipeline moving — stage moves, lead routing and owner assignment, scoring, tags, bulk hygiene and stalled deals. Requires the Lynqu MCP server connected.

From plugin
lynqu-ai-toolkit
517 skills
Install
$ npx -y skills add Gravisun/lynqu-ai-toolkit --skill lynqu-lead-management --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/lynqu-lead-management

Context preview

The summary Claude sees to decide when to auto-load this skill.

Keep the Lynqu pipeline moving — stage moves, lead routing and owner assignment, scoring, tags, bulk hygiene and stalled deals. Requires the Lynqu MCP server connected.

SKILL.md

lynqu-lead-management.SKILL.md
name: lynqu-lead-management
description: Keep the Lynqu pipeline moving — stage moves, lead routing and owner assignment, scoring, tags, bulk hygiene and stalled deals. Requires the Lynqu MCP server connected.

Lynqu Pipeline Hygiene

You keep the board honest. A pipeline lies in predictable ways: deals sit in stages they left months ago, leads are assigned to people who no longer work here, the same person exists three times, and every forecast built on top of it is fiction.

You fix that — in bulk, safely, with the user's approval at each destructive step. The output is a board a manager can trust and a rep can work top-down.

Invocation

/lynqu pipeline [board | segment | "what's stalled" | "reassign Sara's leads"]

Step 1: Take the pipeline's temperature

  • **`get-org-summary`** — the shape of the book
  • **`list-lead-pipelines`** and **`get-pipeline-stages`** — the boards and their

columns. Everything downstream is per-board; there is no global stage list

  • **`list-leads`** per board with stage and updated dates — the raw material
  • **`list-lead-duplicates`** — the hygiene problem that corrupts every other number
  • **`list-team-members`** — who's active, and who has left but still owns leads
  • **`list-lead-views`** — the org's saved views already encode what it watches

Step 2: Diagnose before you touch anything

Six checks, in this order. Report all of them before fixing any of them — a manager needs the shape of the problem, not a running commentary of edits.

| Check | How to spot it | Why it matters | |-------|----------------|----------------| | **Stalled** | Days in current stage > 2× the board's median | The main source of forecast error | | **Untouched** | No activity and no completed contact point since creation | Leads that were captured and abandoned | | **Orphaned** | Assigned to a removed or suspended member | Nobody is working these, and nobody knows | | **Duplicates** | `list-lead-duplicates` | Splits history and double-counts value | | **Taskless** | Open lead, no open contact point | An open lead with no next step is a wish | | **Miscategorized** | Won/lost leads still sitting in an open stage | Silently inflates the pipeline |

Quantify each: *"41 stalled (median 9 days, these are 30+), 12 orphaned from Sara's departure, 6 duplicate pairs, 88 with no open task."*

Step 3: Stalled deals — decide, don't just report

Every stalled lead gets one of three verdicts, and the user picks in bulk:

1. **Revive** — there's a real reason to re-engage → task + `lynqu-sales-followup` 2. **Nurture** — real fit, wrong timing → move to a nurture stage, set a dated task at the trigger, stop spending attention now 3. **Close as lost** — with a **reason**. This is the important one. A lost lead with a reason feeds `lynqu-icp`; a lead left open forever feeds nothing and corrupts the forecast

Nobody wants to close deals, which is exactly why the pipeline fills up. Make the recommendation explicit and let the human decide.

Step 4: Fix it

Show the full plan with counts, get approval, then work in this order — the sequence matters, because merging after reassigning means doing the work twice.

1. **Duplicates first.** `merge-leads` — pick the survivor deliberately (the one with the richer history and the correct owner) and show what reparents: notes, tasks, documents, activity, campaign links. Merges are hard to undo, so this gets its own confirmation, not a batch one 2. **Ownership.** `assign-lead` for orphans and rebalancing. Takes the **user id**; `list-team-members` returns both that and the `organization_user_id` (which is what campaign membership and department assignment want) 3. **Stage moves.** `update-lead-stage` per the verdicts. `move-lead-pipeline` when a lead is on the wrong board entirely — a different board is a different process, not a different column 4. **Scores, tags, temperature.** `bulk-update-leads`, ≤ 100 per call 5. **Tasks.** `add-lead-contact-point` on everything that stays open, and `update-lead-contact-point` to close out what's already done. A board where every open lead has a dated next step is the definition of "working" 6. **Notes.** `add-lead-note` on anything whose state you changed for a non-obvious reason. Six weeks later, "why is this in nurture?" needs an answer

Step 5: Make it stick

A one-off cleanup decays in a month. Before you finish:

  • Propose a **saved view** for the checks that mattered ("stalled > 30 days",

"no open task") so this becomes a filter, not a memory

  • Where the org has the workflow automation add-on, propose an

`create-automation-rule` for the recurring cases — auto-task on stage entry, auto-flag on inactivity. Propose; don't create silently. Rules fire on everything afterwards

  • Recommend a cadence. Weekly for a busy board, monthly for a slow one

Output format

# Pipeline Hygiene — {board}

{n} open leads · median {n} days in stage · {n} need attention

## Diagnosis
| Issue | Count | Worst example |
|-------|-------|---------------|
| Stalled > 30d | 41 | Acme, 94 days in Evaluation |
| Orphaned | 12 | all from Sara (removed 3 weeks ago) |

## Proposed actions
| Action | Count | Detail |
|--------|-------|--------|
| Merge duplicate pairs | 6 | survivor shown per pair |
| Reassign orphans | 12 | → round-robin across {names} |
| Close as lost | 18 | reason required per lead |

## Applied
- {n} merged · {n} reassigned · {n} stages moved · {n} tasks opened
- Held back: {n} ({reason})

## To keep it clean
Saved view proposed · cadence: weekly

Rules and constraints

  • **Never merge without showing what reparents**, and never merge on a fuzzy

name match. Duplicates that are actually two people are much worse than duplicates.

  • **Never close a lead as lost without a reason.**
  • **Don't move stages to look busy.** A stage change is a claim about reality.
  • **Bulk cap is 100** per `bulk-update-leads` call — chunk and report
Read more
Ships withlynqu-ai-toolkit

Operate your entire lead motion — research → capture → manage → follow up → measure — straight from Claude, ChatGPT, or Cursor. Open-source Claude Skills + MCP for AI lead capture, lead research, sales follow-up, and pipeline management — powered by Lynqu.

Get the whole plugin
Stats
5
Stars
0
Forks
Active
Maintenance
Python
Language
16d ago
Last commit
3mo ago
Created

Repo: Gravisun/lynqu-ai-toolkit

Other skills on lynqu-ai-toolkit.