Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
$npx -y skills add the-open-agent/openagent --skill taskflowInstalls into the current project.
Run `npx skills use "https://github.com/the-open-agent/openagent" --skill "the-open-agent/openagent/taskflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/the-open-agent/openagent" that are relevant to the current task. Run `npx skills add "https://github.com/the-open-agent/openagent"` and select the relevant skills, then follow their instructions.