From opentasks
Use when the user asks for task status, current context, recent sessions, previous work, handoff context, or what happened before in an OpenTasks workspace.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opentasks:opentasks-recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for context loading and previous-session recall. This is separate from task lifecycle writes, memory writes, repository index maintenance, and repo-map maintenance.
Use this skill for context loading and previous-session recall. This is separate from task lifecycle writes, memory writes, repository index maintenance, and repo-map maintenance.
Use this skill when the user asks:
opentasks context
opentasks recall
info-for-agent/tasks.md
info-for-agent/memories.md
info-for-agent/repo-index.md
info-for-agent/repo-map.md
opentasks-repo-index before asking the user. If durable repo relationships matter, route that part to opentasks-repo-map.tasks.md / memories.md / repo-index.md / repo-map.md.opentasks-task-lifecycle, durable memories to opentasks-memory, repository index changes to opentasks-repo-index, and durable repo relationships to opentasks-repo-map.opentasks-memory only when appropriate.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.