implement-status

A read-only progress view for a currently running /build-tdds job. It shows the run mode, estimated progress, each technical design's status and stage, and known branch or pull-request links.

In plain words
What is it for?
Use it to check whether a build run is active, monitor individual designs, inspect failures or blocked work, and follow a live status command.
Why use it?
It lets you see what has finished and where work is currently focused without relying on a separate progress record.

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/cahenesy/throughline/implement-status
Any agent
npx skills add cahenesy/throughline --skill implement-status
Clone the repo
git clone --depth 1 https://github.com/cahenesy/throughline

Made for: Claude Code, Codex.

Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,102 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.00099 $0.01102
Opus 5 $0.00049 $0.00551
Sonnet 5 $0.00020 $0.00220
Haiku 4.5 $0.00010 $0.00110

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

Security

Grade A, and why

implement-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 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.

skills/implement-status/SKILL.md · 92 lines

How it starts

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

Implement status

A read-only progress view for the /build-tdds run. The runner writes a structured run-state record under docs/tdd/.implement-logs/<ts>/state.d/ (FR-27); this skill renders it.

What you see

The snapshot derives the rendered view fresh on each call from the per-TDD fragments — there is no second artifact that can drift from the record. It shows:

  • Header — mode (sequential / combined / parallel), integration branch, elapsed time, run state.
  • Rollup<completed> done / <total> · ~<P>% (estimate) — the percent is always suffixed (estimate) and never reads 100% while any TDD is non-terminal (FR-30 honesty). Failed / blocked / skipped counts are reported separately when non-zero.
  • Per-TDD table — queue position, slug, status (pending|building|verifying|reviewing|done|failed|blocked|skipped), current stage (build|test-first|verify|verify-runtime|review|flip), and the TDD's branch / PR URL when known.
  • Current focus — the in-progress TDD and its stage, when a TDD is non-terminal.

If no /build-tdds run is active, the skill says so plainly and (if a previous run exists) summarizes the last run's final state. It never reports false progress.

Halted runs

When the most recent run is halted (state paused, blocked, or failed), the snapshot switches to a one-screen halt context (FR-64): the halt cause from the closed enum, the triggering finding reference, and the deterministic next-action options, each on its own numbered line. Halted-run rendering fits 24×80 by default; to see full logs use cat docs/tdd/.implement-logs/<runid>/REPORT. The Resume: /build-tdds --resume <runid> line appears only when the cause is a recoverable (paused-state) one.

A run whose state is interrupted (TDD 0030 §3) did not exit cleanly — the runner died mid-gate, leaving one or more TDDs orphaned in a non-terminal status. The snapshot renders a distinct "the run did not exit cleanly" banner naming each orphaned TDD + gate and pointing at /build-tdds --resume <runid>; it is never reported as done.

Read the full file on GitHub · 92 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. 2d ago First seen · 92 lines · 99 tokens per session scan A a5ab0d140fb3

Subscribe to this mod's changes

implement-status is a skill published in the GitHub repository cahenesy/throughline (2 stars, last pushed 16d ago), licensed MIT. It adds 99 tokens to every session and 1,102 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.