بنقرة واحدة
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.