From sc4sap
Spawns multiple coordinated SAP agents (developer, reviewer, transport-manager, etc.) to work in parallel on independent ABAP tasks, merging results at completion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc4sap:teamsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follows OMC `team` pattern adapted for SAP. Coordinates multiple specialized SAP agents working in parallel on a shared task list using Claude Code native team mode.
Follows OMC team pattern adapted for SAP. Coordinates multiple specialized SAP agents working in parallel on a shared task list using Claude Code native team mode.
<Response_Prefix>
Every response triggered by this skill MUST begin with [Model: <main-model> · Dispatched: <sub-summary>] per ../../common/model-routing-rule.md § Response Prefix Convention.
</Response_Prefix>
<Phase_Banner>
Multi-phase skill. Before each Agent(...) dispatch (including every parallel spawn), emit ▶ phase=<id> (<label>) · agent=<name> · model=<Opus 4.7|Sonnet 4.6|Haiku 4.5> per ../../common/model-routing-rule.md § Phase Banner Convention.
</Phase_Banner>
<Use_When>
<Do_Not_Use_When>
/sc4sap:create-program (for a full program with ordered includes) or /sc4sap:create-object repeatedly/sc4sap:deep-interview to crystallize the spec before dispatching agents
</Do_Not_Use_When><SAP_Agent_Roles> Available roles to assign to team members:
sap-developer: Writes and activates ABAP code via MCP (CreateClass, UpdateClass, RunUnitTest, etc.)sap-code-reviewer: Reviews ABAP code quality, naming conventions, and SAP best practicessap-transport-manager: Handles CTS transport creation, assignment, and release via ListTransports, GetTransport, CreateTransportsap-architect: Designs ABAP object structure, package hierarchy, and dependency graphsap-tester: Writes and runs ABAP unit tests via CreateUnitTest, RunUnitTest, GetUnitTestResult
</SAP_Agent_Roles><Execution_Policy>
run_in_background: true for long-running unit test suites
</Execution_Policy>Task: {{ARGUMENTS}}
npx claudepluginhub babamba2/superclaude-for-sap --plugin sc4sapSpawns implementer agent teams in split panes to execute independent tasks from an implementation plan in parallel, with staggered spec compliance and code quality review gates.
Guides coordination of parallel agent teams (Implementer, Reviewer, Architect) for complex plans, cross-cutting concerns, and communicating work streams.
Orchestrates multi-agent teams to decompose complex tasks, select optimal sub-agents like Explore or Plan, and execute parallel work across domains such as frontend and backend.