What problem does it solve?
This Skill enables Claude to manage and execute long-running tasks across multiple sessions, preserving context, progress, and state between conversations to avoid fragmentation and loss of work.
Core Features & Use Cases
- Long-running task orchestration: maintains continuity across sessions and handles multi-phase workflows.
- Initializer, plan, and coding loop: bootstraps environments, structures work, and increments through functionality with traceable commits.
- Cross-session progress tracking and safety guards: ensures verifiable progress, end-to-end validation, and timely safety exits when needed.
- Use Case: teams building a large feature across days can start with task-start, continue with task-execute, and finalize with task-finish, while preserving context.
Quick Start
Start a long-running task by launching the task-execute workflow for a multi-session project, for example by initiating a new long-running task and asking Claude to maintain progress across sessions.