Standup (branch-agent facilitator)
Convenes each git worktree and PR as its own agent in a shared markdown room, then drives rounds until one consolidation plan emerges.
Dev & CodingAdvanced★ 90,139⑂ 7,846AI score 8/10Last updated: Aug 9, 2026
What it does
- Discovers worktrees active in a chosen window (1h/4h/24h/7d/all) plus open GitHub PRs via
gh, and confirms the roster with you. - Opens a shared markdown room (
~/.claude-mem/STANDUP.md) with an atomically-locked transcript, goal, and prompt. - Runs facilitated rounds: round 1 intros for every branch-agent, then targeted resolution rounds (capped ~4) for overlaps, conflicts, and competing implementations.
- Writes a human-readable SUMMATION — which worktree becomes the target, the merge order, and the handful of calls only a human can make.
- Read-only by design: nothing is committed or merged in the room; actual git work is handed off to
/do.
Who it's for
- Developers juggling several git worktrees or stacked branches that need consolidating.
- Tech leads deciding which of many overlapping branches/PRs should be the base.
- Claude Code power users who want a real multi-agent orchestration workflow.
Example uses
- "Run a standup on everything I touched in the last 24 hours" → roster confirmation, then a target worktree and merge order.
- "Compare feature/auth, feature/ui and my 3 open PRs and give me one merge plan" → identifies which branches have real code, which are docs-only, which are empty.
- After you settle the open questions, the plan is passed to
/doto actually perform the merges.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/thedotmack/claude-mem/HEAD/plugin/skills/standup/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the plugin/skills/standup folder from the GitHub repo thedotmack/claude-mem into my ~/.claude/skills/standup/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/thedotmack/claude-mem.git /tmp/claude-mem && mkdir -p ~/.claude/skills && cp -r /tmp/claude-mem/plugin/skills/standup ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal. You need
gitandnode; for PR support, install and log into the GitHubghCLI. - Clone the repo:
git clone https://github.com/thedotmack/claude-mem.git /tmp/claude-mem - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r /tmp/claude-mem/plugin/skills/standup ~/.claude/skills/ - Verify
standup.mjsandagent-brief.mdcame along:ls ~/.claude/skills/standup - Restart Claude Code and ask: "run a standup across my worktrees from the last 4 hours".
- The transcript lives at
~/.claude-mem/STANDUP.md— open it anytime to review the room.
View source on GitHub ↗License: Apache-2.0