execution-plan-creator

execution-plan-creator is an agent for coding agents from getcargohq/cargo-skills. It costs 0 tokens per session (1,456 once invoked), scanned A, original, MIT.

A helper agent that turns a business goal into a detailed Cargo execution plan. Cargo is a platform for sourcing, enriching, checking, and organizing business contact data through connected providers.

In plain words
What is it for?
Use it for multi-stage jobs such as finding companies, enriching contacts, checking records, scoring leads, monitoring signals, and preparing CRM or outreach steps.
Why use it?
It removes the guesswork from choosing the sequence of data tasks, providers, and actions. It also estimates credit costs and makes assumptions explicit before anything is run.

Agent

Part of the cargo plugin — 19 skills, 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 agents/getcargohq/cargo-skills/execution-plan-creator
Clone the repo
git clone --depth 1 https://github.com/getcargohq/cargo-skills

Or install cargo, the plugin that ships this one along with the rest of its 19 skills, 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 execution-plan-creator

README.md
[![agentmods](https://agentmods.dev/badge/agents/getcargohq/cargo-skills/execution-plan-creator.svg)](https://agentmods.dev/agents/getcargohq/cargo-skills/execution-plan-creator)
Your own site
<a href="https://agentmods.dev/agents/getcargohq/cargo-skills/execution-plan-creator"><img src="https://agentmods.dev/badge/agents/getcargohq/cargo-skills/execution-plan-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 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,456 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.00000 $0.01456
Opus 5 $0.00000 $0.00728
Sonnet 5 $0.00000 $0.00291
Haiku 4.5 $0.00000 $0.00146

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

Security

Grade A, and why

execution-plan-creator 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 today.

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.

cargo-gtm/agents/execution-plan-creator.md · 96 lines

How it starts

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

Agent — Execution Plan Creator

Sub-agent for cargo-gtm. Takes a user goal and returns a step-by-step plan citing specific provider + action slugs with cost estimates.

When to invoke this agent

  • The user's goal touches multiple stages (sourcing → enrichment → verification → sequencing) and the right path isn't obvious.
  • The user asks "what would this cost?" or wants a budget estimate before executing.
  • A recipe doesn't perfectly match — you need to compose a custom chain.

For goals matching an existing recipe in ../recipes/, use the recipe directly — don't invoke this agent.

What this agent produces

A structured plan with:

  1. Goal restatement — one sentence confirming intent.
  2. Assumptions defined operationally — every judgment call spelled out as a testable rule (not "best contact" but "highest-ranked current employee matching RevOps/GTM-ops titles, weighted Chief > VP > Head > Director > Lead > Manager"), plus data decisions already made and the cost trade-off chosen.
  3. Stage breakdown — each step labelled with stage (SOURCE / DEDUPE / ENRICH / SIGNAL / CONTACT / VERIFY / BACKFILL / WRITE-BACK / SEQUENCE / SYNC), with provider + action slug + cost per step — anchored in the priority stack where possible; long-tail providers only when priority can't serve the criteria.
  4. Sample step + budget reconciliation — the plan's first executed step is always a sample: 1–3 rows when the plan is a single action, 10–20 records when any step fans out as a batch (a 2-row sample can't produce a hit-rate, and hit-rate drives the estimate). The full-run estimate is grounded in the sample's observed per-row cost, states how many records the full run enrolls, and is reconciled against the actual balance (billing subscription get). If the estimate exceeds the balance, the plan says so up front.
  5. Approval question with 3 shaped choices — run-until-cap / top-up-then-run / trim-scope-to-fit (with a proposed trimming heuristic). Never bare yes/no.
  6. Open questions for the user — anything ambiguous (segment source, contact volume per company, write-back destination).

Read the full file on GitHub · 96 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. today Changed · +1 lines 3ad0c7989ec0
  2. 4d ago First seen · 95 lines · 0 tokens per session scan A 20f5f0c958b7

Subscribe to this mod's changes

execution-plan-creator is an agent published in the GitHub repository getcargohq/cargo-skills (17 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,456 tokens. 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-30.