grounded-progress

grounded-progress is a skill for Claude Code from kpab/claude-fable-5-skills. It costs 71 tokens per session (532 once invoked), scanned A, original, MIT.

Rules for reporting progress during long-running or scheduled coding-agent work, based on actual command and test results.

In plain words
What is it for?
Use them for overnight runs, CI agents, scheduled pipelines, and other tasks where progress reports must distinguish completed, failed, skipped, and unverified work.
Why use it?
They prevent status updates from claiming that work is complete when it was not verified.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fable5-skills plugin — 11 skills shipped together

Good fit Use them for overnight runs, CI agents, scheduled pipelines, and other tasks where progress reports must distinguish completed, failed, skipped, and unverified work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kpab/claude-fable-5-skills/grounded-progress
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 kpab/claude-fable-5-skills --skill grounded-progress
Clone the repo
git clone --depth 1 https://github.com/kpab/claude-fable-5-skills

Made for: Claude Code.

Or install fable5-skills, the plugin that ships this one along with the rest of its 11 skills.

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 grounded-progress

README.md
[![agentmods](https://agentmods.dev/badge/skills/kpab/claude-fable-5-skills/grounded-progress/github.svg)](https://agentmods.dev/skills/kpab/claude-fable-5-skills/grounded-progress)
Your own site
<a href="https://agentmods.dev/skills/kpab/claude-fable-5-skills/grounded-progress"><img src="https://agentmods.dev/badge/skills/kpab/claude-fable-5-skills/grounded-progress/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 grounded-progress

Your own site · 80×15
<a href="https://agentmods.dev/skills/kpab/claude-fable-5-skills/grounded-progress"><img src="https://agentmods.dev/badge/skills/kpab/claude-fable-5-skills/grounded-progress.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 532 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.00071 $0.00532
Opus 5 $0.00036 $0.00266
Sonnet 5 $0.00014 $0.00106
Haiku 4.5 $0.00007 $0.00053

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

Security

Grade A, and why

grounded-progress 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 8d 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.

skills/grounded-progress/SKILL.md · 38 lines

How it starts

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

Grounded Progress

On long runs the failure mode isn't usually bad work — it's a report that drifts from the work: "tests passing" when they were never run, "deployed" when the command errored. The fix is an evidence rule applied at report time.

The evidence rule

Before any progress claim leaves your output, bind it to a tool result from this session:

  • Completed → name the command/test/check whose output proves it.
  • Failed → say so, and include the relevant output verbatim (trimmed, not paraphrased into optimism).
  • Skipped or deferred → state it as skipped, with the reason.
  • Not yet verified → label it explicitly as unverified; never round up to done.

A claim with no pointable evidence does not ship. Either produce the evidence (run the check now) or downgrade the claim.

Report shape for long runs

  1. One line: overall state (on track / blocked / partially done).
  2. Verified completions, each with its evidence pointer.
  3. Failures and skips, stated plainly.
  4. Unverified work-in-progress, labeled as such.
  5. The single thing needed from the user, if anything.

Anti-patterns

  • Hedged completions ("should be working now") — run the check instead.
  • Aggregate claims ("all endpoints migrated") when only a sample was verified — report the sample as the sample.
  • Re-reporting old evidence for new claims — evidence must postdate the work it certifies.

Receiving the updates (for the harness author, not the model)

Fable 5.1 writes fewer user-facing updates between tool calls than Fable 5, most noticeably at high effort in long tool chains. The updates it does write arrive as thinking blocks, which are empty under the default thinking.display of "omitted"; request "updates" (beta header thinking-display-updates-2026-08-18) and render each non-empty thinking block as a status line before concluding the model went silent. If your UI collapses or hides tool output, tell the model so in a turn-scoped system message; otherwise it may re-run commands to "show" output nobody sees.

Read the full file on GitHub · 38 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. 8d ago Changed · +4 lines · +5 tokens per session 6c9e6129af84
  2. 12d ago First seen · 34 lines · 66 tokens per session scan A 76c539802fc5

Subscribe to this mod's changes

grounded-progress is a skill published in the GitHub repository kpab/claude-fable-5-skills (17 stars, last pushed 10d ago), licensed MIT. It adds 71 tokens to every session and 532 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

agent-memory-mcp

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

lingxling/awesome-skills-cn · 26 tokens

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

Prat011/awesome-llm-skills · 62 tokens

content-research-writer

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

Prat011/awesome-llm-skills · 49 tokens

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

Prat011/awesome-llm-skills · 61 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Prat011/awesome-llm-skills · 59 tokens

meeting-insights-analyzer

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership…

Prat011/awesome-llm-skills · 56 tokens