taskflow
Declarative multi-phase workflow orchestration for coding agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install taskflow?โผ
Run `npx skills add heggria/taskflow --all -g -y` in your terminal to install all skills in this suite globally.
What does taskflow do?โผ
It runs multi-step coding workflows as a declarative graph: discover items, work them in parallel, review with a gate, and report. Only the final result returns to your conversation, not every intermediate transcript.
Which coding agents work with taskflow?โผ
It ships adapters for Pi, OpenAI Codex, Claude Code, OpenCode, Grok Build, and Hermes Agent, all sharing the same flow contract through MCP tools.
Can I rerun a workflow without redoing everything?โผ
Yes. Incremental mode with fingerprints re-executes only the phases affected by changes, and failed runs can be resumed or replayed offline at zero token cost.
Do I need to write code to define a workflow?โผ
No. Flows are plain JSON (or an optional TypeScript DSL) describing phases, dependencies, and budgets, and a built-in verifier catches mistakes before anything runs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core