sap-deliver

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

A command that runs a delivery process for a selected SAP Activate project phase. SAP Activate is a method for organizing SAP implementation work from discovery through ongoing operations.

In plain words
What is it for?
Use `/sap-deliver` for discover, prepare, explore, realize, deploy, run, or status work, with optional industry, country, and SAP-module context.
Why use it?
It groups the expected work and documents for each phase, helping teams coordinate project delivery and review quality across the implementation.

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 /sap-deliver for discover, prepare, explore, realize, deploy, run, or status work, with optional industry, country, and SAP-module context.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/vigneshbarani24/sap-superpowers/sap-deliver"><img src="https://agentmods.dev/badge/commands/vigneshbarani24/sap-superpowers/sap-deliver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 536 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.00028 $0.00536
Opus 5 $0.00014 $0.00268
Sonnet 5 $0.00006 $0.00107
Haiku 4.5 $0.00003 $0.00054

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

Security

Grade A, and why

sap-deliver 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 10d 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-deliver.md · 68 lines

What it actually says

/sap-deliver

Runs the SAP Delivery Factory for a specified SAP Activate phase.

Usage

/sap-deliver <phase> [--industry <name>] [--country <name>] [--modules <list>]

Phases

Phase Deliverables Description
discover 5 Project charter, stakeholder map, requirements, risks, scope
prepare 5 Estimation, architecture, change management, business case, plan
explore 6 Fit/gap, process designs, functional specs, migration, testing, integration
realize 6 Technical specs, code, unit tests, code review, SIT, training
deploy 5 Data migration, cutover, go-live readiness, UAT, transport release
run 5 Hypercare, status reports, value realization, lessons learned, knowledge transfer
status Show current project delivery status across all phases

Examples

/sap-deliver discover
/sap-deliver prepare --industry retail --country germany --modules SD,MM,FI
/sap-deliver status
/sap-deliver explore

What It Does

  1. Loads project context (industry, country, SAP version, in-scope modules)
  2. Invokes the delivery-factory skill for the specified phase
  3. Chains the required skills in dependency order
  4. Dispatches agents in parallel where possible
  5. Produces all phase deliverables with quality scores
  6. Reports phase status

Output

Creates a deliverables/ directory in the project with phase-organized artifacts:

deliverables/
├── discover/
│   ├── project-charter.md
│   ├── stakeholder-raci.md
│   ├── requirements.md
│   ├── risk-register.md
│   └── scope-definition.md
├── prepare/
│   ├── effort-estimate.md
│   ├── solution-architecture.md
│   ├── change-management-plan.md
│   ├── business-case.md
│   └── project-plan.md
└── factory-status.md

Skill Chain

This command invokes: delivery-factory → which orchestrates all phase-specific skills.

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. 10d ago First seen · 68 lines · 28 tokens per session scan A 6503a330e2f4

Subscribe to this mod's changes

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