一键导入
mm-week
Plans the week by ingesting free-text tasks/appointments or showing the weekly view
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plans the week by ingesting free-text tasks/appointments or showing the weekly view
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Activates Builder Mode for a journey and loads project context/docs
Backs up the production memory database
Activates Builder Mode for a journey and loads project context/docs
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
| name | mm:week |
| description | Plans the week by ingesting free-text tasks/appointments or showing the weekly view |
| user-invocable | true |
When receiving /mm:week, run according to the arguments.
uv run python -m memory week view
Shows current-week tasks and appointments grouped by day.
Display rules:
scheduled_at < now) do not appeardue_date and status != done appear as overduescheduled_at show the exact timetime_hint show the hintuv run python -m memory week plan "TEXTO LIVRE"
The script extracts items through the LLM and returns JSON with proposed items plus similarity warnings.
Required flow:
uv run python -m memory week saveNever save automatically without user confirmation.
If $ARGUMENTS is empty or view, show the week.
If $ARGUMENTS contains descriptive text, ingest it as a plan.