budgeting-and-forecasting

budgeting-and-forecasting is a skill for Claude Code from cbrock84/headcount. It costs 66 tokens per session (652 once invoked), scanned A, original, MIT.

A process for planning expected income and spending, updating future estimates, combining figures from departments, and explaining differences between actual results and the plan. A budget is a fixed commitment, while a forecast is an updated estimate.

In plain words
What is it for?
Use it to build annual budgets, run rolling forecasts, combine departmental submissions, and explain why actual results differed from plan.
Why use it?
It prevents teams from using inconsistent assumptions or hiding gaps when combining their numbers.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the finance plugin — 13 skills shipped together

Good fit Use it to build annual budgets, run rolling forecasts, combine departmental submissions, and explain why actual results differed from plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cbrock84/headcount/budgeting-and-forecasting
About the project

headcount is an organization of independently installable Claude Code plugins, each grouping skills for a department such as finance, security, or demand generation. Claude Code users install the departments they need and invoke their skills for specialized work; the catalogue entries are skills and related agent tooling from that organization.

cbrock84/headcount · 1,320 stars · on GitHub · cbrock84.github.io

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 cbrock84/headcount --skill budgeting-and-forecasting
Clone the repo
git clone --depth 1 https://github.com/cbrock84/headcount

Made for: Claude Code.

Or install finance, the plugin that ships this one along with the rest of its 13 skills.

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 budgeting-and-forecasting

README.md
[![agentmods](https://agentmods.dev/badge/skills/cbrock84/headcount/budgeting-and-forecasting/github.svg)](https://agentmods.dev/skills/cbrock84/headcount/budgeting-and-forecasting)
Your own site
<a href="https://agentmods.dev/skills/cbrock84/headcount/budgeting-and-forecasting"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/budgeting-and-forecasting/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 budgeting-and-forecasting

Your own site · 80×15
<a href="https://agentmods.dev/skills/cbrock84/headcount/budgeting-and-forecasting"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/budgeting-and-forecasting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 652 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00066 $0.00652
Opus 5 $0.00033 $0.00326
Sonnet 5 $0.00013 $0.00130
Haiku 4.5 $0.00007 $0.00065

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

Security

Grade A, and why

budgeting-and-forecasting 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 5d 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.

plugins/finance/skills/budgeting-and-forecasting/SKILL.md · 63 lines

How it starts

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

Budgeting and forecasting

The budget is a commitment, the forecast is a belief

Keep them separate. A budget re-cut every month is not a commitment; a forecast held to the original budget is not a belief. Both failures make the numbers useless for different reasons.

Running the cycle

  1. Set the frame first — targets, headcount envelope, and the assumptions everyone builds on (pricing, attrition, timing). Distributed teams building on different assumptions produces a consolidation that cannot be reconciled.
  2. Collect in a fixed template. Free-form submissions cost more to normalize than to build.
  3. Challenge the inputs, specifically: what is the volume driver, what is this per unit, what happens if it comes in at half. Budget submissions are negotiating positions and should be treated as such without hostility.
  4. Consolidate and find the gap between bottom-up and top-down. There always is one. Close it explicitly by cutting something named, not by proportional trimming — proportional cuts damage the highest-return line as much as the lowest.
  5. Publish what was not funded and why. This prevents the same request arriving three times.

Rolling forecast

Re-forecast on a fixed cadence over a constant horizon. Update only what has changed and say what changed and why. A re-forecast with no narrative is a new set of numbers with no information in it.

Variance analysis

Variance is only useful decomposed. For each material variance, separate:

  • Volume — did we do more or less of it?
  • Rate — did each unit cost or earn a different amount?
  • Timing — did it move between periods, or is it gone?
  • Mix — did the composition shift?

Timing variances need no action and are constantly mistaken for performance. Rate variances on recurring costs compound and are constantly under-reacted to.

Explain the top few by value, not every line. A variance report covering everything gets read as nothing.

Tooling

Read the full file on GitHub · 63 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. 5d ago Changed · +10 lines 470640ebb609
  2. 9d ago First seen · 53 lines · 66 tokens per session scan A 701e86156871

Subscribe to this mod's changes

budgeting-and-forecasting is a skill published in the GitHub repository cbrock84/headcount (1,320 stars, last pushed 6d ago), licensed MIT. It adds 66 tokens to every session and 652 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-30.

Related

Other skills, from other repositories

stockbit-auth

Log in to Stockbit and capture the session for this server — opens the browser login flow and verifies the token was stored. Use when the user asks to log in or re-authenticate to Stockbit, or after a status check reports the session expired, HTTP 401, or logged out.

INo-xious/stockbit-mcp · 63 tokens

morning-scan

The pre-open and first-hour routine for IDX — session state, movers, a scan over a universe, and a catalyst check on the leaders. Use when the user asks what is moving today, for a morning briefing, or what to watch.

INo-xious/stockbit-mcp · 54 tokens

save

Save durable decisions, findings, plans, and implementation knowledge from the visible Codex conversation into a new or existing NeatContext context. Use only when the user explicitly invokes this skill or asks to preserve the current conversation as reusable context.

XTSoftwareLabs/neatcontext-plugins · 49 tokens

list

List the local NeatContext Contexts available to Codex. Use when the user asks what contexts exist, what can be connected, or explicitly invokes this skill.

XTSoftwareLabs/neatcontext-plugins · 35 tokens

build-oxpecker-web-app

Build or modify an Oxpecker web application in idiomatic F#, using endpoint routing, functional EndpointHandler and EndpointMiddleware composition, ASP.NET Core metadata, and focused endpoint tests.

gaelic-ghost/socket · 44 tokens

xcode-coding-intelligence-workflow

Guide Xcode coding-intelligence setup, ACP-hosted agents, external-agent access through xcrun mcpbridge, permissions, Xcode-only agent configuration, and stable or beta agentic workflows.

gaelic-ghost/socket · 49 tokens