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