standup

Orchestrate a markdown-based standup room aggregating git worktrees and PRs into a consolidated plan.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill standup-intelligent-resourcing-team-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory/tree/main/plugin/skills/standup
Command: npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill standup-intelligent-resourcing-team-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams coordinate changes across multiple git worktrees and PRs by providing a read-only, centralized standup room where participants share status and converge on a single consolidation plan.

Core Features & Use Cases

  • Consolidation of multiple branches/PRs: gather input from all active worktrees and pull requests to produce one winning plan.
  • Read-only collaboration: the room is moderated by a facilitator; no one commits in the standup file.
  • End-to-end workflow: supports opening a room with a goal/prompt, joining, posting turns, agreeing on outcomes, and writing a SUMMATION for execution.
  • Use Case: a team working on several branches uses Standup to agree on target branch and merge order without manual meetings.

Quick Start

Open a standup room with a goal and prompt, invite participants, and run rounds to converge on a single consolidated plan.

Frequently Asked Questions about standup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate multiple git worktrees and pull requests into one merge plan?

To consolidate multiple git worktrees and pull requests into one merge plan, you can use a markdown-based standup room to gather input from all active branches. A facilitator moderates read-only rounds where participants share status and agree on a single target branch and merge order.

What is a markdown standup room for git collaboration?

A markdown standup room for git collaboration is a shared, read-only chat environment defined by a single STANDUP.md file. It aggregates multiple git worktrees and open PRs, allowing teams to run moderated discussion rounds and converge on a unified consolidation plan without manual meetings.

How do I start a standup room to coordinate multi-branch work?

To start a standup room to coordinate multi-branch work, open a shared markdown file with a specific goal and prompt, then invite participants to join. The facilitator runs discussion rounds, and the group agrees on outcomes before writing a final summation for execution.

Can I execute the agreed consolidation plan directly from the standup markdown file?

You cannot execute changes directly within the standup markdown file, as it is strictly read-only for participants. Instead, the room produces a final summation that you execute separately using the /do command after the team agrees on the consolidation outcomes.

Does the standup collaboration room require atomic locking for markdown writes?

Yes, the standup collaboration room requires atomic locking for markdown writes to ensure data integrity during multi-participant collaboration. This prevents conflicting updates to the STANDUP.md file while participants post turns and the facilitator moderates the rounds.

What are the limitations of using a markdown file for multi-branch git coordination?

A limitation of using a markdown file for multi-branch git coordination is that it remains strictly read-only, preventing direct commits during rounds. Additionally, the workflow depends on a single STANDUP.md file and a facilitator to manually guide the summation process.