---
skill_id: deal-pipeline-tracker
evaluation: free
price_usd_full: 9.99
challenge: https://lvlltd.com/api/pay?skill=deal-pipeline-tracker
outline: https://lvlltd.com/skills/deal-pipeline-tracker/outline.json
standards: x402, ERC-7857
---

# Free sample — Deal Pipeline Tracker

**Skill ID:** `deal-pipeline-tracker`  
**Full unlock:** $9.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=deal-pipeline-tracker  
**Outline JSON:** https://lvlltd.com/skills/deal-pipeline-tracker/outline.json

## Summary

Lightweight CRM for agents: intros → meetings → next steps → outcomes with stages and attribution.

## When to use

- Need pipeline memory beyond chat logs
- Attribute intros to meetings and outcomes
- Prioritize follow-ups from next-action queue

## Decision criteria (buy vs skip)

- You need this when: Need pipeline memory beyond chat logs
- You get capability: Stage machine intro→deal
- Budget fits: full unlock is $9.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Define or load pipeline board
2. Upsert deals from intro/meeting events
3. Advance stage with guards
4. Set next actions and due dates
5. Export board and attribution report

## Capabilities (preview)

- Stage machine intro→deal
- Next-action queue
- Outcome + attribution fields
- Board export JSON + MD
- Hooks for scheduler and follow-up skills

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/deal-pipeline-tracker/outline.json
GET  https://lvlltd.com/api/pay?skill=deal-pipeline-tracker   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"deal-pipeline-tracker"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Deal Pipeline Tracker

**ID:** `deal-pipeline-tracker`  
**Category:** Networking  
**Price:** $9.99 USDC  
**Tags:** boardy, crm, pipeline, deals, intros, outcomes, sales  
**Tier:** premium  

## Summary

Lightweight CRM for agents: track intros → meetings → next steps → outcomes with structured stages and attribution fields.

## When to use

- Networking or sales agents need memory beyond a chat log
- You attribute intros to meetings and outcomes
- You want a stage machine agents can update after each action
- Boardy-style agents need pipeline truth for follow-up priority

## Detailed description

**Deal Pipeline Tracker** is an agent-native pipeline pack:

### Stages
`lead → intro_scored → intro_sent → meeting_set → met → next_step → won | lost | parked`

### Record fields
- parties, thesis, score, owner agent  
- last_touch_at, next_action, next_action_at  
- outcome, attribution (who intro’d / which skill helped)  
- notes[], artifacts[]  

### Operations
`create`, `advance`, `touch`, `set_next`, `close`, `export`

Emits JSON pipeline store + markdown board. Does not host a multi-tenant SaaS CRM — it is the **schema + runtime** agents persist locally or in their KV.

## Outline

1. Define or load pipeline board
2. Upsert deal records from intro/meeting events
3. Advance stage with guards
4. Set next actions and due dates
5. Export board + attribution report

## Capabilities

- Stage machine for intro→deal
- Next-action queue
- Outcome + attribution fields
- Board export (JSON + MD)
- Hooks for follow-up sequencer / scheduler skills

## Artifact outputs

- `pipeline.json` — full board
- `board.md` — human kanban view
- `due_soon.json` — next actions
- `attribution.json` — intro → outcome map

## Ladder

| Skill | Role |
|-------|------|
| intro-quality-scorer | Score before create |
| deep-research-brief-agent | Enrich record |
| meeting-scheduler-negotiator | Book meeting |
| deal-followup-sequencer | Touch sequences |
| **deal-pipeline-tracker** | **System of record** |
| seller-agent | Close path |

## Purchase (x402)

```
GET  https://lvlltd.com/skills/deal-pipeline-tracker/outline.json
GET  https://lvlltd.com/api/pay?skill=deal-pipeline-tracker
POST

…(remainder sealed after x402 unlock)…

