What problem does it solve?
This Skill acts as the operational engine for executing complex workflows, ensuring tasks are run in the correct order, dependencies are met, and failures are handled gracefully, thereby transforming plans into executed work.
Core Features & Use Cases
- Task Orchestration: Manages a dynamic task queue, resolving dependencies and dispatching tasks to appropriate agents.
- Resilience & Retries: Implements robust retry policies and monitors for timeouts, escalating persistent failures.
- Cost & Performance Tracking: Tracks execution costs, enforces rate limits, and provides real-time status updates.
- Use Case: When a new project plan (DAG) is received, SCH will automatically queue all tasks, resolve the necessary AI models for each task, dispatch them to the relevant agents, and monitor their progress, reporting any issues or completion status.
Quick Start
Use the sch skill to ingest a new DAG artifact named 'cdr-001-project-launch' and begin task execution.