This directory contains task tracking files for the project.
- Each task file represents a logical feature or work stream
- Files are prefixed with ISO-8601 date:
YYYY-MM-DD-feature-name.md - Example:
2026-03-21-galaxy-generation.md
- Avoids merge conflicts when working on multiple features
- Preserves historical record of what was done and when
- Makes it easy to find current work (latest date)
- When starting new work, create a new dated task file
- Mark checkboxes
[x]as tasks are completed - Completed task files remain as historical documentation
- Current work is always in the most recent file (by date)
To see what's in progress:
ls -t tasks/*.md | head -1 # Shows most recent task file