cyberneticlibrary

Generate workflow flowcharts for processes

business-workflow-docskillsetup L13
richfrem/agent-plugins-skills
What it does

Generate Mermaid flowcharts from business process captures

Best for

Visualizing multi-step workflows and state machines from unstructured exploration captures.

Inputs
  • · Capture file(s) or glob
  • · Diagram type (flowchart/stateDiagram/sequenceDiagram)
Outputs
  • · Mermaid markdown code block
  • · Diagram with decision branches and validation gates
  • · [NEEDS HUMAN INPUT] markers for ambiguous step ordering
Requires
  • · Bash, Read, Write
  • · Python (generate_workflow.py)
  • · Mermaid rendering (visual verification)
Preconditions

Session brief or BRD draft provided; step ordering at least partially clear

Failure modes
  • · Hallucinated process steps not in source
  • · Ambiguous ordering → unfilled [NEEDS HUMAN INPUT] markers
  • · No error handling unless explicitly mentioned
Trust signals
  • · Anti-hallucination rules enforced
  • · [CONFIRMED]/[UNCONFIRMED] source discipline
  • · Three diagram types available
  • · Draft label until human confirmation