tally
01Plugin Claude Code
tally — shared todos, scratchpads, plans & the dev loop.
Plugin Claude Code
tally — shared todos, scratchpads, plans & the dev loop.
Plugin Claude Code
Project-scoped todos, scratchpads & plans for you and your agents, plus the tally dev loop: brainstorm → plan → build → review-branch, with debug and setup.
Skill Claude CodeCodex
Use when a new herdr version is released or installed and you need to confirm tally's herdr plugin (panes, actions, toggle-pane.sh) still works against it — e.g. "herdr 0.7.x is out, make sure tally still works", after brew upgrade herdr, or when checking the CLAUDE.md "verified live against herdr X" pin.
Instructions file CodexOpenCode
AGENTS.md instructions for jasonrr/herdr-tally: This block is added by the pi-compound-engineering package.
Instructions file
Claude Code instructions for jasonrr/herdr-tally, covering claude.md, architecture, invariants — break these and data orphans or agents break, crate decisions (settled by spike — don't relitigate) and build, test.
Hook
Runs when a session starts on startup, clear and compact, executing session-start.sh. From jasonrr/herdr-tally.
Skill Claude CodeCodex
Read and write the project's tally store — todos, scratchpads, and comments — through the tally CLI. Use whenever you need to record a plan, track a follow-up, leave a margin note, or check shared state with the human and other agents.
Skill Claude CodeCodex
Use before building any feature or non-trivial change — explores the problem, cuts scope, and lands an approved design in a tally scratchpad before any code is written. Triggers on "let's brainstorm", "help me think through", or ambiguous feature requests.
Skill Claude CodeCodex
Use on any bug, test failure, or unexpected behavior, before proposing fixes — root cause first, one hypothesis at a time. The second loop entry beside /tally:brainstorm; exits into an inline fix or /tally:plan.
Skill Claude CodeCodex
Turn an approved design into an executable plan — authored as a plan: scratchpad (surfaced beside the live todos) plus one tally todo per task; in herdr, dispatches the build into its own worktree. Use after /tally:brainstorm, once a design scratchpad exists.
Skill Claude CodeCodex
Whole-branch adversarial review before merge — runs against the open PR (build opens it), scoped reviewers probe the live tree, findings carry verdicts and defined severities, p1s fixed in one consolidated pass pushed to the PR. Use when a feature branch is complete (after /tally:build) or before merge.
Skill Claude CodeCodex
One-time, consent-gated setup of the tally dev loop for this repo — asks before enabling session routing, proposes repo-specific reviewer lenses, then writes .claude/tally-dev-loop.md. Use when the user asks to set up, enable, or configure the dev loop, or when another tally skill suggested it.