blueprint

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

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/danieliudi/trackforge-os --skill blueprint-danieliudi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/danieliudi/trackforge-os/tree/main/.cursor/skills/blueprint
Command: npx skills add https://github.com/danieliudi/trackforge-os --skill blueprint-danieliudi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Product problems that look like UX issues are often structural: brittle handoffs between teams, undocumented dependencies, and failure modes nobody modeled. This Skill makes the invisible machinery behind a product experience visible so teams can diagnose root causes and redesign the system, not just the symptom. ## 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 single points of failure across teams and systems. - Failure Mode & State Analysis: Models system states, cascade effects, recovery paths, and graceful degradation tiers, and flags architectures that structurally enable dark patterns. - Use Case: Ask "What breaks when our payment provider goes down?" and receive a dependency map with blast-radius analysis, recovery paths, and a visual service blueprint. ## Quick Start Ask the assistant to map out the service blueprint and dependencies behind your checkout flow, including what breaks when a key service fails.

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?

Invoke the blueprint skill with a description of the service, and it maps frontstage user actions, backstage team processes, and support infrastructure with lines of interaction and visibility. You can request the output as markdown, a self-contained HTML diagram, Figma, or pencil.dev.

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

A journey map covers what the user sees and does, while a service blueprint adds the backstage processes, support systems, and dependencies that produce that experience. Blueprint handles the system side and hands off screen-level flows to the journey skill.

Can blueprint export diagrams to Figma?

Yes. When you choose Figma output, the skill loads the figma-use skill and creates lanes, nodes, and dashed divider lines via the Figma MCP integration. HTML is the default format and requires no external tools.

How do I analyze what breaks when a service dependency fails?

Ask for a failure mode analysis and the skill models system states, cascade effects, blast radius, and recovery paths for each dependency. It also designs graceful degradation tiers so partial value survives component failures.

When should I not use the blueprint skill?

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