Review and manage learned instincts from past sessions
$ARGUMENTS
Manages the instinct system that learns patterns from your sessions.
Instincts are stored in .claude/instincts/ and loaded at session start.
/instinct-review --list
Shows all instincts with confidence scores and source sessions.
/instinct-review
Interactive review: shows each instinct and asks promote/remove/keep.
/instinct-review --promote <filename>
/instinct-review --remove <filename>
/instinct-review --clear
.claude/instincts/<pattern-name>.md with confidence score/instinct-review to promote good ones and remove bad ones# Pattern: [pattern name]
Confidence: 0.85
Sessions: 3
Last seen: 2026-03-25
[Description of the pattern or preference]
ls .claude/instincts/ 2>/dev/null || echo "No instincts yet"$ARGUMENTS:
--list: display table of all instincts--promote <id>: set confidence to 1.0, add "pinned" tag--remove <id>: delete the file--clear: delete all files in .claude/instincts/