name: task-coordination description: Maintain the master task list and enforce WIP rules using docs/tasks/DOCS_TASK_LIST.md.
Steps:
- Read
docs/tasks/DOCS_TASK_LIST.md. - To claim a task, append
[WIP: <owner> <YYYY-MM-DD>]to that line. - If any WIP tag exists on a task line, do not work that task.
- When finished, delete the entire completed task line.
- If stopping without finishing, remove your WIP tag.
- Do not create task lists anywhere else.