What problem does it solve?
This Skill automates the execution of complex, multi-step tasks by managing their dependencies, parallelization, and state persistence, allowing LLMs to focus on planning rather than execution.
Core Features & Use Cases
- DAG-based Task Execution: Define and run tasks with complex dependencies.
- Parallel Execution & Concurrency Control: Run tasks in parallel safely.
- State Persistence & Recovery: Resumes interrupted runs and recovers from failures.
- Monitoring: Real-time TUI and Web dashboard for monitoring progress.
- Use Case: Automate a software development workflow: research a feature, implement it, write tests, and deploy, ensuring each step completes successfully before the next begins.
Quick Start
Create a plan file named 'my_plan.yaml' and then execute it using 'quedex run my_plan.yaml'.