work-item-refinement

work-item-refinement is a skill for Claude Code, Codex from Kaddo-kdd/kaddo. It costs 49 tokens per session (641 once invoked), scanned A, original, MIT.

A repeatable method for turning a rough work idea into a clear, implementable item. It records the desired outcome, affected parts, acceptance checks, testing approach, and unresolved questions.

In plain words
What is it for?
Use it to refine roadmap candidates, draft tasks, and user-facing changes into work items ready for implementation.
Why use it?
It removes ambiguity from backlog items before development starts. This helps teams agree on scope and recognize missing dependencies or validation steps.

Skill for Claude CodeCodex

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

Good fit Use it to refine roadmap candidates, draft tasks, and user-facing changes into work items ready for implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kaddo-kdd/kaddo/work-item-refinement
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.

Any agent
npx skills add Kaddo-kdd/kaddo --skill work-item-refinement
Clone the repo
git clone --depth 1 https://github.com/Kaddo-kdd/kaddo

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 work-item-refinement

README.md
[![agentmods](https://agentmods.dev/badge/skills/kaddo-kdd/kaddo/work-item-refinement/github.svg)](https://agentmods.dev/skills/kaddo-kdd/kaddo/work-item-refinement)
Your own site
<a href="https://agentmods.dev/skills/kaddo-kdd/kaddo/work-item-refinement"><img src="https://agentmods.dev/badge/skills/kaddo-kdd/kaddo/work-item-refinement/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for work-item-refinement

Your own site · 80×15
<a href="https://agentmods.dev/skills/kaddo-kdd/kaddo/work-item-refinement"><img src="https://agentmods.dev/badge/skills/kaddo-kdd/kaddo/work-item-refinement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 641 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00049 $0.00641
Opus 5.5 $0.00020 $0.00256
Sonnet 5 $0.00010 $0.00128
Haiku 4.5 $0.00005 $0.00064

Measured yesterday against content hash 5cadd569cb3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-26, from the pricing page.

Security

Grade A, and why

work-item-refinement 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 yesterday.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

kaddo-power/skills/work-item-refinement/SKILL.md · 70 lines

How it starts

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

Work Item Refinement Skill

Purpose

Standardize how a Work Item is sharpened from a rough idea into a ready, implementable item.

When to use

When improving a draft Work Item, or turning a backlog idea / roadmap candidate into a ready item.

Inputs

The context pack and the Work Item (draft or candidate).

Output

An improved Work Item with: actor and outcome, current behavior, target behavior, entry points, end-to-end flow, impact analysis, module coverage, scope unknowns, scope confidence, problem, expected result, scope, out of scope, acceptance criteria (including end-to-end criteria for user-facing changes), validation (how to test it), definition of done, open questions and dependencies.

Steps

  1. Outcome framing — identify actor, current behavior, target behavior, observable completion.
  2. Journey reconstruction — map entry point, interaction, service/API, state change, response, final outcome.
  3. Surface review — evaluate: product/UI, frontend, backend, database, configuration, feature flags, content/copy, authentication/authorization, notifications, analytics, documentation, operations/release — as affected, reviewed-not-affected, unknown, or not-applicable.
  4. Module review — for multirepo, evaluate each mapped module with the same statuses.
  5. Completeness review — confirm: outcome covered, journey covered, modules assessed, unknowns visible, acceptance criteria end-to-end, scope and out-of-scope coherent.

Rules

  • Do not implement code.
  • Do not expand scope without explicit confirmation.
  • Do not create mega Work Items — split when it covers multiple outcomes.
  • Keep acceptance criteria testable.
  • Include at least one end-to-end acceptance criterion for user-facing changes.
  • Do not reduce a product intent to the first technical implementation found.
  • Evaluate surfaces and modules before proposing files.
  • This skill refines scope and acceptance criteria but does not approve implementation readiness. Readiness requires human confirmation through kaddo ready or the MCP mark_work_item_ready action.

Read the full file on GitHub · 70 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. yesterday First seen · 70 lines · 49 tokens per session scan A 5cadd569cb3b

Subscribe to this mod's changes

work-item-refinement is a skill published in the GitHub repository Kaddo-kdd/kaddo (54 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 641 once invoked, about $0.0002 per session on Opus 5.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-09-25.