workflow-canvas
Installation
SKILL.md
Workflow Canvas
Purpose: Implement Celery canvas patterns for composing complex, distributed task workflows.
Activation Triggers:
- Sequential task execution needed (chains)
- Parallel task processing required (groups)
- Synchronization after parallel work (chords)
- Complex workflow composition
- Task result aggregation
- Error handling in workflows
- Nested or conditional workflows
Key Resources:
scripts/test-workflow.sh- Test workflow execution and validate patternsscripts/validate-canvas.sh- Validate canvas structure and dependenciesscripts/generate-workflow.sh- Generate workflows from templatestemplates/- Complete workflow pattern implementationsexamples/- Real-world workflow scenarios with explanations