Free · Open source · Works with any Claude tier

Claude, fluent in SAP.

The open-source plugin that drops 20 years of SAP consulting into Claude. Designed to pair with SAP Joule — doing the work that happens on your laptop, not in the tenant.

55 behavior-shaping skills. 25 specialized agents. Iron Laws that refuse shortcuts. Hard Gates that demand evidence. Data-protection hooks that refuse to leak client secrets. Works across S/4HANA, ABAP Cloud, BTP, RISE, and every module. No telemetry. No servers. No license keys. Just star it and install.

$
/plugin marketplace add vigneshbarani24/sap-superpowers
Zero telemetryMIT licensedClean-core safePairs with Joule

The map, weighted

55 skills, split the way a real SAP project splits.

Module reference carries the heaviest share — that's where most AI tools fail first. Consulting and delivery come next. Every slice has enforced Iron Laws and Hard Gates.

Module reference36%

20 skills · FI, CO, MM, SD, PP, PM, QM, HCM, WM, TM, Ariba, BTP, ABAP Cloud + 7 more

Consulting16%

9 skills · kickoff, estimation, fit-gap, architecture, value, change mgmt, process

Development15%

8 skills · workflow, code review, troubleshooting, autopilot, self-correcting loop

Meta / routing13%

7 skills · using-sap-superpowers, verification, team execution, sap-doctor

Delivery11%

6 skills · testing, migration, cutover, go-live, hypercare, transport release

Strategic9%

5 skills · S/4 migration, SAP Activate, RISE, clean core, Joule strategy

Why this exists

Every SAP consultant has the same five problems.

No AI tool has solved them. Not Joule. Not Copilot. Not the fine-tune-your-own-LLM startups. This is the one that does.

Without Superpowers

The status quo
  • Generic AI that hallucinates SAP

    ChatGPT guesses at tcodes. Copilot invents BAPIs. Joule is locked to your tenant.

  • Hours burned on dump diagnosis

    ST22 → Google → SAP Note → try fix → wrong layer → repeat. Every. Single. Time.

  • Estimates that miss by 40%+

    Single-number guesses. No WBS. No complexity multipliers. No risk buffer. Blown budgets.

  • Go-live checklists skipped under pressure

    Steering committee wants a date. Gates get waived. Hypercare becomes hell.

  • Every consultant reinvents the wheel

    Your senior retires. Her playbooks go with her. The juniors start from zero — again.

With Superpowers

Free · open source
  • Claude, fluent in SAP

    53 behavior-shaping skills. 25 specialized agents. Iron Laws. Hard Gates. Evidence or nothing.

  • Systematic diagnosis in minutes

    7-step /sap-debug workflow. Layer classification. Evidence captured. Root cause — not symptoms.

  • Three-point estimates with WBS

    6 complexity multipliers. Documented assumptions. Risk buffer. Defensible in steering co.

  • 10-gate go-live readiness

    Hard gates refuse to advance without evidence. No more skipped UAT. No more surprise no-gos.

  • Playbooks that survive retirements

    Open-source, forkable, auditable Markdown. Your team's expertise compounds instead of evaporates.

Drop a star — it's how this stays free

Stars are the only metric we track. We don't collect telemetry — we collect karma.

Three commands you'll run weekly

The most-used skills, annotated.

Everything below is a Markdown file in the repo. Read the source any time.

Systematic Debugging

/sap-debug

A 7-step diagnostic workflow with enforced evidence gathering before any fix attempt. Your senior consultant's playbook, encoded. If the model tries to guess a fix, the Hard Gate kicks in.

  • Layer classification: ABAP · Basis · Functional · Integration
  • ST22 + SM21 + SPRO evidence captured before any change
  • Automated SAP Notes search with error-number + component heuristics
  • Dispatches sap-reviewer for code-level analysis + transport
$ /sap-debug
MESSAGE_TYPE_X dump in VA01
Capturing symptom...
Classified: ABAP Layer
Checking ST22 for short dump...
Gathering evidence...
Searching SAP Notes...
Analyzing root cause...
Root cause: Missing authorization object S_TCODE
ST22 #1234Note 2981234Auth trace
Fix: Add S_TCODE to role Z_VA01_USER
Running /sap-debug — animated preview

Structured Estimation

/sap-estimate

Decompose SAP work into a real WBS. Apply 6 complexity multipliers (new-dev vs. enhancement, clean-core vs. custom, ABAP vs. CDS). Output three-point ranges your PMO can actually defend.

  • WBS across ABAP, config, Basis, data migration, testing, cutover
  • 6 SAP-specific complexity multipliers (not generic COCOMO)
  • Three-point ranges with PERT (optimistic · likely · pessimistic)
  • Dispatches sap-estimator; exports to Excel or JIRA
$ /sap-estimate
ABAP Development
Functional Config
Basis Setup
Data Migration
Requirements:
High
Landscape:
Medium
Data Quality:
Low
Optimistic
30d
Realistic
43d
Pessimistic
57d
Range: 30–57 days
Running /sap-estimate — animated preview

Go-Live Readiness

/sap-go-live-readiness

10 hard-gated checkpoints from functional testing through Go/No-Go. Gates refuse to advance without evidence. The steering committee sees the gate log — not your optimism.

  • Sequential gates — you literally cannot skip ahead
  • Evidence requirements per gate (UAT sign-off, perf numbers, cutover dry-run)
  • Cutover runbooks with explicit rollback triggers and decision owners
  • Final go/no-go decision matrix with conditional-go paths
$ /sap-go-live-readiness
Functional ✓
Integration ✓
UAT ✗
— locked —
2/10 gates passed
NOT READY — Gate 3 blocking
UAT sign-off required before proceeding
Performance, Cutover, Go/No-Go locked
Running /sap-go-live-readiness — animated preview

Cookbook

Three Monday mornings. Three prompts. Three artefacts.

The exact thing to type when the dump lands, when steering wants a number, or when the junior's code review is due in 20 minutes.

  1. /sap-debugWhen it happens

    Monday morning: a runtime dump just hit production

    Type
    /sap-debug — MESSAGE_TYPE_X in VA01, plant 1000, customer 1234567, triggered on save. ST22 dump ID 20260422-0931-USR03.
    Get back
    # Root Cause — VA01 MESSAGE_TYPE_X (2026-04-22)
    
    Layer:            ABAP · Authorization
    Dump ID:          20260422-0931-USR03
    Component:        SD-SLS-SO
    Root cause:       AUTHORITY-CHECK OBJECT 'V_VBAK_VKO' failed.
                      User USR03 missing ACTVT=01 for sales org 1000.
    ~4 hours of Google + SAP Notes spelunkingSee full outcome
  2. /sap-estimateWhen it happens

    10am: the steering committee wants a number by Friday

    Type
    /sap-estimate — 3 new Fiori apps (display / approve / analytics) on PO release workflow. S/4HANA 2023 on-prem. Team: 2 mid-level ABAP devs, 1 senior Fiori, 1 functional. 6-week window.
    Get back
    Estimate · 3 Fiori apps on PO release (S/4HANA 2023)
    
    WBS                            Base    ×Complexity    Effort
    ─────────────────────────────────────────────────────────────
    CDS consumption view × 3       3d      × 1.4 (HANA)   4.2d
    RAP behavior definition × 3    4d      × 1.6 (new)    6.4d
    Fiori UI (3 apps)              9d      × 1.3 (std)   11.7d
    A full afternoon of spreadsheet work + a defensible number in steeringSee full outcome
  3. /sap-reviewWhen it happens

    Tuesday: release window is Thursday, ABAP still needs review

    Type
    /sap-review — paste the ABAP below. Target: S/4HANA 2023, ABAP Cloud Tier 3. Flag BSEG reads, non-CDS extracts, and any clean-core violations.
    Get back
    Code Review · ZME21N_RELEASE_ENHANCEMENT (412 lines)
    
    CRITICAL (2)
      [L127] Direct SELECT on BSEG bypasses S/4HANA data model.
             Replace with CDS view I_JournalEntryItem.
             Performance delta: ~18× faster on 10M row tables.
             See Note 2185026.
    ~2 hours of line-by-line reading; catches the BSEG issue you'd miss at 5pmSee full outcome
Read all 8 scenarios in the cookbook

Featured skills

Six skills most SAP consultants install first.

Quick read — name, command, what it refuses to let slide.

  1. Project Kickoff

    /sap-kickoff
    consulting

    SAP Activate discovery, governance, RACI, risk register, project charter

    • Stakeholder mapping
    • RACI matrices
    • Project charter generation
  2. SAP Estimation

    /sap-estimate
    consulting

    Three-point estimation with WBS, complexity factors, and risk buffers

    • WBS decomposition
    • PERT calculation
    • Risk contingency
  3. Code Review

    /sap-review
    development

    Clean core, performance, security, and ATC compliance review

    • SELECT-in-loop detection
    • Auth check enforcement
    • Released API validation
See all 55 skills in the catalog

The two-AI stack SAP shops are quietly building

Claude for the work. Joule for the tenant.

Superpowers isn't an alternative to Joule — it's built to pair with it. Joule owns the in-tenant copilot surface. Superpowers owns the consultant's laptop. Together, they cover both halves of the job.

Joule surfaces the signal

“37 purchase orders are blocked at release in plant 1000 this week.” Joule sees the in-system reality.

You hand the work to Claude

“/sap-debug — diagnose PO release block, plant 1000, ME28 workflow.” The signal becomes a work item.

Superpowers runs the playbook

Classifies the layer. Pulls SAP Notes. Inspects release strategy config. Proposes a fix. Writes a transport. Documents the change. Evidence at every gate.

Dimension
SAP Joule
Claude + Superpowers
What it means
Where it runs
Inside your SAP tenant
Inside Claude on your laptop
Two surfaces, two strengths. Designed to pair, not compete.
What it sees
Live SAP transactional data, master data, analytics
Your codebase, specs, transports, Notes, ABAP, CDS, docs
Joule knows the system state. Superpowers knows the work in flight.
Best at
Natural-language queries, in-app assistance, process orchestration
Methodology execution — estimation, debugging, migration, delivery
Joule answers questions in-system. Superpowers runs the consulting playbook.
How you extend it
SAP partner ecosystem + Joule Studio
Open-source Markdown skills — your team authors their own
Different extension models for different audiences.
Data boundary
Data stays in the SAP boundary, by design
PreToolUse hooks block sensitive data from ever reaching the model
Both take data residency seriously — on different surfaces.
Footprint
Enterprise SAP licence
Zero-cost open-source plugin on Claude
Complementary economics — Joule is enterprise-scale; this is team-scale.

Enterprise-grade by default

The PreToolUse hook inspects every prompt and tool call. 8 blocklist categories — client names, tenant IDs, credentials, PII. Hard blocks don't get overridden. Soft blocks require explicit per-session approval. Your client data doesn't leak. Full stop.

  • No telemetry sent anywhere
  • No API keys stored
  • Runs 100% local to Claude Code
  • Every rule auditable in one PR
“Joule is how we run SAP from the inside. Superpowers is how we build on SAP from the outside. They meet in the middle, at the work.”

— the two-tool stack SAP teams quietly assemble for themselves.

Star the open-source half of the stack

The cast

25 specialized agents that actually do the work.

Skills guide the process. Agents do focused work — dispatched automatically when a skill calls for focused analysis. No prompt-engineering gymnastics. They read the context, do the thing, and hand you an artifact.

  1. sap-reviewer

    dispatched by Code Review

    Analyzes ABAP/CDS against clean core rules. Classifies ABAP Cloud tier. Refuses to approve direct BSEG reads.

    CRITICAL: Direct SELECT on BSEG → Use CDS view I_JournalEntryItem
  2. sap-estimator

    dispatched by Estimation

    Decomposes work into a WBS. Applies 6 SAP-specific complexity multipliers. Outputs three-point ranges with documented assumptions.

    CDS Views: 3d × 1.5x = 4.5d | RAP Service: 4d × 1.5x = 6d
  3. sap-migration-analyzer

    dispatched by S/4HANA Migration

    Scans custom code for S/4HANA simplification impacts. Flags must-fix vs. nice-to-fix. Suggests ACDOCA-safe rewrites.

    MUST-FIX: BSEG direct access → Use ACDOCA via CDS
  4. sap-test-designer

    dispatched by Testing Strategy

    Generates TC-IDs, preconditions, steps, expected results, and priority from business process descriptions. Ready to paste into qTest or JIRA Xray.

    TC-001: Create PO → GR → IR | Positive | Priority: P1
  5. sap-value-calculator

    dispatched by Value Advisory

    Builds business cases with NPV, IRR, payback. Runs sensitivity on discount rate and benefit ramp. Exports a CFO-ready one-pager.

    NPV: $1.2M | ROI: 60.7% | Payback: 2.8yr
  6. sap-security-auditor

    dispatched by Security & GRC

    Detects SoD conflicts. Flags over-privileged access. Maps to SAP GRC risk IDs. Proposes mitigations.

    HIGH: Create Vendor + Post Invoice on same user
  7. sap-architect

    dispatched by Solution Architecture

    Designs landscapes. Picks integration patterns. Chooses in-core vs. side-by-side on BTP. Keeps you clean-core.

    Pattern: Side-by-side BTP CAP → S/4HANA OData API
  8. sap-data-analyst

    dispatched by Data Migration

    Profiles source data. Designs source-to-target mappings. Validates reconciliation. Flags the records that will blow up your cutover.

    SOURCE: 2.1M records | MAPPED: 98.7% | GAPS: 27,300
  9. sap-doc-generator

    dispatched by Documentation

    Writes functional specs, technical specs, user guides, and training decks. Not slop — structured, SAP-idiomatic, review-ready.

    FS-MM-001: Purchase Order Processing (42 pages)
  10. sap-process-modeler

    dispatched by Process Design

    Maps as-is vs. to-be. Surfaces automation candidates. Tags SAP Best Practice alignment. Produces BPMN-ready output.

    TO-BE: 12 steps → 7 steps | Automation: 3 tasks

Plus 15 module consultant agents

SD · MM · FI · CO · PP · PS · PM · QM · HCM · WM · TM · TR · BW · Ariba · Basis — each one carries a senior consultant's playbook.

Who installs it first

One plugin. Six careers saved.

Same plugin, different superpowers. The skill graph auto-routes to whichever role you're playing that hour.

  1. Functional Consultants

    FI · CO · MM · SD · PP · HCM · WM

    Stop explaining SAP Best Practice in slide decks. Claude reads the SPRO config for you.

    • Debug FI posting errors by the book — BKPF, BSEG, validation rules, substitutions
    • Estimate configuration effort in days, not gut feel
    • Never miss a go-live gate again — 10 hard gates, evidence required
  2. ABAP Developers

    Debugging · code review · ABAP Cloud

    The senior reviewer in your IDE that never gets tired of saying "don't SELECT on BSEG".

    • Diagnose dumps layer by layer — ABAP, Basis, Functional, Integration
    • sap-reviewer flags clean core violations automatically, with the CDS rewrite
    • Three-point estimates that hold up in steering committee
  3. Basis Admins

    Performance · upgrades · infrastructure

    The 3 a.m. call no longer has to wake up the senior Basis.

    • Systematic ST03 / ST04 / SM50 diagnosis — no more guessing
    • Structured EHP / SPS / upgrade effort estimation
    • Go-live infra readiness: sizing, HA, backup, DR — all checked
  4. Project Managers

    Governance · estimation · reporting

    The steering deck that writes itself. Every Friday.

    • Go-live checks the steering committee actually trusts
    • sap-estimator decomposes work with SAP-specific complexity multipliers
    • Status reports generated from the gate log — not from memory
  5. Solution Architects

    Migration · integration · extensibility

    Clean-core decision trees that don't need a 60-minute whiteboard session.

    • S/4HANA migration decision trees — greenfield, brownfield, selective
    • Integration pattern library — CPI, API Mgmt, Event Mesh, on-prem
    • SAP Activate methodology baked into every workflow
  6. Change Management Leads

    OCM · training · adoption

    The part of the project that always gets underfunded — now automated.

    • Full OCM workflow: stakeholder analysis, impact map, comms plan
    • Training plans broken down by role, module, and hypercare phase
    • Adoption tracking with quantified metrics the CFO cares about

30 seconds to installed

Three commands. Zero ceremony.

The whole thing is Markdown + hooks. You could read every line over lunch.

1

Install

One command. No config. No API keys. No servers. If you have Claude Code, you have this in 30 seconds.

/plugin marketplace add vigneshbarani24/sap-superpowers
2

Ask

Mention any SAP topic — module, tcode, error, deliverable. Skills auto-route. The right agent gets dispatched. You don't prompt-engineer.

"I have a MESSAGE_TYPE_X dump in VA01..."
3

Follow the gates

Iron Laws block shortcuts. Hard Gates demand evidence. The model literally cannot say 'done' without proof.

"Gate 2/7: Evidence required — attach ST22 snapshot"

Open-source, shipped in the open

Built on weekends. Shipped anyway.

Every milestone below went live. Stars decide how fast the next one does.

v1.0Shipped
  • 3 process skills — troubleshooting, estimation, go-live readiness
  • Plugin scaffold, hooks, slash commands, CI
v2.0Shipped
  • 26 skills (10 process + 16 reference)
  • 6 specialized agents, 4 slash commands
v3.1Current — you are here
  • 55 behavior-shaping skills with Iron Laws and Hard Gates
  • 25 agents (10 core + 15 module consultants)
  • 8 commands — including /sap-deliver and /sap-accelerate factories
  • Works with Claude Free, Pro, Max, Claude Code, and Cursor
  • MCP bridge for live SAP ADT connectivity
  • 8 data-protection blocklist categories enforced at the hook layer
v3.2Next (weekends)
  • Community patterns repo (sap-superpowers-patterns)
  • Live SAP Note search via MCP
  • More module consultant depth (TRM, GTS, IBP)
v4.0Vision
  • Claude Agent SDK integration for autonomous multi-day delivery
  • Adaptive skill loading based on project context + history
  • Joule-bridge MCP: round-trip Joule queries into Superpowers workflows

Stars are our only growth metric

Make this the Claude plugin every SAP consultant knows about.

No ads. No paid placement. No LinkedIn marketing budget. The only way this reaches the next SAP team is if you share it.

One star = one vote for better SAP tooling.

It takes two seconds. It costs nothing. It's the reason the next 10 skills get built next weekend instead of next year.

Star on GitHub

Share it

Drop the link in your SAP Teams channel, SAP Community post, or LinkedIn feed.

Contribute a skill

Your 20 years of SAP pattern knowledge = one PR. One Markdown file.

Open CONTRIBUTING.md →

Sponsor

Keeps this free forever. No paywall. No pro tier held hostage.

Sponsor on GitHub →
VB

Hi, I'm Vignesh

AI Engineer · Developer at KaarTech · Portsmouth, UK

I build AI-powered tools for SAP consultants, turning complex enterprise workflows into automated, repeatable processes that you can't shortcut.

Most of my work lives at the intersection of SAP and AI: enforced process workflows, specialized agents, and developer tooling that brings modern AI capabilities into the SAP ecosystem.

What I work on

SAP × AI tooling

Claude Code plugins, MCP servers, agentic workflows

Process-driven skills

Enforced step-by-step workflows you can’t skip

SAP modernization

S/4HANA migration, clean core, ABAP Cloud, BTP

AI governance

Quality gates and guardrails for AI-assisted workflows

Tech Stack

SAPABAPS/4HANABTPRAP/CDSFioriPythonTypeScriptShellClaude CodeMCPAWS

93 Repos Across

🤖

AI & Agents

Claude Code plugins, MCP servers, agentic workflows

🏢

SAP

S/4HANA, ABAP Cloud, BTP, Fiori, clean core

🔧

TypeScript

AWS tooling, SAP recovery automation

🐍

Python

AI gatekeepers, data pipelines

🐚

Shell

DevOps, CI/CD, plugin scaffolding

Deep dives

Everything your skeptical principal consultant is about to ask.