/brain-standup
Launch the standup meeting UI — a cinematic visualization of each agent role's status report
> /plugin marketplace add Gr122lyBr/claude-teams-brain > /plugin install claude-teams-brain@claude-teams-brain
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/brain-standup
Context preview
What this command does when you run it.
Launch the standup meeting UI — a cinematic visualization of each agent role's status report
Command definition
brain-standup.mdname: brain-standup description: Launch the standup meeting UI — a cinematic visualization of each agent role's status report
Launch an animated standup meeting visualization. Each agent role "presents" their status — what they did, what's next, and any blockers — with a cinematic walk-in animation and typewriter effect.
Usage: `/brain-standup`
Launch the standup server:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/standup_server.py --project-dir "$CLAUDE_PROJECT_DIR" &Then open in browser:
python3 -m webbrowser "http://localhost:7433"
Tell the user:
- Standup meeting is running at http://localhost:7433
- Each agent role will present their report with animations
- Use the controls at the bottom to pause, skip, or replay
- Close the terminal or press Ctrl+C to stop the server
Give your Claude Code Agent Teams a memory. Auto-injects role-specific context into every new teammate — your team never starts blind again.
Repo: Gr122lyBr/claude-teams-brain
Other commands on claude-teams-brain.
brain-dashboard
Launch the brain dashboard web UI to visualize and curate memories, decisions, and files
brain-export
Export accumulated brain knowledge as a CONVENTIONS.md file in your project
brain-github-export
Export all accumulated brain knowledge as `CONVENTIONS.md` and open a GitHub Pull Request so your whole team can review what the AI team learned. Requires `gh`…

