ワンクリックで
mm-tasks
Lists and manages journey tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Lists and manages journey tasks
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:tasks |
| description | Lists and manages journey tasks |
| user-invocable | true |
When receiving /mm:tasks, run:
uv run python -m memory tasks [SUBCOMMAND] [ARGS]
list: list open tasks grouped by journey--journey SLUG: filter by journey--status STATUS: filter by status (todo, doing, done, blocked)--all: include completed tasksadd "TITLE" --journey SLUG [--due YYYY-MM-DD] [--stage STAGE]: create a taskdone TASK_ID: mark task as completeddoing TASK_ID: mark task as in progressblock TASK_ID: mark task as blockedimport [SLUG]: import pending tasks from journey pathssync [SLUG]: sync tasks from external reference filessync-config SLUG /path/to/file: configure a journey reference file for syncdelete TASK_ID: remove a taskIf $ARGUMENTS contains a journey slug, use it as --journey.
If it contains "all", use --all.
If it is a sentence like "I need to do X by Friday", create a task with add.
Present the result in a readable form.