Tasks Recall banner
rhyspatt rhyspatt

Tasks Recall

Development community

Description

--- description: Re-read this conversation and find requests that were never recorded or never finished. --- ```bash node "${CLAUDE_PLUGIN_ROOT}/src/cli/task.js" recall $ARGUMENTS ``` This reads the session transcript and diffs every request the user made against the ledger, including messages sent mid-turn while you were working - the ones most likely to have been dropped. Act on the result before replying: - anything unrecorded that is still wanted, add with `add "<text>"` - anything alrea

Installation

Installs to ~/.claude/skills/rhyspatt-stay-on-task-tasks-recall/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rhyspatt-stay-on-task-tasks-recall && curl -fsSL https://raw.githubusercontent.com/rhyspatt/stay-on-task/HEAD/commands/tasks-recall.md -o ~/.claude/skills/rhyspatt-stay-on-task-tasks-recall/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository