taskflow

Coordinate long-running workflows with durable flow state and detached subtasks.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill taskflow-qianleigood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taskflow
Source: https://github.com/qianleigood/crawclaw/tree/main/skills-optional/taskflow
Command: npx skills add https://github.com/qianleigood/crawclaw --skill taskflow-qianleigood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TaskFlow solves the fragmentation of long-running work by providing a single-owner session with durable flow state.

Core Features & Use Cases

  • Durable flow state across steps for long-running jobs
  • One owner session and one return context to simplify task orchestration
  • Supports coordination of detached tasks and cross-step lifecycle management

Quick Start

Create and run a managed flow that persists state and resumes after waiting for external tasks.

Frequently Asked Questions about taskflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain durable workflow state for long-running jobs across multiple steps?

To maintain durable workflow state for long-running jobs, you can use a single-owner session that persists flow state across steps. This approach coordinates multiple steps and resumes execution after waiting for external tasks.

What is the best way to orchestrate detached subtasks without losing session context?

Orchestrating detached subtasks without losing session context requires a single-owner session with durable flow state. This method enforces revision-checked state transitions to ensure safe task progression across the workflow.

How does durable state management work for workflows that outlive a single run?

Durable state management for workflows that outlive a single run works by providing a single-owner session with a single return context. It coordinates cross-step lifecycle management and enforces revision-checked state transitions.

Can I coordinate cross-step lifecycle management for detached tasks in a single session?

Yes, you can coordinate cross-step lifecycle management for detached tasks by using a single-owner session. This durable flow state mechanism ensures safe task progression and revision-checked state transitions.

Do I need an orchestration runtime to manage long-running workflow state transitions?

Yes, managing long-running workflow state transitions requires an orchestration runtime. This runtime enforces revision-checked state transitions and supports durable flow state for coordinating detached tasks.

Why does task progression fail when coordinating multiple steps in long-running jobs?

Task progression fails in long-running jobs due to the fragmentation of work without durable flow state. Applying a single-owner session with revision-checked state transitions ensures safe task progression and prevents fragmentation.