claude-code-autoconfig: Command for Claude Code

.claude/commands/create-wip-report.md

create-wip-report is a command for Claude Code from design-and-deliver/claude-code-autoconfig. It costs 0 tokens per session (8,614 once invoked), scanned B, original, MIT.

A work-in-progress report for tracking several coding sessions working in the same repository. It records each session's goal, progress, current changes, risks, and lessons in the repository's reports/wip/ folder.

In plain words
What is it for?
Use it to snapshot active work before clearing context, stepping away, or merging changes. Finished reports can be turned into an archive with lessons learned.
Why use it?
It prevents important context from disappearing when a session ends or its context is cleared. It also shows what could be lost if a live session stops unexpectedly.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PROJECT_DIR variable. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

This is design-and-deliver/claude-code-autoconfig's own configuration. It tells Claude Code how to work on claude-code-autoconfig itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-autoconfig configures →

Reuse

Borrowing it

Nothing to install: this file belongs to design-and-deliver/claude-code-autoconfig. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/design-and-deliver/claude-code-autoconfig/main/.claude/commands/create-wip-report.md
Clone the repo
git clone --depth 1 https://github.com/design-and-deliver/claude-code-autoconfig

Made for: Claude Code.

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 create-wip-report

README.md
[![agentmods](https://agentmods.dev/badge/commands/design-and-deliver/claude-code-autoconfig/create-wip-report.svg)](https://agentmods.dev/commands/design-and-deliver/claude-code-autoconfig/create-wip-report)
Your own site
<a href="https://agentmods.dev/commands/design-and-deliver/claude-code-autoconfig/create-wip-report"><img src="https://agentmods.dev/badge/commands/design-and-deliver/claude-code-autoconfig/create-wip-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 8,614 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00000 $0.08614
Opus 5 $0.00000 $0.04307
Sonnet 5 $0.00000 $0.01723
Haiku 4.5 $0.00000 $0.00861

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

Security

Grade B, and why

create-wip-report scanned grade B with 1 finding 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

`## Ledger`. Read the Ledger tail and the substep list, never the whole doc. `.claude/plans/` is
.claude/commands/create-wip-report.md · 565 lines

How it starts

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

/create-wip-report

Half a dozen sessions run against this repo at once and every one of them holds state that exists nowhere but its own context window. /fleet says who is live and what sits unlanded in a worktree; /plan-progress says how far a plan doc got. Neither says what each session is actually trying to accomplish, how far it got, and what would break if it died right now. That is what a WIP note is.

Write them at a natural pause — before a batch of /clears, before stepping away, before a merge train. They are a snapshot, not a log: cheap to regenerate, never edited in place.

A finished session's note is different, and Step 5 treats it differently. A live note answers "where is this now?" — a question that expires the moment the work lands. What survives is why the work happened and what it taught, so a done session is re-rendered into the tracked reports/wip/done/ archive with the expiring parts dropped and a Lesson added.

It writes only inside reports/wip/, and never commits. It does not merge, commit, reap a worktree, run the hook-fleet actuator, edit CLAUDE.md, or touch another session's files. Where it has a finding — including a lesson worth promoting into CLAUDE.md's ## Discoveries — it proposes it in the report and leaves the decision to the user.

Read the full file on GitHub · 565 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 First seen · 565 lines · 0 tokens per session scan B e76264c00921

Subscribe to this mod's changes

create-wip-report is a command published in the GitHub repository design-and-deliver/claude-code-autoconfig (2 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 8,614 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.