business-workflow-doc

Translate exploration session captures into Mermaid diagrams for business processes.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill business-workflow-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: business-workflow-doc
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/exploration-cycle-plugin/skills/business-workflow-doc
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill business-workflow-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translating scattered exploration notes and session captures into clear Mermaid diagrams that document business processes, workflows, and state machines for easier analysis and communication.

Core Features & Use Cases

  • Generate Mermaid diagrams (flowchart, stateDiagram, sequenceDiagram) from session briefs, BRD drafts, and problem-framing captures.
  • Visualize multi-step processes, approvals, user journeys, and decision trees to support exploration and planning.
  • Produce labeled, annotation-ready diagrams with open-question markers for human review when needed.

Quick Start

Invoke the generator against your exploration captures to produce a Mermaid diagram file.

Frequently Asked Questions about business-workflow-doc

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

FAQPage Schema
How do I convert exploration session notes into Mermaid diagrams?

Mermaid diagrams from session captures are generated by translating raw exploration notes and problem-framing text into structured syntax like flowcharts and state diagrams. The Skill parses your captures to produce labeled steps, decision nodes, and approval flows for visual documentation.

Can I generate a state diagram from a BRD draft?

Yes, you can generate state diagrams from a BRD draft by processing the document text to map multi-step processes and user journeys. The Skill extracts states and transitions from requirement captures to output valid Mermaid stateDiagram syntax for review.

What is the best way to document approval workflows from session captures?

The best way to document approval workflows from session captures is to parse the session text for decision trees and multi-step processes, then output a Mermaid flowchart. This maps the approval sequence visually while marking ambiguous steps for human review.

How do I map user journeys with Mermaid syntax?

To map user journeys with Mermaid syntax, feed your exploration session briefs into the generator to produce sequenceDiagram or flowchart outputs. It identifies journey steps and decision nodes from the text to create annotation-ready visual workflows.

Does this approach handle ambiguous process mapping in session notes?

Yes, this approach handles ambiguous process mapping by generating annotation-ready diagrams with open-question markers. When session captures contain unclear steps, it flags those specific points in the Mermaid output for human review.