What problem does it solve?
This Skill helps convert product requirements and PMContext into clear, traceable business flowcharts. It is especially useful when teams need to visualize steps, decision points, exception handling, and loop exit conditions without inventing logic outside the documented source.
Core Features & Use Cases
- PMContext-grounded flowchart generation: Extracts steps, rules, and edge cases from PMContext and maps them into Mermaid flowcharts.
- Decision and exception completeness: Enforces two-way decision branches, explicit abnormal paths, and loop exit conditions to avoid incomplete process diagrams.
- Logic gap discovery: Goes beyond transcription by surfacing likely missing branches such as network failures, concurrency conflicts, and permission boundary issues.
- Traceability tables: Produces step lists and decision branch tables with source references or assumption markers for auditability.
- Use case: Ideal for visualizing flows like login, checkout, membership renewal, approval chains, or any feature where product, engineering, and design need a shared process view.
Quick Start
Ask the agent to use pm-flow to generate a Mermaid business flowchart from your PMContext, including normal flow, exception branches, and exit conditions for any loops.