Audit your Imli context system for staleness, contradictions, bloat, and missing data. Use when context feels stale, after major life changes, or periodically for maintenance. Also use when you notice Imli's responses feel generic or out of date.
Audit the Imli context system at ~/.claude/.context/core/ for data quality issues.
Run each check in order. Report findings as a summary table at the end.
Read ~/.claude/.context/core/triggers.md:
Read ~/.claude/.context/core/session.md:
Read ~/.claude/.context/core/projects.md:
For each file in ~/.claude/.context/core/:
<guide> sections that could be filled with real datawc -l ~/.claude/.context/core/*.md
Read ~/.claude/.context/core/preferences.md and ~/.claude/.context/core/rules.md:
For each file, check if key sections are still placeholder text:
identity.md -- Basic Info, Professional, Personal Lifepreferences.md -- Communication, Working Stylerelationships.md -- any entries at all?triggers.md -- any upcoming events?workflows.md -- any workflows defined?Compare ~/.claude/rules/imli-core.md against source files:
head -5 ~/.claude/rules/imli-core.md
grep "Last synced" ~/.claude/rules/imli-core.md
If out of sync, recommend running /sync-context.
Read ~/.claude/.context/core/improvements.md:
Locate the evolve skill's platform capabilities reference:
EVOLVE_REF=""
# Source mode (marketplace repo)
if [ -f "<cwd>/personal-assistant/skills/evolve/references/platform-capabilities.md" ]; then
EVOLVE_REF="<cwd>/personal-assistant/skills/evolve/references/platform-capabilities.md"
else
# Deployed mode (plugin cache)
EVOLVE_REF=$(find ~/.claude/plugins/cache -path "*/personal-assistant/*/skills/evolve/references/platform-capabilities.md" 2>/dev/null | sort -V | tail -1)
fi
If found, read the ## System State section and check:
/evolve to check for obsolete skills"If reference file not found, skip with note: "Evolve reference files not found -- cannot check system freshness"
Recommend running /evolve if any flags are raised.
Present findings as:
| Check | Status | Details |
|---|---|---|
| Staleness | OK / Warning | [specific issues] |
| Bloat | OK / Warning | [file: line count] |
| Contradictions | OK / Warning | [specific conflicts] |
| Gaps | OK / Warning | [empty sections] |
| Sync | OK / Warning | [sync status] |
| Improvements | OK / Warning | [stale proposals] |
| System Freshness | OK / Warning | [evolve run recency, version drift] |
Recommended actions: List specific fixes the user can take, prioritized by impact.