blueprint

Maps and redesigns service blueprints, ecosystem dependencies, and process architecture behind product experiences.

Updated Jul 21, 2026
One-click install
npx skills add https://github.com/rakedzior/rootine --skill blueprint-rakedzior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/rakedzior/rootine/tree/main/agent/skills/blueprint
Command: npx skills add https://github.com/rakedzior/rootine --skill blueprint-rakedzior

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Product problems that look like UX issues are often structural systems problems: brittle handoffs between teams, undocumented dependencies, and failure modes nobody mapped. This Skill makes the invisible machinery behind a product experience visible so teams can diagnose root causes and redesign how services actually work. ## Core Features & Use Cases - Service Blueprinting: Maps frontstage touchpoints, backstage processes, and support infrastructure with lines of interaction and visibility, exportable as self-contained HTML, Figma, or pencil.dev diagrams. - Dependency & Ecosystem Mapping: Documents actors, data flows, ownership boundaries, and structural risks such as single points of failure. - Failure Mode & State Analysis: Models system states, cascade effects, recovery paths, and graceful degradation tiers, and flags architectures that enable dark patterns. - Use Case: Ask why a checkout flow keeps failing and receive an end-to-end blueprint showing which backend services, team handoffs, and third-party dependencies break under load, plus a migration path. ## Quick Start Ask the assistant to map out the systems and dependencies behind your checkout service as a service blueprint with an HTML diagram.

Frequently Asked Questions about blueprint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a service blueprint for a product feature?

Invoke the blueprint skill and describe the service or feature. It maps frontstage user actions, backstage team processes, and support infrastructure across lines of interaction and visibility, then asks whether you want an HTML, Figma, or pencil.dev diagram.

What is the difference between a service blueprint and a user journey map?

A service blueprint maps the organizational machinery behind an experience: backstage processes, dependencies, and support systems. A user journey map covers what the user sees and does. This skill handles blueprints and hands screen-level flows to the journey skill.

Can the blueprint output be exported to Figma?

Yes. When you choose Figma, the skill loads the figma-use skill and calls the Figma MCP tool, translating lanes, nodes, and dashed divider lines into Figma frames with matching typography and opacity tiers.

How do I find dependencies and failure modes in a system?

The skill builds dependency maps showing actors, data flows, and ownership boundaries, then models system states, failure modes, cascade effects, and recovery paths. It grounds maps in evidence like support tickets and flags assumptions explicitly.

When should I not use service blueprinting?

Avoid it for screen-by-screen UI design, visual design systems, or implementation specs, which belong to the journey and specify skills. Blueprinting fits structural questions about how services, teams, and data flows connect.