skill-system-workflow

Plan multi-step agent workflows as Directed Acyclic Graphs with Mermaid visualization.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arthur0824hao/skills --skill skill-system-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-system-workflow
Source: https://github.com/arthur0824hao/skills/tree/main/skills/skill-system-workflow
Command: npx skills add https://github.com/arthur0824hao/skills --skill skill-system-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex process of planning and visualizing multi-step agent workflows, ensuring repeatable processes and clear communication.

Core Features & Use Cases

  • Dynamic Planning: Generates execution plans (DAGs) for agent tasks, either by matching pre-defined recipes or creating custom plans on the fly.
  • Mermaid Visualization: Automatically creates visual flowcharts of the planned workflows, making them easy to understand and review.
  • Use Case: When given a complex goal like "debug a critical production issue," this Skill will generate a detailed plan outlining steps for reproduction, root cause analysis, fix implementation, and verification, presented as a clear visual diagram.

Quick Start

Use the skill-system-workflow skill to plan a workflow for the goal 'Implement a new user authentication feature'.

Frequently Asked Questions about skill-system-workflow

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

FAQPage Schema
How do I visualize multi-step agent workflows as a Directed Acyclic Graph?

You can visualize agent workflows as a Directed Acyclic Graph (DAG) by using this Skill to automatically generate Mermaid diagrams. It dynamically plans multi-step tasks and separates them into execution waves, creating clear visual flowcharts for easy review.

What is the best way to orchestrate repeatable automation playbooks for complex goals?

The best way to orchestrate repeatable automation playbooks is through recipe matching. This Skill matches pre-defined recipes to your goals or creates custom plans on the fly, assigning specific agent types to each task wave for structured execution.

Can I use this workflow orchestration tool for debugging a critical production issue?

Yes, you can use this workflow orchestration tool for debugging a critical production issue. It generates a detailed DAG plan outlining specific steps for reproduction, root cause analysis, fix implementation, and verification.

Do I need YAML parsing capabilities to generate custom DAG plans?

Yes, YAML parsing capabilities are required to generate custom DAG plans. This Skill relies on YAML to define and separate tasks into execution waves, and requires Mermaid diagram generation capabilities to render the visual output.

How does dynamic planning separate tasks when orchestrating agent work?

Dynamic planning separates tasks by assigning them to execution waves within a Directed Acyclic Graph. It matches repeatable playbooks or generates custom DAGs on demand, assigning specific agent types to each wave for logical task execution.