Workflow: [workflow-name]
February 22, 2026 · View on GitHub
Purpose
[What problem this workflow solves]
When to Use
- [Condition 1]
- [Condition 2]
- [Condition 3]
Prerequisites
- [Prerequisite 1]
- [Prerequisite 2]
- [Prerequisite 3]
Overview
[Visual diagram of workflow]
Step 1 → Step 2 → Step 3
↓ ↓
Output Output
Steps
Step 1: [Name]
Purpose: [What this step accomplishes]
Actions:
- [Action 1]
- [Action 2]
Output: [What's produced]
Validation: [How to verify success]
Step 2: [Name]
Purpose: [What this step accomplishes]
Actions:
- [Action 1]
- [Action 2]
Output: [What's produced]
Validation: [How to verify success]
Step 3: [Name]
Purpose: [What this step accomplishes]
Actions:
- [Action 1]
- [Action 2]
Output: [What's produced]
Validation: [How to verify success]
Decision Points
| Condition | Path |
|---|---|
| [If condition A] | [Go to step X] |
| [If condition B] | [Go to step Y] |
| [If condition C] | [Exit workflow] |
Failure Handling
| Failure | Recovery |
|---|---|
| [Failure at step 1] | [Recovery action] |
| [Failure at step 2] | [Recovery action] |
Example Run
Input: [Example input]
Step 1: [What happened]
Step 2: [What happened]
Step 3: [What happened]
Output: [Final result]