Agent Plugins Marketplace
All plugins

tally

v0.2.10

Project-scoped todos, scratchpads & plans for you and your agents, plus the tally dev loop: brainstorm → plan → build → review-branch, with debug and setup.

Claude Code6 Skills

By Jason RosoffLicense: MIT7 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tally for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tally@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jasonrr/herdr-tally

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

tally/
├── .claude-plugin/plugin.json
├── skills/brainstorm/SKILL.md
├── skills/build/SKILL.md
├── skills/debug/SKILL.md
├── skills/plan/SKILL.md
├── skills/review-branch/SKILL.md
└── skills/setup/SKILL.md

Included Skills6

brainstormskills/brainstorm/SKILL.md

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.

buildskills/build/SKILL.md

Execute a plan task-by-task with fresh subagents — TDD, per-task review, tally todos as the ledger. Runs inside its own worktree from a plan:<slug> scratchpad, opens a PR, then review. Use after /tally:plan (usually dispatched into a worktree), or directly on any plan:<slug> todos.

debugskills/debug/SKILL.md

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.

planskills/plan/SKILL.md

Turn an approved design into an executable plan — authored as a plan:<slug> 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.

review-branchskills/review-branch/SKILL.md

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.

setupskills/setup/SKILL.md

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.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "tally",
  "description": "Project-scoped todos, scratchpads & plans for you and your agents, plus the tally dev loop: brainstorm → plan → build → review-branch, with debug and setup.",
  "version": "0.2.10",
  "author": {
    "name": "Jason Rosoff"
  },
  "homepage": "https://github.com/jasonrr/herdr-tally",
  "repository": "https://github.com/jasonrr/herdr-tally",
  "license": "MIT",
  "keywords": [
    "todos",
    "scratchpads",
    "plans",
    "dev-loop",
    "herdr"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tally on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tally)