What problem does it solve?
This Skill turns a long-running workflow into a reliable shift-based execution system, so approved work is planned once, broken into small steps, and completed without losing progress to timeouts or crashes.
Core Features & Use Cases
- Shift Planning: Creates morning, afternoon, and night plans with priorities, carryover items, and approval-aware task selection.
- Atomic Cycle Execution: Processes one small step per 15-minute cycle, marking work as complete, blocked, skipped, or in progress.
- Stateful Handoffs: Persists tasks, context, and results across runs so the next cycle or shift can continue cleanly.
- Use Case: An operator can approve a daily work queue, let the Skill decompose it into safe steps, and rely on it to keep executing and documenting progress until the shift ends.
Quick Start
Use the three-shifts skill to read the current shift files, decompose the approved work into atomic steps, and update the shift state for the next cycle.