workflow-graph

Generate tree-like decision graphs from workflow descriptions in CLI format.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jf3096/personal-configs --skill workflow-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-graph
Source: https://github.com/jf3096/personal-configs/tree/main/.codex/skills/workflow-graph
Command: npx skills add https://github.com/jf3096/personal-configs --skill workflow-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill transforms complex workflow, process, or mechanism descriptions into easily digestible, tree-like decision graphs for quick understanding in a command-line interface.

Core Features & Use Cases

  • Tree Diagram Generation: Creates visual representations of processes.
  • Mode Selection: Supports both "simple" and "detailed" output formats.
  • Automatic Mode Detection: Intelligently chooses between simple and detailed views based on complexity when not explicitly specified.
  • Use Case: Explaining the intricate call flow of a microservice architecture or summarizing the steps in a complex Git branching strategy.

Quick Start

Generate a detailed workflow graph for the provided description of the user authentication process.

Frequently Asked Questions about workflow-graph

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

FAQPage Schema
How do I visualize a workflow as a decision tree in the command line?

You can visualize a workflow as a decision tree by providing a text description of the process, which generates a CLI-friendly tree-like graph using specific node and branch conventions for quick understanding.

What is the best way to map complex microservice call flows into a tree diagram?

Mapping complex microservice call flows is achieved by transforming intricate architectural descriptions into easily digestible, tree-like decision graphs that automatically detect complexity and select appropriate output modes.

How do I generate simple and detailed process mapping graphs?

You can generate simple and detailed process mapping graphs by explicitly commanding the mode selection, or letting the automatic mode detection intelligently choose the visualization depth based on workflow complexity.

Can I summarize a Git branching strategy using a CLI-friendly tree graph?

Summarizing a Git branching strategy with a CLI-friendly tree graph is supported by converting the mechanism description into a visual representation with specific node and branch conventions.

What format do I need to provide to generate a process visualization graph?

To generate a process visualization graph, you need to provide a text description of the workflow, process, or mechanism, which the system transforms into a tree-like decision graph for command-line interface display.