Documentation

Guide

Workflows

Workflows: learn reusable AI agent skill patterns for workflow automation, process automation, and templates.

Last updated: Apr 17, 2026

What are Workflows?

Workflows are multi-step processes that orchestrate multiple skills to accomplish complex tasks. While skills are atomic, workflows are molecular.

Workflow Structure

---
name: code-review
description: Comprehensive code review workflow
---

# Step 1: Analyze Code
Use the code-analysis skill to scan the codebase.

# Step 2: Security Check
Run the security-scanner skill to identify vulnerabilities.

# Step 3: Generate Report
Compile findings into a structured report.

Use Cases

  • Automated code reviews
  • Content generation pipelines
  • Data processing workflows
  • Testing and QA procedures