workflow-authoring

Author and manage YAML-defined state machines with states and transitions.

5|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/AxGord/claude-workflow --skill workflow-authoring-axgord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-authoring
Source: https://github.com/AxGord/claude-workflow/tree/main/templates/skills/workflow-authoring
Command: npx skills add https://github.com/AxGord/claude-workflow --skill workflow-authoring-axgord

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for authoring YAML-defined state machines, offering reference and examples for creating, managing, and visualizing workflows.

Core Features & Use Cases

  • YAML-based State Machines: Define workflows using YAML syntax for states, transitions, and prompts.
  • Nested Sub-workflows: Supports nested sub-workflows with up to 10 levels of depth.
  • Real-time Dashboard: Monitor and visualize workflow sessions with a web dashboard.
  • Bundled Workflows & Skills: Comes with 18 bundled workflows and 20 reusable skills.
  • Session Management: Offers snapshot isolation and runtime overlays for modifying workflows.

Quick Start

Access the Workflow Authoring Reference by navigating to the 'workflow-authoring' skill.

Frequently Asked Questions about workflow-authoring

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

FAQPage Schema
How do I define state machines and workflows in YAML?

YAML-based state machines are defined by specifying states, transitions, action states, and terminal states within your configuration. This approach provides a comprehensive reference for authoring and managing automation workflows.

Can I create nested sub-workflows using YAML workflow design?

You can create nested sub-workflows using YAML workflow design with up to 10 levels of depth. This allows you to build complex automation logic by nesting state machines hierarchically within your main workflow.

What is the best way to visualize and monitor active workflow sessions?

The best way to visualize workflow sessions is by using the bundled real-time web dashboard. It allows you to monitor active state machines and track automation progress visually during execution.

Do I need prior YAML syntax knowledge for workflow automation setup?

Yes, you need familiarity with YAML syntax and workflow management concepts to set up workflow automation. This ensures you can effectively author and manage the state machine definitions.

How do I modify running automation workflows during execution?

You modify running automation workflows by using session management features like snapshot isolation and runtime overlays. This allows you to dynamically adjust state machine logic during execution without stopping the process.

Are there reusable skills and bundled workflows available for state machines?

Yes, there are 18 bundled workflows and 20 reusable skills available for state machines. These provide ready-made automation templates and components to accelerate your YAML workflow design process.