solution-architecture

solution-architecture is a skill for Claude Code from vigneshbarani24/sap-superpowers. It costs 39 tokens per session (3,637 once invoked), scanned A, original, MIT.

A set of instructions for designing the technical structure of an SAP implementation. SAP is business software, and the design covers systems, integrations, extensions, and performance.

In plain words
What is it for?
Designing SAP system landscapes, integration architecture, SAP Business Technology Platform versus on-premises choices, and extension strategies.
Why use it?
It makes important connections, customization limits, and capacity needs explicit before the solution is finalized.

Skill 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 Designing SAP system landscapes, integration architecture, SAP Business Technology Platform versus on-premises choices, and extension strategies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vigneshbarani24/sap-superpowers/solution-architecture
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.

Any agent
npx skills add vigneshbarani24/sap-superpowers --skill solution-architecture
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 solution-architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/vigneshbarani24/sap-superpowers/solution-architecture.svg)](https://agentmods.dev/skills/vigneshbarani24/sap-superpowers/solution-architecture)
Your own site
<a href="https://agentmods.dev/skills/vigneshbarani24/sap-superpowers/solution-architecture"><img src="https://agentmods.dev/badge/skills/vigneshbarani24/sap-superpowers/solution-architecture.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,637 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00039 $0.03637
Opus 5 $0.00019 $0.01818
Sonnet 5 $0.00008 $0.00727
Haiku 4.5 $0.00004 $0.00364

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

Security

Grade A, and why

solution-architecture 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 8d 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.

skills/consulting/solution-architecture/SKILL.md · 294 lines

How it starts

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

SAP Solution Architecture

This skill enforces rigorous, evidence-based SAP solution architecture so that no design is produced without documenting integration points, passing a clean core compliance check, and addressing performance at design time — the three shortcuts that cause production failures.

Iron Laws

  1. NEVER DESIGN WITHOUT DOCUMENTING INTEGRATION POINTS. Every component in an SAP landscape touches something else. A design that does not name every interface, protocol, and data flow is incomplete. Incomplete architectures become production incidents.
  2. NEVER SKIP CLEAN CORE COMPLIANCE CHECK. Every custom extension must be classified against SAP's clean core tiers before design is finalized. Extensions that violate clean core boundaries block cloud migration and increase upgrade cost exponentially.
  3. ALWAYS CONSIDER PERFORMANCE AT DESIGN TIME. Performance requirements — transaction volumes, peak loads, response time SLAs — must be factored into every architectural decision. "We'll optimize later" has ended more SAP go-lives than any other phrase.
  4. NO BTP DECISION WITHOUT A COMPARISON. Recommending BTP vs. on-premise extension requires a documented assessment of deployment model, licensing, latency, data residency, and long-term maintainability. Gut feel is not architecture.
  5. NO ARCHITECTURE WITHOUT SECURITY LAYERS. Every design must address: authentication, authorization (role concept), data encryption in transit and at rest, and network segmentation. Security retrofitted post-go-live costs 5x more.

Rationalization Table

Agent Will Try To... Why It Seems Reasonable Why It Fails Counter
Skip interface documentation "The integrations are well-known" Undocumented interfaces get missed during testing, cutover, and upgrades. Every interface needs a data flow diagram. Iron Law 1: Every integration point named with protocol, direction, volume, and error handling before design is approved.
Defer clean core assessment "We'll refactor later if needed" Technical debt from clean core violations compounds with every SAP update. Retrofit during upgrade costs 3-5x initial build. Iron Law 2: Clean core tier assigned to every extension at design time. Tier 3 requires written justification and architect sign-off.
Design without volume data "Architecture works regardless of scale" A design valid for 100 users fails for 10,000. SAP HANA in-memory architecture, buffering, and partitioning decisions are volume-dependent. Iron Law 3: Transaction volumes and peak concurrency must be documented before architecture is finalized.
Recommend BTP reflexively "BTP is the modern way" BTP adds latency, licensing cost, and operational complexity. For simple extensions, key user extensibility or in-app customization is faster, cheaper, and safer. Iron Law 4: Document BTP vs. on-premise trade-off table before recommending BTP.
Reuse architecture from previous projects "This is the same landscape as [client X]" Every SAP landscape has unique data volumes, org structures, integration ecosystems, and legacy constraints. Reused templates miss client-specific risks. Verification: Architecture must reference this client's specific systems, modules, and entity counts.
Skip disaster recovery design "DR is an infrastructure decision" SAP application-layer DR (system replication, backup frequency, RTO/RPO for SAP-specific objects) is an architecture concern, not just infrastructure. Checklist Step 6: RTO, RPO, and backup strategy are architecture deliverables.
Combine data architecture with process design "Data flows from the process" Data architecture (master data governance, data residency, archiving strategy, GDPR) is a separate discipline. Conflating it with process design produces gaps in both. Checklist Step 5: Data architecture section is mandatory and separate from process flows.

Read the full file on GitHub · 294 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. 8d ago First seen · 294 lines · 39 tokens per session scan A f63b04d79017

Subscribe to this mod's changes

solution-architecture is a skill published in the GitHub repository vigneshbarani24/sap-superpowers (9 stars, last pushed 16d ago), licensed MIT. It adds 39 tokens to every session and 3,637 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.