What problem does it solve? Teams and AI sessions lose track of project tasks scattered across chats and scratch notes. This Skill keeps one shared, plain-Markdown task list in the wiki that the user, every persona, and every bot can read and update consistently. ## Core Features & Use Cases - Shared task tables: Maintains an At a glance block in sessions/<persona>/task.md with one table per owner and statuses (to do, doing, waiting, parked, done). - Script-driven edits: All changes go through wiki-tasks.py, which preserves numbering, escaping, and layout; task numbers are never reused. - Safe removal policy: Tasks are removed only on the user's explicit word, enforced by a --confirmed flag. - Use Case: At the end of a work session, say "mark task 3 done and add a task to rotate the API keys" and the list updates with correct numbering and owner sections. ## Quick Start Ask the assistant to add a task to the project list, for example by saying "add a task: rotate the API keys".