/cs-commercial-forecast
Forward bookings / billings / ARR forecast with funnel + cohort math + conversion-assumption disclosure. NOT financial close (finance). Direct invocation of the commercial-forecaster skill.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cs-commercial-forecast
Context preview
What this command does when you run it.
Forward bookings / billings / ARR forecast with funnel + cohort math + conversion-assumption disclosure. NOT financial close (finance). Direct invocation of the commercial-forecaster skill.
Command definition
cs-commercial-forecast.mddescription: Forward bookings / billings / ARR forecast with funnel + cohort math + conversion-assumption disclosure. NOT financial close (finance). Direct invocation of the commercial-forecaster skill.
argument-hint: "<pipeline export path or cohort + funnel data>"
/cs:commercial-forecast — Forward bookings + cohort ARR + funnel confidence
Run the `commercial-forecaster` skill on this input:
**$ARGUMENTS**
Three-tool workflow
1. **`bookings_forecaster.py`** — Stage-conversion based bookings forecast using last-4-quarters weighted (most recent heavier). Outputs commit / best-case / pipe-only. Industry tuning `--profile {saas,api,enterprise-software,marketplace,services}`.
2. **`cohort_arr_projector.py`** — NRR + GRR projection by acquisition cohort. Surfaces leaky cohorts before they show up in the consolidated NRR number.
3. **`funnel_confidence_scorer.py`** — Confidence band per stage: how stable is the conversion rate q-over-q? High variance = low confidence forecast.
Hard rule
**Conversion assumption ALWAYS surfaced explicitly.** Forecasts without disclosed assumptions are theatre. The output names the conversion rate used and the data window it's based on.
Distinct from
- `finance/financial-analysis` — **close + report** (backward-looking). Commercial-forecaster is **forward** commercial pipeline.
- `c-level-advisor/cfo-advisor` — strategic financial planning. Commercial-forecaster is tactical, per-quarter.
- `c-level-advisor/cro-advisor` — strategic CRO. Commercial-forecaster feeds CRO judgment.
- Sibling `pricing-strategist` — sets prices; commercial-forecaster projects revenue at those prices.
Read more
description: Forward bookings / billings / ARR forecast with funnel + cohort math + conversion-assumption disclosure. NOT financial close (finance). Direct invocation of the commercial-forecaster skill. argument-hint: "<pipeline export path or cohort + funnel data>"
/cs:commercial-forecast — Forward bookings + cohort ARR + funnel confidence
Run the `commercial-forecaster` skill on this input:
**$ARGUMENTS**
Three-tool workflow
1. **`bookings_forecaster.py`** — Stage-conversion based bookings forecast using last-4-quarters weighted (most recent heavier). Outputs commit / best-case / pipe-only. Industry tuning `--profile {saas,api,enterprise-software,marketplace,services}`.
2. **`cohort_arr_projector.py`** — NRR + GRR projection by acquisition cohort. Surfaces leaky cohorts before they show up in the consolidated NRR number.
3. **`funnel_confidence_scorer.py`** — Confidence band per stage: how stable is the conversion rate q-over-q? High variance = low confidence forecast.
Hard rule
**Conversion assumption ALWAYS surfaced explicitly.** Forecasts without disclosed assumptions are theatre. The output names the conversion rate used and the data window it's based on.
Distinct from
- `finance/financial-analysis` — **close + report** (backward-looking). Commercial-forecaster is **forward** commercial pipeline.
- `c-level-advisor/cfo-advisor` — strategic financial planning. Commercial-forecaster is tactical, per-quarter.
- `c-level-advisor/cro-advisor` — strategic CRO. Commercial-forecaster feeds CRO judgment.
- Sibling `pricing-strategist` — sets prices; commercial-forecaster projects revenue at those prices.
362 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Other commands on claude-skills.
- /focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Open command - /clean
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Open command - /cm
Stage working tree changes and create a Conventional Commit (no push).
Open command - /cp
Stage, commit, and push the current branch following git governance rules.
Open command - /pr
Create a pull request from the current branch.
Open command - /plugin-audit
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform compatibility, and ecosystem integration. Runs all built-in validation tools, invokes domain-appropriate agents for code review,
Open command

