What problem does it solve?
This Skill addresses the challenge of ensuring complex, multi-step tasks are fully completed by providing a persistent, self-correcting orchestration system that delegates to specialized agents and verifies all conditions are met before stopping.
Core Features & Use Cases
- Persistent Task Execution: Guarantees that tasks are not abandoned until all sub-tasks are finished.
- Agent Delegation: Leverages a suite of specialized agents (e.g.,
oracle, librarian, frontend-engineer) for efficient task handling.
- Parallel Processing: Optimizes workflow by running independent tasks concurrently.
- Verification Checklist: Implements a rigorous checklist to ensure functionality, test coverage, error resolution, and quality before completion.
- Background Task Management: Efficiently handles long-running operations like installations and builds.
- Use Case: Managing a software development project where features must be implemented, tested, and documented, with the system continuing to work on any incomplete items until the entire project is delivered.
Quick Start
Use the sisyphus skill to orchestrate the development of a new user authentication module, ensuring all backend and frontend components are implemented, tested, and documented.