From alm
Nuclear option — clear all ALM learning data and start fresh. Requires explicit user confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/alm:resetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delete all ALM learning data and reinitialize to first-run state.
Delete all ALM learning data and reinitialize to first-run state.
Before doing anything, ask the user:
Are you sure you want to reset ALM? This will delete all evaluations, playbooks, confidence scores, and the classifier model. This cannot be undone.
Wait for the user to explicitly confirm (e.g., "yes", "confirm", "do it"). If they say no or anything ambiguous, abort and output: [ALM] Reset cancelled.
Only after explicit confirmation:
~/.claude/alm/evaluations/ (including the archive/ subdirectory if it exists)~/.claude/alm/playbooks/~/.claude/alm/classifier/~/.claude/alm/confidence.json~/.claude/alm/reflect-queue.json~/.claude/alm/config.json (if it exists)Then reinitialize:
evaluations/, playbooks/, classifier/~/.claude/alm/state.json:
{
"paused": false,
"installDate": "{current ISO timestamp}Z",
"evalCount": 0,
"lastReflection": null,
"firstRunComplete": false
}
~/.claude/alm/confidence.json: {}Output: [ALM] Full reset complete. All learning data has been cleared. Seed playbooks will be used on next session.
npx claudepluginhub sfw/alm --plugin almResets knowledge base by clearing patterns, quirks, decisions, cache, session, and state to initial empty values. Invoke /learn-reset to wipe accumulated insights.
Permanently deletes all indexed content and session stats from the context-mode knowledge base. Use via /context-mode:ctx-purge for scoped (session) or full (project) wipe.
Resets workflow artifacts (.otto/ directory) by clearing sessions, tasks, and specs. Useful for starting over with a clean state.