원클릭으로
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.