/brain-remember
Store a persistent rule or convention that will be injected into all future teammates
> /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-remember
Context preview
What this command does when you run it.
Store a persistent rule or convention that will be injected into all future teammates
Command definition
brain-remember.mdname: brain-remember description: Store a persistent rule or convention that will be injected into all future teammates
Store a fact, rule, or convention in the brain. It will be automatically injected into every future teammate under "Project Rules & Conventions" — regardless of their role.
Usage: `/brain-remember <text>`
Examples:
- `/brain-remember always use UUID v7 for all new database tables`
- `/brain-remember never modify files in the legacy/ directory without explicit approval`
- `/brain-remember all API endpoints must include rate limiting`
Run:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py remember "$ARGS" "$CLAUDE_PROJECT_DIR"Confirm success and echo back the stored memory. Tell the user it will appear in every new teammate's context under "Project Rules & Conventions".
If the user wants to remove a memory later, they can use `/brain-forget`.
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`…

