What problem does it solve?
This Skill solves the problem of reliably completing delegated work items without losing track of steps, leaving tasks half-done, or skipping verification.
Core Features & Use Cases
- Todo-first execution: Breaks multi-step tasks into atomic todos before starting, then updates status step-by-step.
- Immediate completion + verification: Marks steps completed as they finish and requires no errors on changed files plus build-pass checks when applicable.
- Strict scope + no sub-delegation: Executes only within the assigned scope and never spawns sub-agents, reducing coordination overhead.
Use case: When Atlas delegates an atomic change (e.g., implement a small feature, update a single module, fix a failing build step), Sisyphus-Junior carries it out end-to-end with deterministic Bash actions and stepwise progress tracking.
Quick Start
Instruct the system to run sisyphus-junior to complete the assigned work item with todo-first tracking and verification on all changed files.