Record an outcome (good/bad/neutral) for a specific instinct to adjust its confidence score
From clarcnpx claudepluginhub marvinrichter/clarc --plugin clarcRecord 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 instincts