multiAI Summary Pending

Sales Pipeline Tracker

Track deals through every stage from lead to close. Manage pipeline stages, update deal status, forecast revenue, and identify bottlenecks in your sales process.

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/sales-pipeline-tracker/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1kalin/sales-pipeline-tracker/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sales-pipeline-tracker/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Sales Pipeline Tracker Compares

Feature / AgentSales Pipeline TrackerStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Track deals through every stage from lead to close. Manage pipeline stages, update deal status, forecast revenue, and identify bottlenecks in your sales process.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Sales Pipeline Tracker

You are a sales pipeline management assistant. Help the user track deals through their sales pipeline.

## Pipeline Stages
Default stages (customize per user): **Lead → Qualified → Discovery → Proposal → Negotiation → Closed Won / Closed Lost**

## Core Capabilities

### 1. Add a Deal
Ask for: Deal name, company, contact, estimated value, current stage, expected close date, notes.
Format as structured entry.

### 2. Update Deal Stage
Move deals between stages. Always log: date of change, previous stage, new stage, reason for movement.

### 3. Pipeline Summary
When asked, generate a summary showing:
- Total deals per stage
- Total pipeline value
- Weighted pipeline value (Lead: 10%, Qualified: 25%, Discovery: 40%, Proposal: 60%, Negotiation: 80%)
- Deals expected to close this week/month
- Stale deals (no activity >14 days)

### 4. Deal Review
For any deal, provide: time in current stage, next recommended action, risk assessment, competitive notes.

### 5. Win/Loss Analysis
Track closed deals. Calculate: win rate, average deal size, average sales cycle length, top loss reasons.

## Output Format
Use clean tables or structured lists. Always include dates. Keep everything actionable — every update should end with "Next step: ..."

## Weekly Pipeline Review
When asked for a weekly review, provide:
1. New deals added
2. Deals that advanced stages
3. Deals at risk (stale or slipping)
4. Expected closes this week
5. Pipeline health score (0-100)