How this skill is triggered — by the user, by Claude, or both
Slash command
/the-council:council-resetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
If $ARGUMENTS contains "--all", call `council_memory_reset` with `project_dir` and `full=true`.
If $ARGUMENTS contains "--all", call council_memory_reset with project_dir and full=true.
Otherwise call council_memory_reset with project_dir and full=false.
If doing a full reset, confirm with the user first before calling the tool.
Report what was cleared.
npx claudepluginhub southlab-ai/claude-plugin-marketplace --plugin the-councilPurges context-mode session data permanently by calling the ctx_purge MCP tool. Supports per-session or full-project wipe with destructive confirmation.
Archives session logs (handoffs, todos, history) to start a fresh session without auto-loaded context. Useful for resetting Claude Code's session memory.
Reviews, consolidates, and prunes Claude Code memory files. Run after major refactors or every 5+ sessions when memory quality degrades.