원클릭으로
mm-build
Activates Builder Mode for a journey and loads project context/docs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Activates Builder Mode for a journey and loads project context/docs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Activates Builder Mode for a journey and loads project context/docs
Backs up the production memory database
Scans memories for recurring patterns and proposes consolidation (merge, identity update, or shadow candidate)
Asks other LLMs through OpenRouter with Mirror context
Lists recent conversations from the memory database
Discards the current runtime conversation from the Mirror database before quitting
SOC 직업 분류 기준
| name | mm:build |
| description | Activates Builder Mode for a journey and loads project context/docs |
| user-invocable | true |
Activates Builder Mode for a specific journey. Loads identity context and project docs.
/mm:build <journey-slug>
Example: /mm:build my-journey
uv run python -m memory build load <slug>
The command:
project_path=<path> as the last output lineParse project_path from the last output line above. If project_path is not set, skip this step and proceed — the journey has no associated project yet.
Use file tools to load project documentation. Prefer the project's actual documentation structure over any fixed scaffold.
<project_path>/README.md — public overview, setup, and usage<project_path>/REFERENCE.md — detailed operational reference<project_path>/CLAUDE.md — project-specific operating instructions<project_path>/docs/index.md — documentation mapRun:
find <project_path>/docs -maxdepth 3 -type f -name '*.md' | sort
Then read the docs relevant to the current task.
For Mirror Mind, the primary docs are:
<project_path>/docs/getting-started.md<project_path>/docs/project/briefing.md<project_path>/docs/project/decisions.md<project_path>/docs/product/specs/runtime-interface/index.md<project_path>/docs/project/roadmap/index.md<project_path>/docs/process/development-guide.md<project_path>/docs/process/worklog.md<project_path>/docs/product/principles.mdWhen working inside a CV/Epic/Story, also read the relevant:
index.mdplan.mdtest-guide.mdrefactoring.md, if presentproject_path - read, edit, and create project files normallyFollow the project's existing documentation structure. Do not create a generic docs scaffold unless the user explicitly asks for one.
When to update docs:
README.md: public positioning, setup, stack, or usage changesREFERENCE.md: CLI behavior, configuration, runtime contracts, or operational details changedocs/project/briefing.md: stable architectural premises changedocs/project/decisions.md: an incremental design decision is madedocs/product/specs/runtime-interface/index.md: runtime lifecycle, hooks, skills, or extension contracts changedocs/project/roadmap/: CV/Epic/Story status, plans, or verification guides changedocs/process/worklog.md: a meaningful milestone is completeddocs/product/principles.md: product, code, testing, or process principles changeproject_pathIf the journey does not yet have an associated project:
uv run python -m memory journey set-path <slug> /path/to/project
When the user says "End the session":
uv run python -m memory mirror log "SESSION_SUMMARY"