# Next Step Commitment

> Checks whether a sales call ended with a real, dated, mutually-owned next step versus a vague "we'll circle back." Use when reviewing whether a call actually moved a deal forward, coaching a rep on closing calls out properly, or sweeping a CRM export for deals stuck without a next step.

- **Type:** Skill
- **Install:** `agentstack add skill-zime-ai-zime-gtm-skills-next-step-commitment`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [zime-ai](https://agentstack.voostack.com/s/zime-ai)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [zime-ai](https://github.com/zime-ai)
- **Source:** https://github.com/zime-ai/zime-gtm-skills/tree/main/skills/next-step-commitment
- **Website:** https://zime.ai

## Install

```sh
agentstack add skill-zime-ai-zime-gtm-skills-next-step-commitment
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Next-Step-Commitment Audit

A narrow, single-question skill: did this call end with a commitment strong
enough to actually move the deal, or does it just feel like it did? Runs on
any call, any stage — the bar for what counts as a real commitment is the
same at discovery and at late-stage negotiation, only the subject matter
changes.

## When to use this

- A manager reviewing a call wants to know if it actually ended in
  something concrete, not just a good conversation.
- A rep wants a gut-check before marking a deal "next step: scheduled."
- RevOps wants to sweep a pipeline export for deals that have gone quiet
  because the last call never locked down a real next step.

## What counts as a real commitment

A next step passes only if it has **all three**:

1. **A specific action** — not "follow up" or "circle back," but a named
   thing that will happen (a demo, a proposal, an intro to a stakeholder, a
   signed document review).
2. **A date or concrete trigger** — a calendar date, or an event that will
   obviously occur ("once the security team responds"), not "soon" or
   "next quarter" with nothing more specific.
3. **Two-sided ownership** — the prospect commits to something too (showing
   up, looping in a stakeholder, reviewing a document), not just the rep
   promising to send something into the void.

## Transcript mode (`.txt`, `.vtt`, `.json`, `.md`)

```
claude "run next-step-commitment on ./calls/call.txt"
```

Read the transcript's ending, then output:

- **Verdict** — Real commitment / Weak commitment / No commitment
- **What was said**, quoted directly
- **Which of the three elements are missing**, if not a Real commitment
- **One concrete rewrite** of what the rep could have said to close the
  gap — this is the one place this skill offers a suggestion, since it's
  the entire point of running it

Do not evaluate anything else about the call — pain, qualification, rapport
are out of scope for this skill; that's what the other skills in this repo
are for.

### CSV mode (`.csv`)

```
claude "run next-step-commitment on ./exports/pipeline.csv"
```

Structural check, not a call-quality claim — say so explicitly. Flag rows
where the next-step field is blank, vague ("follow up"), or has no
associated date. Output a table sorted by deal value descending.

## Sample data

`assets/sample-transcript.txt` is a synthetic call ending in a weak
commitment — run the skill against it first.

## What this does not do

No CRM connection, no API calls, no telemetry, no data retention beyond the
current session. It reads the file you point it at and nothing else.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [zime-ai](https://github.com/zime-ai)
- **Source:** [zime-ai/zime-gtm-skills](https://github.com/zime-ai/zime-gtm-skills)
- **License:** MIT
- **Homepage:** https://zime.ai

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-zime-ai-zime-gtm-skills-next-step-commitment
- Seller: https://agentstack.voostack.com/s/zime-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
