scheduled-workflows

Schedule cron-based workflows across Kubernetes clusters and GitHub Actions.

3|3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill scheduled-workflows-adaptive-enforcement-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-workflows
Source: https://github.com/adaptive-enforcement-lab/claude-skills/tree/main/plugins/patterns/skills/scheduled-workflows
Command: npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill scheduled-workflows-adaptive-enforcement-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CronWorkflow patterns enable reliable time-based automation for Kubernetes and DevSecOps pipelines, reducing manual scheduling and human error.

Core Features & Use Cases

  • Time-based execution: schedule recurring tasks with cron syntax
  • Concurrency control: prevent overlapping runs to protect resources
  • Orchestration: coordinate multi-step pipelines and failure handling
  • GitHub Actions integration: trigger workflows from schedules
  • Use Case: nightly backups, hourly health checks, weekly reports

Quick Start

Define a CronWorkflow schedule that runs every night at 02:00 and connect it to your GitHub Actions workflow to trigger the CI process.

Frequently Asked Questions about scheduled-workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring cron workflows across Kubernetes clusters?

Scheduling recurring cron workflows across Kubernetes involves defining cron syntax for time-based execution, applying concurrency policies to prevent overlapping runs, and setting history limits for observability. This automates hourly builds, nightly backups, and weekly reports.

Can I trigger GitHub Actions from a Kubernetes CronWorkflow schedule?

Yes, you can connect a Kubernetes CronWorkflow schedule to GitHub Actions. Define a CronWorkflow to run at a specific time, such as 02:00 nightly, and connect it to your GitHub Actions workflow to automate the CI process.

How do I prevent overlapping cron workflow runs in Kubernetes?

To prevent overlapping cron workflow runs in Kubernetes, you apply concurrency control policies. These policies ensure that reliable time-based automation does not trigger duplicate concurrent executions, protecting your cluster resources during recurring tasks.

What is the best way to orchestrate multi-step pipelines with scheduled triggers?

Using CronWorkflow patterns is the best way to orchestrate multi-step pipelines with scheduled triggers. They coordinate multi-step pipelines and handle failure recovery, satisfying requirements for cron syntax definition, concurrency policies, and observability across environments.

Do I need Argo Workflows to manage scheduled tasks in a DevSecOps pipeline?

Using Argo Workflows is an effective approach to manage scheduled tasks in a DevSecOps pipeline. CronWorkflow patterns enable reliable time-based automation for Kubernetes, reducing manual scheduling and human error for recurring operations.