Skip to content
Development
Command

/instinct-status

Show all learned instincts with their confidence levels

From plugin
claude-forge
80038 skills12 agents38 commands8 hooks
+1
Install
> /plugin marketplace add sangrokjung/claude-forge
> /plugin install claude-forge@claude-forge

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/instinct-status

Context preview

What this command does when you run it.

Show all learned instincts with their confidence levels

Command definition

instinct-status.md
name: instinct-status
description: Show all learned instincts with their confidence levels
command: /instinct-status
implementation: python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py status

Instinct Status Command

Shows all learned instincts with their confidence scores, grouped by domain.

Implementation

python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py status

Usage

/instinct-status
/instinct-status --domain code-style
/instinct-status --low-confidence

What to Do

1. Read all instinct files from `~/.claude/homunculus/instincts/personal/` 2. Read inherited instincts from `~/.claude/homunculus/instincts/inherited/` 3. Display them grouped by domain with confidence bars

Output Format

πŸ“Š Instinct Status
==================

## Code Style (4 instincts)

### prefer-functional-style
Trigger: when writing new functions
Action: Use functional patterns over classes
Confidence: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ 80%
Source: session-observation | Last updated: 2025-01-22

### use-path-aliases
Trigger: when importing modules
Action: Use @/ path aliases instead of relative imports
Confidence: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘ 60%
Source: repo-analysis (github.com/acme/webapp)

## Testing (2 instincts)

### test-first-workflow
Trigger: when adding new functionality
Action: Write test first, then implementation
Confidence: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘ 90%
Source: session-observation

## Workflow (3 instincts)

### grep-before-edit
Trigger: when modifying code
Action: Search with Grep, confirm with Read, then Edit
Confidence: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘ 70%
Source: session-observation

---
Total: 9 instincts (4 personal, 5 inherited)
Observer: Running (last analysis: 5 min ago)

Flags

  • `--domain <name>`: Filter by domain (code-style, testing, git, etc.)
  • `--low-confidence`: Show only instincts with confidence < 0.5
  • `--high-confidence`: Show only instincts with confidence >= 0.7
  • `--source <type>`: Filter by source (session-observation, repo-analysis, inherited)
  • `--json`: Output as JSON for programmatic use
Read more
Ships withclaude-forge

Supercharge Claude Code with 11 AI agents, 36 commands & 15 skills β€” the claude-code plugin framework inspired by oh-my-zsh. 6-layer security hooks included. 5-min install.

Get the whole plugin

Other commands on claude-forge.