update-task-status

update-task-status is a skill for Claude Code, Codex from cckyros/goal-acceptance. It costs 18 tokens per session (128 once invoked), scanned A, original, MIT.

A helper for keeping task statuses aligned with the acceptance criteria they support. Acceptance criteria are the conditions that define when a piece of work is done.

In plain words
What is it for?
Use it when tasks change between pending, in progress, completed, or failed, especially in workflows that track acceptance criteria.
Why use it?
It prevents task progress and acceptance-criteria status from drifting apart. When all linked tasks are complete, the related criterion becomes ready for validation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/cckyros/goal-acceptance/update-task-status
Any agent
npx skills add cckyros/goal-acceptance --skill update-task-status
Clone the repo
git clone --depth 1 https://github.com/cckyros/goal-acceptance

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 update-task-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/cckyros/goal-acceptance/update-task-status.svg)](https://agentmods.dev/skills/cckyros/goal-acceptance/update-task-status)
Your own site
<a href="https://agentmods.dev/skills/cckyros/goal-acceptance/update-task-status"><img src="https://agentmods.dev/badge/skills/cckyros/goal-acceptance/update-task-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 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.1 $0.00018 $0.00128
Opus 5 $0.00009 $0.00064
Sonnet 5 $0.00004 $0.00026
Haiku 4.5 $0.00002 $0.00013

Measured 6d ago against content hash 1a466d7e04de, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

update-task-status 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 6d 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.

assets/skills/update-task-status/SKILL.md · 21 lines

What it actually says

When the host task system changes, call this skill to keep acceptance criteria in sync. Each criterion may link to one or more task IDs. When all tasks linked to a criterion are completed, that criterion becomes ready to validate.

Statuses:

  • pending — not yet started
  • in_progress — actively being worked on
  • completed — finished successfully
  • failed — could not be completed

Example:

  • task_id: t1 status: completed
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. 6d ago First seen · 21 lines · 18 tokens per session scan A 1a466d7e04de

Subscribe to this mod's changes

update-task-status is a skill published in the GitHub repository cckyros/goal-acceptance (3 stars, last pushed 9d ago), licensed MIT. It adds 18 tokens to every session and 128 once invoked, about $0.0001 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.