CronWorkflow patterns for scheduled automation: time-based execution, concurrency policies, orchestration pipelines, and GitHub Actions integration for DevSecOps.
Creates scheduled automation workflows using CronWorkflow patterns for time-based execution, concurrency control, and orchestration pipelines. Claude uses this when you need hourly builds, nightly backups, or weekly reports with reliable failure handling.
/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.
CronWorkflows run automation on a schedule: hourly builds, nightly backups, weekly reports. They combine the reliability of Kubernetes cron jobs with the power of Argo Workflows, enabling complex scheduled automation that survives cluster restarts and handles failures gracefully.
| Pattern | Description |
|---|---|
| Basic CronWorkflow | Simple scheduled execution |
| Concurrency Policies | Handling overlapping runs |
| Orchestration | Scheduled pipelines that spawn child workflows |
| GitHub Integration | Triggering GitHub Actions from schedules |
| Pattern | Description |
|---|---|
| Basic CronWorkflow | Simple scheduled execution |
| Concurrency Policies | Handling overlapping runs |
| Orchestration | Scheduled pipelines that spawn child workflows |
| GitHub Integration | Triggering GitHub Actions from schedules |