taskflow

Solid

Orchestrate multi-phase subagent workflows with pi-taskflow. Use whenever a request spans a whole project or many items — deeply exploring / 探索 / auditing / 审计 / analyzing a codebase, reviewing or migrating many files or modules in parallel, cross-checked/adversarial review, codebase-wide research, or any repeatable orchestration you want to save and rerun. Prefer this over ad-hoc parallel subagents when the work has multiple phases or dynamic fan-out over a discovered list. Also supports subagent-style shorthand (single / parallel / chain) for simple non-DAG delegations you want tracked, resumable, or saveable.

AI & Automation 71 stars 9 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- GENERATED FILE — do not edit. Source: skills-src/taskflow/entry.pi.md + core.md (npm run build:skills) --> # Taskflow **Host binding (pi):** everything below is driven through the `taskflow` tool (`action: "run" | "verify" | …`) and the `/tf` slash commands. Where an example shows a host-neutral invocation like `verify`, use the pi form (`action: "verify"` or `/tf verify`). Build and run **declarative, multi-phase workflows** of subagents. The runtime holds intermediate results and the phase DAG, so your main context only receives the final answer — not every step's transcript. ## Documentation map (progressive loading) This file teaches the core: phase types, control flow, interpolation, and the mistakes that break flows. Load the companion files **only when needed**: | File | Load when you need | |------|--------------------| | `patterns.md` | **Designing a non-trivial flow.** Proven flow archetypes (audit fan-out, self-healing rework, plan→approve→execute, dynamic replanning, tournament synthesis, incremental audit), anti-patterns, and the production-flow quality checklist. | | `advanced.md` | Shared Context Tree (`ctx_*` tools, `ctx_spawn` sub-graphs), workspace isolation (`cwd: temp/dedicated/worktree`), dynamic sub-flow (`flow{def}`) contracts & security caps, and the **incremental recompute suite** (`ir` / `provenance` / `why-stale` / `recompute` / `cache-clear`). | | `configuration.md` | Every knob: per-phase `model`/`thinking`/`tools`/`cwd`, concurrency mo...

Details

Author
heggria
Repository
heggria/taskflow
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category