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

# Free sample — Deal Follow-up Sequencer

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

## Summary

Post-intro and post-meeting follow-up sequences with timing, copy, and stop rules until next action.

## When to use

- After intro no meeting yet
- After meeting stall
- Need stop rules

## Decision criteria (buy vs skip)

- You need this when: After intro no meeting yet
- You get capability: Sequences
- Budget fits: full unlock is $4.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. Capture state
2. Pick template
3. Generate touches
4. Stop rules
5. Emit sequence

## Capabilities (preview)

- Sequences
- Stop rules
- Status transitions

## 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-followup-sequencer/outline.json
GET  https://lvlltd.com/api/pay?skill=deal-followup-sequencer   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"deal-followup-sequencer"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Deal Follow-up Sequencer

**ID:** `deal-followup-sequencer`  
**Category:** Networking  
**Price:** $4.99 USDC  
**Tags:** boardy, networking, follow-up, sequences, deals, progression  
**Tier:** networking  

## Summary

Generate and time the post-intro / post-meeting follow-up sequence until the next committed action — so deals do not die in the inbox.

## When to use

- Intro made; no meeting booked yet
- Meeting held; next step unclear or delayed
- You need a polite, multi-touch sequence with stop rules
- You track deal progression for a networking agent

## Detailed description

**Deal Follow-up Sequencer** builds a cadence:

| Touch | Timing | Purpose |
|-------|--------|---------|
| T+0 | Immediate | Confirm value + proposed next step |
| T+2d | Soft bump | New context / social proof |
| T+5d | Value bump | Asset or intro-adjacent help |
| T+10d | Breakup / close loop | Clear yes/no or park |

Each message has channel (email/DM/LinkedIn), tone, and **stop conditions** (booked, declined, OOO).

Output includes sequence JSON + copy drafts + CRM-style status transitions.

## Outline

1. Capture intro/meeting state and desired next action
2. Choose sequence template (pre-meeting vs post-meeting vs stall)
3. Generate touch copy + timing
4. Attach stop rules and escalation
5. Emit sequence for agent scheduler

## Capabilities

- Pre-meeting and post-meeting sequences
- Channel-aware message drafts
- Stop rules (booked / declined / no-response park)
- Status transitions for outcome tracking
- Pairs with `outcome-tracker-intro-attribution` (optional)

## Artifact outputs

- `sequence.json` — touches, delays, stop rules
- `messages/*.md` — draft copy per touch
- `status_machine.json` — states for deal progression

## Boardy fit

Boardy Pro’s job is follow-up and close — this skill is the sequencer.

## Purchase (x402)

```
GET  https://lvlltd.com/skills/deal-followup-sequencer/outline.json
GET  https://lvlltd.com/api/pay?skill=deal-followup-sequencer
POST https://lvlltd.com/api/pay  X-PAYMENT: {"txHash","skill":"deal-followup-sequencer"}
```
