Agent Plugins Marketplace
All plugins

sb

v1.44.27

Service blueprinting (sb): four skills — sb:map ingests/co-creates/translates/imports blueprints with hash-bound sign-off, sb:slice cuts stakeholder views, sb:audit runs a check roster into triageable findings, sb:whatif traces hypothetical changes before promotion. Five agents + three hooks around a validated JSON intermediate representation, presented with the bundled React blueprint template.

Claude Code4 Skills

By BilLogic (Bill & Meryem)License: MIT0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sb for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sb@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/BilLogic/agentic-service-blueprinting

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

sb/
├── .claude-plugin/plugin.json
├── skills/audit/SKILL.md
├── skills/map/SKILL.md
├── skills/slice/SKILL.md
└── skills/whatif/SKILL.md

Included Skills4

auditskills/audit/SKILL.md

Runs consistency checks over an imported service blueprint and records what they find as triageable findings — gaps a scenario never covers, jargon customers would not say, channel conflicts, KPI drift, ownership mismatches, value dead-ends, invisible fees. Use when the user asks to "audit the blueprint", "check Map your service for gaps/inconsistencies", "what's wrong with this scenario", "re-run the checks", "sanity check my blueprint", "health check", "is my blueprint consistent", or wants a finding dismissed or resolved ("that jargon one is fine, dismiss it"). Requires an imported blueprint — for building or importing one, use the sb:map skill; for hypothetical changes, use sb:whatif.

mapskills/map/SKILL.md

Creates, imports, translates, presents, and evolves service blueprints end-to-end. Use whenever the user mentions a service blueprint, journey map, customer journey, user journey documentation, service design, frontstage/backstage, swimlane service diagram, Shostack blueprint, or asks to "map how our service works", "map how customers actually experience X", document a service process, compare a designed process against reality, import a FigJam/Figma/Miro/spreadsheet blueprint into an app or database (e.g. "get our FigJam service map into Supabase"), turn service docs or discovery research into a blueprint, or update/redeploy an existing blueprint workspace. Also use when a directory contains blueprint-workspace.json or a blueprint/ IR directory. For checking an already-imported blueprint for inconsistencies use sb:audit; for tracing a hypothetical change before committing to it use sb:whatif.

sliceskills/slice/SKILL.md

Cuts a stakeholder-ready view out of an existing service blueprint — one actor's journey, one moment across every lane, one lane end to end, or one cell read closely — and writes it back as a slice the app can present. Use when the user asks to "pull out the customer's journey", "show what everyone is doing at check-in", "make a storyboard from the blueprint", "what does the support team own", "turn this blueprint into something I can show the client/exec/team", or mentions a slice, journey summary, lane spec, cell brief, or storyboard of a blueprint that already exists. Requires an imported, signed-off blueprint — for creating or importing the blueprint itself, use the sb:map skill instead.

whatifskills/whatif/SKILL.md

Traces the consequences of a hypothetical change to an existing service blueprint before anyone commits to it — replays a scenario as if the change were made, restages a moment across the visibility line (frontstage/backstage), or prioritizes which cells matter most right now. Use when the user asks "what if we removed/automated/moved X", "what breaks if…", "what's the impact of…", "should this be customer-visible", "which cells should we focus on", or wants an accepted analysis promoted into an actual blueprint change. Requires an imported blueprint — for building one use sb:map; for finding present-tense inconsistencies use sb:audit.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "sb",
  "version": "1.44.27",
  "description": "Service blueprinting (sb): four skills — sb:map ingests/co-creates/translates/imports blueprints with hash-bound sign-off, sb:slice cuts stakeholder views, sb:audit runs a check roster into triageable findings, sb:whatif traces hypothetical changes before promotion. Five agents + three hooks around a validated JSON intermediate representation, presented with the bundled React blueprint template.",
  "author": {
    "name": "BilLogic (Bill & Meryem)",
    "url": "https://github.com/BilLogic"
  },
  "homepage": "https://github.com/BilLogic/agentic-service-blueprinting",
  "repository": "https://github.com/BilLogic/agentic-service-blueprinting",
  "license": "MIT",
  "keywords": [
    "service-blueprint",
    "service-design",
    "journey-map",
    "customer-journey",
    "frontstage-backstage",
    "blueprint-import",
    "crosswalk",
    "figjam",
    "supabase",
    "swimlanes"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sb on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sb)