unified-taskflow

unified-taskflow is a skill for Claude Code, Codex from ooooooooooooooooooop/agent-tools. It costs 104 tokens per session (3,128 once invoked), scanned A, original, MIT.

A task-management workflow for genuinely large, multi-stage jobs that need saved plans, checkpoints, recovery information, and acceptance tracking. A checkpoint is a recorded progress marker used to resume work safely.

In plain words
What is it for?
Use it for complex work that needs anchors, design decisions, audit history, handoffs, or a rollback path; it is not intended for small fixes.
Why use it?
It helps keep long tasks organised and recoverable across multiple rounds, files, and stages.

Skill for Claude CodeCodex

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 skills/ooooooooooooooooooop/agent-tools/unified-taskflow
Any agent
npx skills add ooooooooooooooooooop/agent-tools --skill unified-taskflow
Clone the repo
git clone --depth 1 https://github.com/ooooooooooooooooooop/agent-tools

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for unified-taskflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/ooooooooooooooooooop/agent-tools/unified-taskflow.svg)](https://agentmods.dev/skills/ooooooooooooooooooop/agent-tools/unified-taskflow)
Your own site
<a href="https://agentmods.dev/skills/ooooooooooooooooooop/agent-tools/unified-taskflow"><img src="https://agentmods.dev/badge/skills/ooooooooooooooooooop/agent-tools/unified-taskflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,128 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.00104 $0.03128
Opus 5 $0.00052 $0.01564
Sonnet 5 $0.00021 $0.00626
Haiku 4.5 $0.00010 $0.00313

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

Security

Grade A, and why

unified-taskflow 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/session-catchup.py, scripts/task-lifecycle.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/unified-taskflow/SKILL.md · 208 lines

How it starts

The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Unified Taskflow v4.3

更新:2026-08-10

[!CAUTION] 核心规则

  1. 只有通过触发门禁后,才启动 unified-taskflow;不要把普通任务流程化
  2. 启动后,任务管理使用项目根目录下的 .taskflow/ 目录,不使用内置 artifact 目录
  3. 禁止跨阶段推理 — 执行时不能跳回规划,规划时不能偷跑代码
  4. 如不确定是否需要启动,先用 task-mode-router 判断;仍不确定时询问用户,不默认触发

规则优先级(冲突时按此顺序裁决): Safety > Correctness > Efficiency > Completeness

执行语义优先级(与执行类 Skill 冲突时按此裁决,详见 execution-discipline「自主执行契约」): Safety/不可逆授权 > 用户显式目标与约束 > 合法停止策略 > 自主续接 > 流程便利。 本 skill 的任何流程规则不得覆盖 clarify-before-change 的更窄询问边界,也不得覆盖 execution-discipline 的停止/恢复语义。

触发判断

触发

  • 用户明确说“使用 unified-taskflow / taskflow / .taskflow”。
  • 任务跨多轮、多文件、多阶段,且需要可恢复的执行记录。
  • 任务需要明确的 anchor、checkpoint、design、验收标准和回滚路径。
  • 用户要求长期复盘、审计轨迹、阶段冻结或复杂交接。

不触发

  • 简单问答、单行修改、单文件小修。
  • 普通 skill description 小改、文案调整、同步用户级 skill。
  • 普通“优化 / 完善 / 重构 / 更稳定”,除非用户明确要求重型流程。
  • clarify-before-changetask-mode-routerminimal-implementation 已足够控制风险的任务。

路由关系

  • 先由 task-mode-router 判断任务模式。
  • 小任务和中等任务默认不用 .taskflow/
  • 只有大型、长任务、可审计交接任务才进入本 skill。
  • 进入本 skill 后,仍遵守 minimal-implementation,不为了流程完整性扩大实现范围。

按需加载

工作流

Phase 0: 理解快照(Understanding Snapshot)

目的:确保 Agent 正确理解用户需求,生成防幻觉锚点。

  1. 确认已通过触发门禁;未通过时退回普通任务流程
  2. 禁止立即创建文档或代码
  3. Agent 输出理解快照
    • 用户意图(一句话)
    • 识别到的歧义点
    • Agent 的假设(显式列出并标注可逆性:可逆假设记录即推进;仅目标级/不可逆假设需用户确认)
  4. 默认直接进入完备性门禁并写入 anchor.md;仅当存在目标级/不可逆假设或意图级歧义时才请求用户确认(询问边界以 clarify-before-change 意图解析策略为准,一次问完)
  5. 完备性门禁(详见 phase0-clarification.md)
  6. 写入 anchor.md(北极星文件,含版本号)

问题框架(参考,不强制全部使用):边界 / 约束 / 优先级 / 风险 详见 phase0-clarification.md

执行(Elastic Execution)

弹性深度 — 根据任务复杂度自然展开,无固定档位:

  • 重型任务最小路径:anchor.md → checkpoint.md → 执行 → 验收核对
  • 需要设计时:anchor.md → design.md → checkpoint.md → 执行 → 验收核对
  • 不做:为低风险小任务创建 .taskflow/、anchor、checkpoint 或 design

Read the full file on GitHub · 208 lines

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. 3d ago First seen · 208 lines · 104 tokens per session scan A 240455eec23b

Subscribe to this mod's changes

unified-taskflow is a skill published in the GitHub repository ooooooooooooooooooop/agent-tools (2 stars, last pushed 5d ago), licensed MIT. It adds 104 tokens to every session and 3,128 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

zlog

Multi-agent session log compressor and storage optimizer. Compresses .log, .out, .txt, .trace (>10KB) to .zst, .xz, or .gz (saving 77%-99.9% disk space) across /.gemini, /.config/Cursor, /.ollama, /.claude, /.windsurf, /.codex, etc. Auto-discovers AI log dirs, purges empty 0-byte logs. Safe for concurrent…

sebin-gg/zlog · 150 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

muapi-media-editing

Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more.

SamurAIGPT/Generative-Media-Skills · 41 tokens

ctf-malware

Provides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, custom crypto protocols, C2 traffic, PE/.NET binaries, RC4/AES encrypted communications, YARA rules, shellcode analysis, memory forensics for malware (Volatility malfind, process…

ljagiello/ctf-skills · 101 tokens

research

Conduct preliminary research on a topic and generate research outline. For academic research, benchmark research, technology selection, etc.

Weizhena/Deep-Research-skills · 25 tokens