biz-explainer

Extract business logic from codebases into Mermaid diagrams and documentation.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Liz2Z/oh-my-skills --skill biz-explainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biz-explainer
Source: https://github.com/Liz2Z/oh-my-skills/tree/main/skills/biz-explainer
Command: npx skills add https://github.com/Liz2Z/oh-my-skills --skill biz-explainer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

许多非技术团队难以理解复杂的业务流程,本 Skill 通过 Mermaid 图表将业务逻辑可视化并生成详尽的文档,便于沟通和对齐。

Core Features & Use Cases

  • Mermaid 图表化展示业务流程、决策点和数据流,生成易于共享和理解的文档。
  • 自动分析代码库中的业务逻辑,输出对非技术人员友好的说明和关系图,支持跨团队协作。
  • Use Case: 当需要向产品、业务或管理层解释复杂业务流程、系统边界和关键活动时,生成可浏览的 Mermaid 图和解释文本。

Quick Start

Generate a Mermaid-driven documentation set that maps the repository's business logic into docs under docs/explain/*.md.

Frequently Asked Questions about biz-explainer

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

FAQPage Schema
How do I visualize business logic from a codebase for non-technical stakeholders?

Visualize business logic by analyzing your codebase and generating detailed Mermaid diagrams alongside structured documentation, making complex workflows accessible for non-technical stakeholders.

Can I generate Mermaid diagrams to map product workflows and decision points automatically?

Yes, you can generate Mermaid diagrams to map product workflows, decision points, and data flows by deriving them directly from your repository's codebase analysis.

Does this Mermaid documentation generator work without external dependencies or components?

Yes, this Mermaid documentation generator operates without external dependencies or components, directly analyzing your codebase to create structured explanation files.

What is the best way to document business processes for cross-team collaboration?

Document business processes for cross-team collaboration by producing Mermaid-driven diagrams and explanation files under docs/explain/*.md, ensuring clear representations of system boundaries and activities.

When do I need to generate Mermaid workflow diagrams for my repository?

Generate Mermaid workflow diagrams when you need to explain complex business processes, system boundaries, or key activities to product, business, or management teams.

Are there limitations when extracting business logic visualization from code?

Limitations include relying entirely on codebase analysis to extract business logic, meaning the generated Mermaid diagrams and documentation reflect only what is explicitly defined in the code.