p8-business

p8-business is a command for Claude Code from jonase47/ccpr. It costs 0 tokens per session (1,513 once invoked), scanned A, original, MIT.

A business review command that reads operating metrics and compares them with targets in financial and launch plans. It then suggests ways to improve how the business makes money.

In plain words
What is it for?
Use it for regular KPI reviews, comparing actual results with forecasts, and deciding which parts of a business model to change.
Why use it?
It brings performance data and business plans into one review, so gaps and possible improvements are easier to spot. It can focus on a metric such as monthly recurring revenue (MRR), customer loss (churn), or a reporting period.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it for regular KPI reviews, comparing actual results with forecasts, and deciding which parts of a business model to change.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jonase47/ccpr/p8-business
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.

Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr

Made for: Claude Code.

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 p8-business

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonase47/ccpr/p8-business.svg)](https://agentmods.dev/commands/jonase47/ccpr/p8-business)
Your own site
<a href="https://agentmods.dev/commands/jonase47/ccpr/p8-business"><img src="https://agentmods.dev/badge/commands/jonase47/ccpr/p8-business.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,513 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.00000 $0.01513
Opus 5 $0.00000 $0.00757
Sonnet 5 $0.00000 $0.00303
Haiku 4.5 $0.00000 $0.00151

Measured today against content hash 1e0bc3f37538, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

p8-business 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.

commands/p8-business.md · 122 lines

How it starts

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

/p8-business – Evaluate KPIs & Optimise Business Model

Evaluates the KPIs from ongoing operations, compares them with the plans from FINANCIAL_PLAN.md, and derives optimisation measures for the business model. Called regularly (recommended: monthly) or on an ad-hoc basis.

Argument: $ARGUMENTS = [KPI/metric or period, e.g. "MRR", "Churn", "last month", "Q1"]

If provided: Focus the evaluation on the specified metric or period. If not provided: Read GTM_LAUNCH.md and FINANCIAL_PLAN.md and perform a complete KPI evaluation for the current month. If any context is missing, ask about the evaluation period.

Execution

1. Read Context

Read the following files (if available):

  • GTM_LAUNCH.md (defined KPIs and target values for 30/60/90 days)
  • FINANCIAL_PLAN.md (revenue forecast and break-even as comparison basis)
  • BUSINESS_MODEL.md (business model – which levers can be optimised?)
  • Previous KPI reports (if available, for trend analysis)

2. Delegation to Business Analyst Agent (Lead)

Delegate KPI evaluation to the business-analyst agent:

Evaluate the KPIs for: $ARGUMENTS Target values from GTM_LAUNCH.md: [Apply KPI targets] Financial plan from FINANCIAL_PLAN.md: [Apply revenue forecast, break-even]

A. KPI Evaluation Create a clear KPI table:

KPI Target Actual Deviation Trend
MRR X€ Y€ +/- Z% ↑/↓/→
New users (month) X Y
Conversion rate X% Y%
Churn rate X% Y%
Break-even progress X% Y%

B. Root Cause Analysis for Deviations For every significant negative deviation (> 20% below target):

  • What are the probable causes?
  • Is the deviation structural (the model is wrong) or temporary (seasonal effect, one-off event)?
  • What data would be needed to confirm the cause?

C. Business Model Optimisation Evaluate current optimisation levers:

  • Pricing: Are adjustments upward or downward warranted? Are there indications of price sensitivity?
  • Acquisition channels: Which channel delivers the best results (CAC vs. LTV)?
  • Retention: Where are we losing users? Are there patterns in churn?
  • Upsell/Expansion: Is there growth potential with existing customers?
  • Operating Costs: Are there cost positions that have grown disproportionately?

D. Financial Plan Update

  • Does FINANCIAL_PLAN.md need to be adjusted based on actual numbers?
  • Has the projected break-even shifted?
  • How much capital runway remains?

E. Recommendations

  • Top 3 measures for the next month (concrete, prioritised, with expected impact)
  • Recommendation for the evolution loop: back to P1 (new features), P3 (architecture), or P5 (improvements)?

Read the full file on GitHub · 122 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 1e0bc3f37538
  2. 3d ago First seen · 122 lines · 0 tokens per session scan A d5b474367e63

Subscribe to this mod's changes

p8-business is a command published in the GitHub repository jonase47/ccpr (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,513 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-09-03.