# ai-workflow-wardley-mapping-obsidian-youtube-2025-04-23

## Veille

AI Workflow for generating Wardley Maps, LLM prompts capabilities, Obsidian graph, NetworkX clustering, strategic bootstrap - Video Tutorial

## Titre Article

AI Workflow for Creating Wardley Maps (Video Tutorial)

## Date

2025-04-23

## URL

https://www.youtube.com/watch?v=uU1fSE0piXM

## Keywords

Wardley Mapping automation, LLM prompts, capability decomposition, OpenAI API, Obsidian canvas, NetworkX clustering, value chain y-axis, graph relationships, strategic bootstrap, JSON output, capability relationships, proximity categorization, operational excellence

## Authors

Auteur vidéo (Product Manager ERP/Business Intelligence)

## Ton

**Profile:** Practitioner tutorial | First person, pedagogical | Pedagogical-demonstrative register | Intermediate to expert technical level

The PM/BI practitioner adopts a YouTube tutorial voice combining practical demonstration and conceptual explanation. Accessible technical language (LLM prompts, Obsidian canvas, NetworkX clustering) guides the viewer through the workflow. The video format allows visual demonstration of a complex automation process. Tone of an enthusiastic practitioner sharing a discovered workflow, rather than an authoritative expert. Classic tutorial structure (problem → solution → implementation) that facilitates learning. Typical of YouTube channels of practitioners sharing personal workflows and discoveries, aimed at peers curious about automating their strategic thinking tools.

## Pense-betes

- **Objective**: use AI to bootstrap a Wardley Map and quickly obtain a solid starting point
- **Tool stack**: OpenAI API + Obsidian + Python NetworkX + custom frontend
- **Prompt 1 - Capabilities**: "I'm product manager for [product]. Frame capabilities as 'the ability to [blank]'. Break down using 'is a function of the ability to'. Return JSON."
- **Capability example**: "buy lunch for team" → broken down into planning balanced meals, sourcing quality ingredients, efficiently preparing meals, accommodating preferences/allergies
- **Obsidian integration**: capabilities dropped into Obsidian, relationships automatically linked (parent → sub-capabilities)
- **Wardley Y-axis**: higher = closer to the customer, lower = abstract/invisible to the customer
- **Prompt 2 - Y-axis positioning**: categorize capabilities according to their proximity to different roles (operational excellence leaders → COO → strategic program managers → coaches/designers → operations/IT engineers → platform/data engineers → infrastructure/utility layers)
- **Always request the justification**: "assign a level + provide the justification" enables fine-tuning and "getting into the LLM's reasoning"
- **Prompt 3 - Relationships**: "identify meaningful relationships: functionally similar OR enabling capabilities. Return JSON with pair (two related IDs) + type (similar/enables) + clear explanation"
- **Random sweep**: insert capabilities at random, strict analysis, like "scanning a table and drawing lines between similar elements"
- **Relationship example**: "analyze data insights" ↔ "trend analysis" = similar (both centered on analyzing data to draw insights)
- **NetworkX clustering**: Python social graph analysis library, identifies clusters within each level
- **Final canvas**: capabilities organized by level (Y-axis) + cluster (X-axis approximation), using Obsidian's grouping function
- **Value chain navigation**: example "a leader wants prioritization" → move down the stack → identify the different elements involved
- **The bootstrap is not the end**: "this is only the beginning, now it's time to spend time learning the domain in depth"

## RésuméDe400mots

**Objective and methodological context**

Video tutorial demonstrating a practical workflow using AI (LLM) to bootstrap the creation of a Wardley Map. The author, a product manager in the ERP/Business Intelligence domain, seeks to explore a product space and quickly obtain a solid starting point rather than starting from a blank page. The approach acknowledges that manual Wardley Mapping is lengthy and complex, and proposes partial automation to accelerate the initial phase of strategic exploration.

**Technical architecture: stack and tools**

The workflow relies on **four components**: **(1) the OpenAI API** to generate capabilities and relationships via structured prompts; **(2) Obsidian** as a knowledge management tool leveraging its native relationship graph; **(3) Python with the NetworkX library** for social-graph-style clustering analysis; **(4) a custom frontend** (optional) to facilitate entering prompts and capabilities. The seamless integration allows passing the LLM's JSON outputs directly into Obsidian, then exporting them to Python for advanced analysis, then re-importing the enriched data into the Obsidian canvas.

**Three structured sequential prompts**

**Prompt 1 - Capability decomposition**: strict format: "I'm product manager for [product] in [space]. Frame capabilities as 'the ability to [blank]'. Break down capabilities using '... is a function of the ability to...' Return results in JSON." Concrete example: "buy lunch for team" (top-level capability) automatically broken down into sub-capabilities: planning balanced meals, sourcing quality ingredients, efficiently preparing meals, accommodating preferences/allergies. The decomposition creates **hierarchical parent → child relationships** automatically linked in the Obsidian graph.

**Prompt 2 - Y-axis positioning**: Wardley Maps use a Y-axis representing customer proximity (top = visible to the customer, bottom = abstract/invisible infrastructure). The prompt categorizes capabilities according to their proximity to different roles in an operational-excellence-oriented value chain: **(level 1)** operational excellence leaders, COO, strategic program managers; **(level 2)** coaches, designers; **(level 3)** operations/IT engineers; **(level 4)** platform and data engineers; **(level 5)** infrastructure/utility layers. Crucial point: **always request the justification** along with the level assignment. This makes it possible to "get into the LLM's reasoning" and facilitates iterative tuning. The author notes that this prompt required behind-the-scenes tuning for their specific domain.

**Prompt 3 - Relationships between capabilities**: "Given a list of capabilities (each with ID, name, description), identify meaningful relationships. Either functionally similar OR enabling. Be very precise. Return JSON with: pair (two related capability IDs), type (similar/enables), reason (clear explanation)." Strategy: **insert capabilities at random**, strict analysis, like scanning a table and drawing lines between similar elements. Example output: "analyze data insights" ↔ "trend analysis" = similar (both centered on data analysis); "analyze data insights" enables "actionable intelligence" (derives intelligence from data patterns). This enriches relationships beyond simple parent-child hierarchy.

**NetworkX clustering and final canvas**

After creating the capabilities, hierarchical relationships, similarity/enabling relationships, and Y-axis levels, the workflow uses the **Python NetworkX library** (a standard for social graph analysis) to **identify clusters within each level**. The analysis of connection density, as in a social network, assigns cluster IDs. Result: each capability has **(1) a Y-axis level** (customer proximity), **(2) a cluster ID** (logical grouping within the level), **(3) parent-child links**, **(4) similarity/enabling links with justifications**.

The enriched data is imported into the **Obsidian canvas** where the capabilities are visualized. The author uses Obsidian's **grouping function** for readability. NetworkX clustering sometimes produces sensible groupings (example: "timestamped entries, audit trails of key actions, preservation of historical data" grouped together).

**Value chain navigation and bootstrap philosophy**

The canvas enables **value chain navigation**: example "a leader wants prioritization" (top of the map) → move down the stack level by level → identify the different elements involved in prioritization. A concrete demonstration of how a high-level need breaks down into progressively more abstract/infrastructural capabilities.

**Key lesson**: the author emphasizes: "this is only the beginning, just to bootstrap it". The AI output is not the final map but an **accelerated starting point**. The intent: "then spend a lot of time learning the domain in depth". AI reduces the initial friction of the blank page and allows the product manager to immediately begin iteration and refinement with a solid base structure, rather than weeks of manual mapping.

**Methodological implications**

The workflow demonstrates a **pragmatic AI augmentation**: neither fully automated strategy (impossible given the nuance and context involved), nor fully manual (too slow). The hybrid approach leverages the LLM's strengths (pattern recognition, logical decomposition, relationship identification) while recognizing that human expertise remains indispensable for validation, prompt tuning (via justifications), and in-depth domain learning after the bootstrap. The systematic justifications create a **feedback loop** allowing the practitioner to understand the LLM's reasoning, iteratively adjust prompts, and improve output quality.

**Transferability beyond Wardley Mapping**

Although focused on Wardley Maps, the techniques are generalizable: capability decomposition, proximity categorization, relationship identification, and clustering analysis apply to other strategic frameworks requiring structured thinking about value chains, dependencies, and abstraction layers. The Obsidian + NetworkX + LLM API stack is particularly powerful for knowledge workers exploring complex domains.

## GrapheDeConnaissance

- workflow IA Wardley —utilise→ OpenAI API (TECHNOLOGIE, 0.97)
- workflow IA Wardley —utilise→ Obsidian (TECHNOLOGIE, 0.97)
- workflow IA Wardley —utilise→ NetworkX (TECHNOLOGIE, 0.97)
- NetworkX —permet→ clustering de graphe de capacités (CONCEPT, 0.95)
- Obsidian —permet→ visualisation des relations parent-enfant de capacités (CONCEPT, 0.95)
- Wardley Map —utilise→ axe Y basé sur proximité client (CONCEPT, 0.97)
- LLM —améliore→ bootstrapping de cartographie stratégique (METHODOLOGIE, 0.95)
- décomposition de capacités —permet→ hiérarchie parent-enfant en JSON (CONCEPT, 0.95)
- rationale de prompt —améliore→ qualité des outputs LLM (CONCEPT, 0.9)
- workflow IA Wardley —s_applique_à→ product managers ERP/BI (CONCEPT, 0.88)

---
Canonical: https://www.thekb.eu/en/fiches/ai-workflow-wardley-mapping-obsidian-youtube-2025-04-23/
