Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A direct command skips the review prompt. Inspect the source before running it.
The Quick Reference table is generated by scripts, never edited manually.
## Quick Reference
| ID | Title | Status | Priority |
|----|-------|--------|----------|
| 122 | Contact Import | ๐ก In Progress | ๐ High |
| 123 | Profile Export | ๐ Pending | ๐ก Medium |
*Auto-generated. Last updated: 2026-02-08T15:30:00Z*
Status Emojis (rendering only):
pending โ ๐
in_progress โ ๐ก
blocked โ ๐ซ
complete โ โ
Priority Emojis (rendering only):
critical โ ๐ด
high โ ๐
medium โ ๐ก
low โ ๐ข
File Header Template
TODO.md Template
<!--
TODO.md - Active Tasks for [Project]
โ ๏ธ IMPORTANT: This file uses strict formatting. See:
.claude/skills/task-management/SKILL.md
Generated sections are marked - DO NOT EDIT MANUALLY.
-->
# [Project] Tasks*Active tasks only. See [COMPLETED.md](./COMPLETED.md) for history.***Quick Links**: [Active Tasks](#quick-reference) | [Completed Tasks](./COMPLETED.md)
---
## Quick Reference
<!-- QR-START (AUTO-GENERATED - DO NOT EDIT) -->
| ID | Title | Status | Priority |
|----|-------|--------|----------|
<!-- QR-END -->
---
## Tasks
<!-- TASKS-START -->
<!-- Put new tasks here -->
<!-- TASKS-END -->
COMPLETED.md Template
<!--
COMPLETED.md - Completed Tasks for [Project]
โ ๏ธ IMPORTANT: This file is APPEND-ONLY at the top.
Newest completed tasks go in "## Current Month" section.
See SKILL.md for completion workflow.
-->
# Completed Tasks - [Project]**Stats**: 47 total | [Current Year]: 12
---
## Current Month (2026-02)
<!-- New completed tasks go HERE (at the top) -->
---
## Previous Months### 2026-01
<!-- Completed tasks from January -->
## 2025### 2025-12
<!-- Completed tasks from December 2025 -->
Task ID System
Sequential IDs: Start at 1, increment across ALL subprojects
No ranges: IDs are simply sequential (1, 2, 3, 49, 50, etc.)
Cross-project: Task 1 in one folder and Task 2 in another - IDs are unique across all projects
Never reuse: If task 5 is deleted, next task is 6 (not 5)
User Commands
Command
Action
/task or /task list
Run scripts/list-tasks.sh
/task list-all
Run scripts/list-tasks.sh --include-completed
/task show 51
Read task from appropriate TODO.md
/task complete 51
Run scripts/complete-task.sh 51
/task update 51 --status in_progress
Run scripts/update-task.sh 51 --status in_progress
/task validate
Run scripts/validate-todos.py
/task new
Create a new task using the workflow below
Workflows
Creating a New Task
Find the next available task ID (shown at the bottom of list output):