← ClaudeAtlas

chat-recall-taskslisted

Work the shared chat-recall task board — the cards a team and its agents pick up, claim and close. Use when the user says "what are my open tasks", "what's on the team's plate", "create a task for…", "assign this to…", "mark that done", "leave a note on that card", "what is my team working on", or asks you to START working on something from the board. Also owns what the board files automatically — "stop filing low-priority cards", "only file security findings". Claiming and closing a card have required evidence; this skill covers that protocol.
munhq/chat-recall · ★ 2 · AI & Automation · score 65
Install: claude install-skill munhq/chat-recall
# The task board with chat-recall The board is shared: teammates and agents on other machines see the same cards. So a card is a claim about real work, and the tools enforce that rather than trusting a status field. ## See the board `mcp__chat-recall__recall_tasks` — one line per card (title, id, assignee). Use it for "what's on the team's plate", "my tasks", or to find a task id. Pass `detail: true` when you intend to actually DO one. That returns the full brief per open card: the fix, the file locations, and the agent prompt the auto-filer already wrote. Reading the brief before starting is the difference between doing the filed work and re-deriving it. ## Create a card `mcp__chat-recall__recall_task_create` — optionally assign it to a teammate and attach it to a project. Returns the new task id. File a card when work must survive the end of the session. A leaked key to rotate, a finding worth fixing, a follow-up the user described out loud — those belong on the board, not in a reply the user has to scroll back to. Never put a real credential in a title or body. Refer to a secret by its redacted preview. See [chat-recall-security]. ## Claim it, then close it — the protocol `mcp__chat-recall__recall_task_update` changes status, assignee, title, links a session and can carry a comment. Two steps are not optional, and the server refuses the call without them: 1. **Starting.** Set `status: 'in_progress'` AND pass your own current session id as `linked_session_id`.