design-and-deliver

41 mods across 1 repository, 2 stars between them.

README

01

design-and-deliver/claude-code-autoconfig

Agent Claude Code

This directory is where you define subagents — focused assistants Claude can delegate to during a task (e.g., a code reviewer, a test writer, a security auditor).

2 3d ago A 0 tokens original MIT

autoconfig-update

05

design-and-deliver/claude-code-autoconfig

Command Claude Code

Command "autoconfig-update" from design-and-deliver/claude-code-autoconfig, covering autoconfig update, step 0: what's new (installer handoff), step 0b: status beeps opt-in (asked once), step 0c: auto permission mode opt-in (asked once) and step 0d: auto-guard opt-in (asked once).

2 3d ago D 0 tokens original MIT

cost-compare

10

design-and-deliver/claude-code-autoconfig

Command Claude Code

Print the session-vs-fresh cost readout: live context (the per-turn re-read), fresh-session cold-start cost, and a verdict. Only the forward-looking figures appear — session total is sunk cost and deliberately omitted (/usage-report owns spend detail). All figures come deterministically from the repo's token-guard…

2 3d ago A 0 tokens original MIT

create-wip-report

12

design-and-deliver/claude-code-autoconfig

Command Claude Code

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…

2 3d ago B 0 tokens original MIT

eod-report

18

design-and-deliver/claude-code-autoconfig

Command Claude Code

Close out the working day. The whole report is two collapsed sections — Done today and Next steps — and nothing else. Someone reading it cold should know what moved and what to pick up first, without reading a paragraph to get there.

2 3d ago A 0 tokens original MIT

fleet

20

design-and-deliver/claude-code-autoconfig

Command Claude Code

Several Claude sessions run against this repo at once. Some hold while others finish, and there is no single place that says who is doing what — so the state feels invisible even though every signal is already on disk. This joins them into one board.

2 3d ago A 0 tokens original MIT

plan-progress

24

design-and-deliver/claude-code-autoconfig

Command Claude Code

Show, at a glance, where the project's phased plan doc(s) stand — the read-only twin of /continue. /continue runs the next unchecked substep; this just shows the map, cheaply, without spending tokens on execution.

2 3d ago A 0 tokens original MIT