What problem does it solve?
This Skill eliminates the risk of lost context and progress for long-running, multi-step background jobs that outlive a single prompt or detached run, removing the need to manually track state and resume work across sessions.
Core Features & Use Cases
- Durable Task Orchestration: Coordinate multi-step background jobs that persist across sessions, restarts, and revision conflicts.
- State & Wait Management: Track persisted job state, handle waits for external systems or human input, and resume work seamlessly without losing progress.
- Use Case: Use it to manage a long-running inbox triage workflow that classifies messages, waits for Slack thread replies, and compiles an end-of-day summary even if the originating session restarts.
Quick Start
Use the taskflow skill to create a durable managed flow that triages your inbox, waits for business thread replies, and generates an end-of-day summary of all processed items.