From opentasks
Use when the user asks to remember durable preferences, decisions, rules, business context, technical lessons, task lessons, or recurring workflow constraints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opentasks:opentasks-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for durable memory writes and memory changes. Route deletion/restoration to `opentasks-trash`.
Use this skill for durable memory writes and memory changes. Route deletion/restoration to opentasks-trash.
Use this skill when the user says or implies:
记住以后下次偏好规则约定Choose exactly one section:
用户偏好: personal working preferences, style, language, review expectations业务背景: product, domain, organization, user, or project background技术经验: implementation lessons, errors, environment gotchas任务经验: reusable task-management or agent-workflow lessonsopentasks memory append \
--section "<用户偏好|业务背景|技术经验|任务经验>" \
--content "<concise durable memory>"
Use optional scope only when it improves recall precision:
opentasks memory append \
--section "<section>" \
--scope "global|repo:<repo>|project:<project>" \
--content "<concise durable memory>"
info-for-agent/memories.md. Scoped bullets use [repo:<repo>], [project:<project>], or [global].To remove a memory, use soft delete:
opentasks memory remove \
--section "<用户偏好|业务背景|技术经验|任务经验>" \
--content "<exact memory text>"
Then use opentasks-trash for restore or permanent cleanup.
npx claudepluginhub zichaojin/opentasks --plugin opentasksCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.