What problem does it solve?
The delete_thought MCP tool performs a hard, irreversible delete with no undo, trash, or restore, so a single wrong call permanently destroys a stored memory. This Skill enforces a safe deletion workflow so AI clients never delete an unverified or wrong thought.
Core Features & Use Cases
- Verified ID Resolution: Requires resolving the target UUID via search_thoughts or list_thoughts in the current session before any delete call.
- Confirmation Gate: Surfaces the thought's content to the user and demands explicit confirmation before firing delete_thought.
- Derivative Protection: Runs find_derivatives or related_thoughts first to avoid orphaning provenance chains, steering outdated thoughts toward updating or tagging as superseded instead.
- Use Case: When you ask your AI client to "delete my test thought about the Q3 roadmap", the client searches for the thought, shows you its content, checks for derived thoughts, and only deletes after you confirm — then reports the deletion receipt.
Quick Start
Ask your AI client to delete a specific Open Brain thought and watch it search, show the content, and request confirmation before deleting.