workflow-patterns
Installation
SKILL.md
Workflow Patterns
Reusable patterns for structuring workflows in skills and agents.
Sequential with Checklist
Use when steps must be completed in order with tracking:
## Form Processing Workflow
Track progress:
- [ ] Step 1: Analyze form (run analyze_form.py)
- [ ] Step 2: Create field mapping
- [ ] Step 3: Validate (run validate.py)
- [ ] Step 4: Fill form
- [ ] Step 5: Verify output