generating-bmc

Generate Business Model Canvas SVG diagrams from markdown BMC sections.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/k2works/getting-started-algorithm --skill generating-bmc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-bmc
Source: https://github.com/k2works/getting-started-algorithm/tree/main/.agents/skills/generating-bmc
Command: npx skills add https://github.com/k2works/getting-started-algorithm --skill generating-bmc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many teams need to visualize business model canvas data as SVG diagrams, but manually recreating the canvas from markdown is time‑consuming and error‑prone.

Core Features & Use Cases

  • Automated SVG Generation: Converts BMC sections from business_architecture.md or business_strategy.md into a ready‑to‑use SVG file.
  • Template‑Driven Layout: Aligns content to the official Strategyzer BMC layout with correct icons, colors, and positioning.
  • Use Case: After completing a business architecture analysis, invoke this Skill to instantly produce an updated BMC diagram for presentations or documentation.

Quick Start

Ask the assistant to generate the BMC SVG from the latest business architecture markdown file.

Frequently Asked Questions about generating-bmc

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

FAQPage Schema
How do I generate a Business Model Canvas SVG from markdown?

This Skill converts BMC sections from markdown source files like business_architecture.md or business_strategy.md into a ready-to-use SVG file by parsing PlantUML mindmap data and mapping it to the 9 BMC blocks.

What is the best way to convert PlantUML mindmap data into a Strategyzer BMC layout?

Converting PlantUML mindmap data into a Strategyzer BMC layout is achieved through a template-driven process that maps mindmap nodes to the 9 BMC blocks, ensuring correct icons, colors, and positioning according to Strategyzer layout specifications.

Does generating a BMC SVG require a specific markdown file structure?

Yes, generating a BMC SVG requires a markdown file containing a BMC section with PlantUML mindmap data, typically located in business_architecture.md or business_strategy.md.

Can I use this to create BMC diagrams for business architecture presentations?

Yes, you can create BMC diagrams for business architecture presentations by converting markdown source files into a clean SVG file aligned with the official Strategyzer BMC layout for reporting.

Why does my BMC SVG generation not work with standard markdown files?

BMC SVG generation fails with standard markdown files because the Skill requires PlantUML mindmap data within a BMC section to parse and map content to the 9 BMC blocks correctly.