ワンクリックで
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.