Stats
Actions
Tags
From clarc
Records good/bad/neutral outcome for an instinct ID to adjust its confidence score, shows updated score and change. Also supports listing instincts.
How this command is triggered — by the user, by Claude, or both
Slash command
/clarc:instinct-outcomeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Instinct Outcome Command Record an outcome for a specific instinct. This updates its confidence score and outcome counters. ## Usage ## Implementation Run the outcome tracker script: Or if `CLAUDE_PLUGIN_ROOT` is not set (manual installation): To list available instinct IDs: ## Confidence Adjustments | Outcome | Confidence change | |---------|-----------------| | `good` | +0.05 (max 0.95) | | `bad` | -0.10 (min 0.10) | | `neutral` | no change | ## Preconditions Before running, verify: - `~/.claude/homunculus/` exists — if not, instruct user to run `install.sh --enable...
Record an outcome for a specific instinct. This updates its confidence score and outcome counters.
/instinct-outcome <id> <good|bad|neutral>
/instinct-outcome <id> good "reason why it worked"
/instinct-outcome <id> bad "reason it caused problems"
/instinct-outcome list
Run the outcome tracker script:
node "${CLAUDE_PLUGIN_ROOT}/scripts/instinct-outcome-tracker.js" <id> <outcome> [reason]
Or if CLAUDE_PLUGIN_ROOT is not set (manual installation):
node ~/.claude/scripts/instinct-outcome-tracker.js <id> <outcome> [reason]
To list available instinct IDs:
node "${CLAUDE_PLUGIN_ROOT}/scripts/instinct-outcome-tracker.js" --list
| Outcome | Confidence change |
|---|---|
good | +0.05 (max 0.95) |
bad | -0.10 (min 0.10) |
neutral | no change |
Before running, verify:
~/.claude/homunculus/ exists — if not, instruct user to run install.sh --enable-learninglist subcommand if unsure of the IDgood, bad, or neutrallist subcommand)good, bad, or neutral/instinct-report to see the updated rankingRecorded good outcome for "test-first-workflow"
Confidence: 0.70 ↑ 0.75
Reason: TDD caught a regression before it hit staging
/instinct-report/instinct-report for removal review/instinct-report after recording: to see the updated ranked list with trend indicators (↑↓→)bad outcomes, consider using /evolve to revise it~/.claude/homunculus/outcomes.jsonl for auditlast_used is updated to today on every outcome recordingusage_count increments on every outcome recording/instinct-status to see current confidence levels/instinct-report to see ranked list with trends/evolve — trigger instinct evolution when enough outcomes are collected/instinct-report — see the updated ranked instinct list with trend indicators/instinct-status — check current confidence levels across all instinctsnpx claudepluginhub marvinrichter/clarc --plugin clarc