From idev
Show all learned instincts with their confidence levels, grouped by domain
How this command is triggered — by the user, by Claude, or both
Slash command
/idev:instinct-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Instinct Status Show the user the current state of the auto-learning instinct store. ## How to Run Run the instinct CLI and relay its output: The `status` subcommand takes no flags. ## What It Prints - Total instinct count, split into personal (auto-learned) and inherited (imported) - Instincts grouped by domain, each with a confidence bar, trigger, and action summary - Observation stats from `~/.claude/homunculus/observations.jsonl` ## After Running 1. Present the CLI output to the user (verbatim or lightly summarized). 2. If the user wants filtering (by domain, confidence, or ...
Show the user the current state of the auto-learning instinct store.
Run the instinct CLI and relay its output:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/auto-learning/scripts/instinct-cli.py" status
The status subcommand takes no flags.
~/.claude/homunculus/observations.jsonl~/.claude/homunculus/instincts/{personal,inherited}/ — the CLI does not support filter flags.auto-learning skill (observation hooks must be enabled for instincts to accumulate).npx claudepluginhub theophiluschinomona/idev --plugin idev/instinct-statusShows learned instincts for the current project and global instincts, grouped by domain with confidence bars and observation stats.
/instinct-statusDisplays learned instincts for the current project and global scope, grouped by domain with confidence progress bars, triggers, and observation stats.
/instinct-statusDisplays learned instinct patterns with confidence scores and last-used dates, optionally filtered by context type.