heggriaheggriaCommunityยท1 Agent Skills Included

taskflow

Declarative multi-phase workflow orchestration for coding agents

Orchestrates multi-phase coding workflows as declarative graphs with fan-out, gates, loops, approvals, and human checkpoints. Keeps intermediate step transcripts out of the main conversation, returning only the final verified result. Adds budgets, retries, caching, resume, and replay so long-running codebase audits and migrations finish reliably without wasted spend.
npx skills add heggria/taskflow --all -g -y
Available:

Explains the runtime architecture, package layout, and host adapters so a coding agent understands how the workflow engine and its skills fit together when working in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’