pipeline

pipeline is a command for coding agents from VoxTechnologies/anty-framework. It costs 9 tokens per session (1,063 once invoked), scanned A, original, MIT.

A sales pipeline manager for tracking potential customers as they move through stages such as prospecting, qualification, demos, proposals, and closing.

In plain words
What is it for?
Use it to display the pipeline, add or update deals, review stage usage, and monitor sales progress.
Why use it?
It replaces scattered deal notes with one view of active opportunities, their stages, and pipeline flow. It also helps reveal bottlenecks and track changes over time.

Command

Part of the anty plugin — 24 skills, 11 commands, 4 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/voxtechnologies/anty-framework/pipeline
Clone the repo
git clone --depth 1 https://github.com/VoxTechnologies/anty-framework

Or install anty, the plugin that ships this one along with the rest of its 24 skills, 11 commands, 4 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pipeline

README.md
[![agentmods](https://agentmods.dev/badge/commands/voxtechnologies/anty-framework/pipeline.svg)](https://agentmods.dev/commands/voxtechnologies/anty-framework/pipeline)
Your own site
<a href="https://agentmods.dev/commands/voxtechnologies/anty-framework/pipeline"><img src="https://agentmods.dev/badge/commands/voxtechnologies/anty-framework/pipeline.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,063 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00009 $0.01063
Opus 5 $0.00005 $0.00531
Sonnet 5 $0.00002 $0.00213
Haiku 4.5 $0.00001 $0.00106

Measured 3d ago against content hash 5dfc9f427b96, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • pipeline — 100% identical, 0 lines differ
commands/pipeline.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/anty:pipeline — Sales Pipeline Management

Trigger

User runs /anty:pipeline optionally followed by a subcommand.

Behavior

Manage the sales pipeline stored in .anty/pipeline/. Display pipeline board, add/update deals, detect bottlenecks, and track flow.

Default View (no subcommand)

Display the pipeline as an ASCII table with steps as columns and deals as rows:

====================================================
  PIPELINE BOARD
====================================================
Step 1        Step 2        Step 3        Step 4        Step 5
Prospect      Qualify       Demo          Proposal      Close
----------    ----------    ----------    ----------    ----------
Acme Corp     BigCo Inc     StartupX
SmallBiz      MedCorp
TechFirm

Utilization:  60%           40%           20%           0%            0%

Deals: 6 active | Weighted: $127K | Avg cycle: 18 days
====================================================

BBS SUMMARY
----------------------------------------------------
Opening pipeline:    $200K  (6 deals)
+ New this period:   $50K   (2 deals)
- Closed won:        $30K   (1 deal)
- Closed lost:       $15K   (1 deal)
= Closing pipeline:  $205K  (6 deals)
====================================================

Subcommands

/anty:pipeline add

Add a new deal to the pipeline.

  1. Ask for deal information:
    • Company name
    • Contact name and role
    • Estimated deal value
    • Starting step (default: Step 1)
    • Notes
  2. Generate deal ID (deal-NNN, sequential)
  3. Save to .anty/pipeline/deals/deal-NNN.yaml

Deal YAML structure:

id: deal-001
company: "Acme Corp"
contact: "Jane Smith, CTO"
value: 25000
step: 1
step_name: "Prospect"
probability: 0.10
status: active
created_at: 2026-03-20T10:00:00Z
updated_at: 2026-03-20T10:00:00Z
dwell_days: 0
notes: "Met at conference"
history:
  - step: 1
    entered_at: 2026-03-20T10:00:00Z
/anty:pipeline update [deal-id]

Update deal details (value, contact, notes, status).

Read the full file on GitHub · 139 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 139 lines · 9 tokens per session scan A 5dfc9f427b96

Subscribe to this mod's changes

pipeline is a command published in the GitHub repository VoxTechnologies/anty-framework (6 stars, last pushed 4mo ago), licensed MIT. It adds 9 tokens to every session and 1,063 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.