sap-estimate

sap-estimate is a command for Claude Code from vigneshbarani24/sap-superpowers. It costs 34 tokens per session (614 once invoked), scanned A, original, MIT.

A structured way to estimate SAP project work by breaking it into a work breakdown structure, or WBS, and giving each task optimistic, most likely, and pessimistic effort estimates. SAP is business software used for areas such as finance, purchasing, manufacturing, sales, and integrations.

In plain words
What is it for?
Use it to estimate SAP implementations, modules, custom ABAP reports, integrations, or other defined project work with a range of possible effort and cost.
Why use it?
It avoids presenting a single number that hides uncertainty or missing scope. Breaking the work down makes the assumptions, risks, and likely timeline easier to review.

Command for Claude Code

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

Part of the sap-superpowers plugin — 61 skills, 8 commands, 15 agents, 5 hooks shipped together

Good fit Use it to estimate SAP implementations, modules, custom ABAP reports, integrations, or other defined project work with a range of possible effort and cost.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/vigneshbarani24/sap-superpowers/sap-estimate
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/vigneshbarani24/sap-superpowers

Made for: Claude Code.

Or install sap-superpowers, the plugin that ships this one along with the rest of its 61 skills, 8 commands, 15 agents, 5 hooks.

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 sap-estimate

README.md
[![agentmods](https://agentmods.dev/badge/commands/vigneshbarani24/sap-superpowers/sap-estimate/github.svg)](https://agentmods.dev/commands/vigneshbarani24/sap-superpowers/sap-estimate)
Your own site
<a href="https://agentmods.dev/commands/vigneshbarani24/sap-superpowers/sap-estimate"><img src="https://agentmods.dev/badge/commands/vigneshbarani24/sap-superpowers/sap-estimate/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 sap-estimate

Your own site · 80×15
<a href="https://agentmods.dev/commands/vigneshbarani24/sap-superpowers/sap-estimate"><img src="https://agentmods.dev/badge/commands/vigneshbarani24/sap-superpowers/sap-estimate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 614 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.00034 $0.00614
Opus 5 $0.00017 $0.00307
Sonnet 5 $0.00007 $0.00123
Haiku 4.5 $0.00003 $0.00061

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

Security

Grade A, and why

sap-estimate 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 9d 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.

commands/sap-estimate.md · 60 lines

How it starts

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

/sap-estimate

Invokes the sap-estimator agent with estimation skill enforcement to produce rigorous, decomposed effort estimates. Single-number estimates are blocked by design — every output uses three-point estimation (optimistic / most likely / pessimistic) with a full Work Breakdown Structure.

Usage

/sap-estimate [scope description]

Arguments:

  • [scope description] — Describe the work to be estimated. Can be a project, a phase, a module, a feature, or a list of requirements. More detail yields more accurate WBS decomposition.

Examples:

  • /sap-estimate Full S/4HANA greenfield for a mid-size manufacturing company — FI, CO, MM, PP, SD
  • /sap-estimate Custom ABAP report — vendor payment due date aging with multi-currency support
  • /sap-estimate SAP Integration Suite: 12 iFlows connecting S/4 to Salesforce CRM

What Happens

  1. The sap-estimator agent is dispatched with the estimation skill active.
  2. The skill enforces scope decomposition before any numbers are given — the agent must produce a WBS first.
  3. Each WBS line item receives a three-point estimate: optimistic (O), most likely (M), pessimistic (P).
  4. PERT formula is applied: E = (O + 4M + P) / 6 per line item.
  5. Risk adjustments, contingency factors, and dependency impacts are layered on.
  6. Assumptions and exclusions are captured explicitly — nothing is left implicit.
  7. The skill hard-gates prevent delivery until all line items have supporting rationale.

Output

An Effort Estimate Document containing:

Section Content
Scope Summary What is and is not included
WBS Full work breakdown to task level
Three-Point Estimates O / M / P / PERT per line item
Total Summary Hours by phase, by role, by module
Risk Register Estimate risks with probability and impact
Assumptions Explicit assumptions underpinning the numbers
Exclusions What is explicitly out of scope

Example

/sap-estimate FI-AP implementation for a retail client — 3 company codes, SEPA payments, automatic payment run

> Activating sap-estimator agent with estimation skill...
> Stage 1: Scope decomposition — 8 WBS items identified
> Stage 2: Three-point estimates applied to each item
> Stage 3: Risk adjustments — SEPA config complexity flagged (+15%)
> Stage 4: Assumptions captured — 4 explicit, 2 exclusions noted
> Generating effort estimate document...

Read the full file on GitHub · 60 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. 9d ago First seen · 60 lines · 34 tokens per session scan A a4161af86f65

Subscribe to this mod's changes

sap-estimate is a command published in the GitHub repository vigneshbarani24/sap-superpowers (9 stars, last pushed 16d ago), licensed MIT. It adds 34 tokens to every session and 614 once invoked, about $0.0002 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.