Build complex pipelines from reusable workflow components. Compose parent-child workflows, orchestrate multi-stage automation, and eliminate copy-paste YAML.
Compose complex pipelines from reusable workflow components. Spawn child workflows, orchestrate multi-stage automation, and eliminate copy-paste YAML when building maintainable automation.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install patterns@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
As automation pipelines grow, a single monolithic workflow becomes unmaintainable. Composition patterns let you build complex pipelines from smaller, reusable pieces. A parent workflow can spawn children, wait for their completion, and orchestrate the overall flow.
Test Children First
Always test child workflows independently before composing them into a parent. Debugging failures in composed workflows is much harder than debugging standalone workflows.
| Pattern | Description |
|---|---|
| Spawning Child Workflows | Create and wait for child workflow completion |
| Parallel Execution | Run multiple workflows simultaneously |
| DAG Orchestration | Dependency-based execution ordering |
| Cross-Workflow Communication | Passing data and triggering decoupled workflows |
| Pattern | Description |
|---|---|
| Spawning Child Workflows | Create and wait for child workflow completion |
| Parallel Execution | Run multiple workflows simultaneously |
| DAG Orchestration | Dependency-based execution ordering |
| Cross-Workflow Communication | Passing data and triggering decoupled workflows |
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.