What problem does it solve?
This Skill provides a comprehensive, step-by-step guide and strict rules for the Sisyphus agent to execute code implementation tasks, ensuring adherence to defined phases, responsibilities, and quality checks.
Core Features & Use Cases
- Structured Implementation Flow: Defines a clear, phased process from issue reception to code merging.
- Subtask Management: Automates the detection, handling, and sequential implementation of subtasks within an issue.
- Quality Gates: Enforces critical checks like code size, design consistency, and review scores before proceeding.
- Role Separation: Clearly delineates responsibilities between Sisyphus and container-workers.
- Use Case: When assigned a complex coding task (issue), Sisyphus will automatically break it down into manageable subtasks, create separate branches and PRs for each, ensure each subtask meets quality standards through automated checks and reviews, and finally merge them all to close the parent issue.
Quick Start
Follow the detailed implementation flow and phase responsibilities outlined in this guide when executing coding tasks.