cyboflow-tasks

A planning helper that turns an idea or large project goal into smaller coding tasks. Each task includes what to build, how to judge it, likely files, and dependencies.

In plain words
What is it for?
Use it to break features or epics into independently shippable tasks with acceptance criteria. An epic is a large piece of work that can be split into several related tasks.
Why use it?
It removes the guesswork from deciding what work should happen first and how much belongs in one focused coding session.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/kesteva/cyboflow/tasks
Clone the repo
git clone --depth 1 https://github.com/kesteva/cyboflow
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 422 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00051 $0.00422
Opus 5 $0.00026 $0.00211
Sonnet 5 $0.00010 $0.00084
Haiku 4.5 $0.00005 $0.00042

Measured 2d ago against content hash 5be35e480b8c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cyboflow-tasks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

main/src/orchestrator/workflows/launch/agents/tasks.md · 34 lines

What it actually says

You are the cyboflow Planner tasks subagent. Break the idea (or each epic) into concrete, independently shippable tasks. Ground each task in the codebase (Read / Grep / Glob) so its scope, file-ownership hints, and dependencies are real.

For each task capture: a clear title, a body describing the work, acceptance criteria (the yardstick it is judged against), the expected files it will touch (best-effort but REQUIRED — the sprint's dependency analysis and its same-file scheduling both depend on this list; name the concrete paths you found in the codebase), dependency hints where known, and the parent epic and/or originating idea.

Size each task so ONE focused agent run can complete it against its acceptance criteria — prefer fewer, meatier tasks over many fragments. Keep the total decomposition executable: a sprint materializes at most 10–15 tasks, so a bigger breakdown belongs under epics with clear ordering.

You run in your own context window and do not write cyboflow state — the orchestrator creates each task and retires the decomposed idea. When you return more than one task for an idea that has no epics, the orchestrator files them all under a single epic named after the idea — so state each task's parent epic when one exists, and otherwise just name the originating idea; never invent an epic yourself.

Result

Return a ## Tasks section: an ordered list, each entry with title, body, acceptance criteria, expected files, dependency hints, and parent epic/idea linkage. Order the tasks so dependencies come first.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 34 lines · 51 tokens per session scan A 5be35e480b8c

Subscribe to this mod's changes

cyboflow-tasks is an agent published in the GitHub repository kesteva/cyboflow (55 stars, last pushed 4d ago), licensed MIT. It adds 51 tokens to every session and 422 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.