forecast-call-prep

forecast-call-prep is a skill for Claude Code, Codex from elijeangilles/revops-skills. It costs 56 tokens per session (1,947 once invoked), scanned A, original, MIT.

A weekly sales-forecast review that compares salesperson commitments, open-pipeline estimates, and a forecast adjusted using each salesperson’s recent accuracy. A forecast call is a meeting where sales leaders review what is likely to close.

In plain words
What is it for?
Use it to prepare a one-page meeting brief, identify at-risk deals, and decide what position a sales leader should take.
Why use it?
It shows where the different forecasts disagree and highlights the deals that could materially change the quarter.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to prepare a one-page meeting brief, identify at-risk deals, and decide what position a sales leader should take.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elijeangilles/revops-skills/forecast-call-prep
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.

Any agent
npx skills add elijeangilles/revops-skills --skill forecast-call-prep
Clone the repo
git clone --depth 1 https://github.com/elijeangilles/revops-skills

Made for: Claude Code, Codex.

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 forecast-call-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/elijeangilles/revops-skills/forecast-call-prep/github.svg)](https://agentmods.dev/skills/elijeangilles/revops-skills/forecast-call-prep)
Your own site
<a href="https://agentmods.dev/skills/elijeangilles/revops-skills/forecast-call-prep"><img src="https://agentmods.dev/badge/skills/elijeangilles/revops-skills/forecast-call-prep/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for forecast-call-prep

Your own site · 80×15
<a href="https://agentmods.dev/skills/elijeangilles/revops-skills/forecast-call-prep"><img src="https://agentmods.dev/badge/skills/elijeangilles/revops-skills/forecast-call-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,947 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00056 $0.01947
Opus 5 $0.00028 $0.00974
Sonnet 5 $0.00011 $0.00389
Haiku 4.5 $0.00006 $0.00195

Measured 11d ago against content hash e5f326932bc3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

forecast-call-prep 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 11d 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.

skills/forecast-call-prep/SKILL.md · 189 lines

How it starts

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

Forecast Call Preparation

What this skill does

Produces a one-page executive summary for a weekly forecast call. Reconciles three views of the quarter:

  1. Rep commit (what the reps say they will close)
  2. Pipeline-weighted forecast (sum of open opportunity amount times stage probability)
  3. Historical model forecast (rep commit adjusted by that rep's calibration over the last 12 weeks)

Surfaces the deltas that materially move the quarter. Names the deals worth discussing on the call. Recommends a position for the leader to take into the meeting.

Upstream context

This skill is typically invoked by salesforce-revops-audit when the audit's Forecast Hygiene dimension scores below 85. It can also be run directly when the user knows they need a forecast call memo. If you have not run the audit and the user is asking broadly about RevOps health rather than a specific forecast call, recommend running salesforce-revops-audit first.

When to invoke

Invoke when the user says any of:

  • "prep me for the forecast call"
  • "weekly forecast variance"
  • "forecast call memo"
  • "where are we vs commit"
  • "what's at risk this quarter"
  • "Monday morning forecast prep"

Do not invoke for:

  • Long-range planning (next quarter, next year)
  • Comp plan analysis
  • Individual deal forensics (use deal-investigator instead)
  • Pipeline hygiene scanning (use pipeline-hygiene-audit instead)

Data sources, in order of preference

The skill works against any of these sources. Pick the first one available:

  1. Salesforce MCP: if a Salesforce MCP server is connected, query opportunities with the SOQL in Appendix A and forecast history from the Forecast__c custom object or equivalent.

  2. CSV files: if the user has opportunities.csv and forecast_history.csv (matching the schema in examples/data_schema.md), parse those directly.

  3. Sample data: if neither of the above, use the bundled synthetic dataset at data/ in this repo. Tell the user you are using sample data and what they would need to provide for a real run.

Read the full file on GitHub · 189 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 189 lines · 56 tokens per session scan A e5f326932bc3

Subscribe to this mod's changes

forecast-call-prep is a skill published in the GitHub repository elijeangilles/revops-skills (8 stars, last pushed 3mo ago), licensed MIT. It adds 56 tokens to every session and 1,947 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

website-audit

Audit a company's website from a buyer's perspective — positioning, funnel, proof, and differentiation. Use when user says 'audit this site', 'review my website', 'marketing audit', 'homepage critique', 'site teardown', 'why isn't my site converting', 'what does my site say about us', or 'what does a visitor see in 5…

GTMify/aigtm · 100 tokens

competitor-alternatives

Create competitor comparison and 'alternatives' landing pages for SEO and sales enablement. Use when user says 'alternative page', 'vs page', 'competitor comparison', 'comparison page', 'competitive landing pages', or asks to create content positioning against competitors.

GTMify/aigtm · 58 tokens

hiring-kit

Generate a complete SMB hiring kit for a single role: job description, screening questions, interview rubric, scorecard, and offer letter template. Use when the user says 'I need to hire a [role]', 'create a hiring kit', 'write a job description', 'interview questions for [role]', or 'help me hire'.

GTMify/aigtm · 72 tokens

local-marketing

Help a brick-and-mortar or local-service small business with Google Business Profile optimization, local SEO, and neighborhood marketing tactics. Use when the user says 'local marketing', 'Google Business Profile', 'GBP', 'show up on Google Maps', 'local SEO', 'get more foot traffic', or 'market my…

GTMify/aigtm · 74 tokens

marketing-psychology

Apply psychological principles, mental models, and behavioral science to marketing decisions. Use when user says 'psychology', 'mental models', 'cognitive bias', 'persuasion', 'behavioral science', 'why people buy', 'decision-making', 'consumer behavior', 'buyer psychology', or 'influence strategy'.

GTMify/aigtm · 69 tokens

pricing-services

Help a services-based small business price engagements — hourly vs. value vs. retainer vs. project — with a margin calculator and packaging recommendations. Use when the user says 'how should I price this', 'what should I charge', 'pricing for my services', 'retainer vs. hourly', or 'am I charging enough'.

GTMify/aigtm · 70 tokens