What problem does it solve?
Many recurring operational and analytical tasks are manual, error-prone, or forgotten; this Skill streamlines turning those tasks into repeatable scheduled routines so they run automatically and reliably.
Core Features & Use Cases
- Guided workflow: Asks what the routine should do, whether it needs AI or deterministic logic, schedule cadence, and desired outputs.
- Script generation: Produces ready-to-run Python templates for AI-backed ADWs or pure systematic scripts placed in ADWs/routines/custom with recommended timeouts and logging.
- Scheduler integration: Provides instructions to add the routine to the EvoNexus scheduler, including daily/weekly/monthly/interval examples and Makefile run targets.
- Use Case: Create a daily competitor analysis report using an agent, a five-minute API health check with no AI, or a nightly metrics snapshot that appends to CSV.
Quick Start
Create a daily routine named content-performance that runs the pixel-social-media agent and outputs an HTML report.