/brain-forget
Remove a manually stored memory from the brain
> /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-forget
Context preview
What this command does when you run it.
Remove a manually stored memory from the brain
Command definition
brain-forget.mdname: brain-forget description: Remove a manually stored memory from the brain
Remove a manual memory previously stored with `/brain-remember`.
Usage: `/brain-forget <text>`
Partial matches are supported — any memory containing the provided text will be removed.
Examples:
- `/brain-forget UUID v7`
- `/brain-forget legacy directory`
Run:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py forget "$ARGS" "$CLAUDE_PROJECT_DIR"Show which memories were removed. If no match is found, say so clearly and suggest using `/brain-status` to see what's stored.
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`…
brain-query
Query the claude-teams-brain for context about a specific role or topic

