mem:help
Print the following text exactly as written. Do not reformat, create tables, add headers, or add any commentary.
mem -- Team knowledge capture and recall via structured markdown docs
/mem:init [--hook] One-time project bootstrap: writes CLAUDE.md session-start section, optionally adds Claude Code hook
/mem:learn Capture team knowledge (learn mode) or recall existing knowledge (recall mode)
/mem:list Session-start bulk dump: loads all indexed team knowledge into context
/mem:index Re-index project knowledge docs after manual edits outside of /mem:learn
/mem:find [--type ] [--tag ] [--json] Search indexed project knowledge docs by type and/or tag
All commands also work without the plugin via npx: npx @codevoyant/agent-kit mem index npx @codevoyant/agent-kit mem find --tag [--type ] [--json] npx @codevoyant/agent-kit mem list
More from cloudvoyant/codevoyant
dev:plan
Use when planning architecture for a project or feature. Triggers on: "dev plan", "architecture plan", "plan architecture", "design architecture", "technical design", "system design for". Produces draft plan artifacts in .codevoyant/plans/{slug}/. Use /dev:approve to promote to docs/architecture/.
14em:review
Use when reviewing an engineering roadmap for quality and realism. Triggers on: "em review", "review roadmap", "sanity check roadmap", "em check", "review this plan". Checks capacity realism, dependency gaps, missing risks, and phasing quality. Auto-launched after em:plan.
13dev:explore
Use when researching technical approaches before building. Triggers on: "explore options", "what are my options for", "research approaches", "compare solutions", "dev explore", "generate proposals", "help me decide between". Runs parallel proposal generation via subagents and outputs to .codevoyant/explore/.
13em:plan
Use when planning a project (epic) or initiative with Linear as tracker.
13pm:plan
Plan a product roadmap for a quarter, half-year, or year. Writes a draft roadmap to .codevoyant/roadmaps/ using capability tiers. Triggers on: "pm plan", "product roadmap", "plan a roadmap", "quarterly roadmap", "annual plan".
13dev:rebase
Use when rebasing a branch or syncing with upstream. Triggers on: \"rebase\", \"get latest from main\", \"sync with upstream\", \"update from main\", \"dev rebase\". Uses an intent snapshot to drive conflict resolution correctly, preventing silent change loss that happens with naive rebasing.
12