brain-remember
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.
Instructions
The user provides the memory text as an argument.
Run:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/brain_engine.py remember "$ARGS" "$CLAUDE_PROJECT_DIR"
Confirm success and echo back the stored memory.
Note: memories are now staged as PENDING. Use /brain-approve to confirm them, or approve via the /brain-dashboard.
Tell the user it will appear in every new teammate's context once approved.
Mention /brain-forget to remove it if needed.