Manage a tasks.md file that tracks what each intern in the ./interns subdirectory is working on. Use when you need to check, update, or report on intern task status, or when coordinating work across multiple interns.
Maintain a tasks.md file in the project root (/Users/micn/Development/squad/tasks.md) that tracks the status and activity of each intern working in the ./interns/ subdirectory.
./interns/./interns/ for subdirectories — each subdirectory is an interntasks.md file in the project root with current statusThe file should follow this structure:
# Tasks
> Last updated: YYYY-MM-DD HH:MM
## Intern: <intern-name>
- **Status**: 🟢 Active | 🟡 Idle | 🔴 Blocked | ✅ Done
- **Current Task**: Brief description of what they're working on
- **Details**: Any additional context, files being worked on, progress notes
- **History**:
- [YYYY-MM-DD HH:MM] Completed X
- [YYYY-MM-DD HH:MM] Started Y
---
## Intern: <another-intern-name>
...
| Icon | Meaning |
|---|---|
| 🟢 | Actively working on something |
| 🟡 | Idle / no current task |
| 🔴 | Blocked, encountered an error, or evicted to make room |
| ✅ | Task completed |
| 🗄️ | Archived — work done, intern directory cleaned up to free a slot |
| 💀 | Shut down — intern was lost/spinning and terminated |
./interns/tasks.md if it existstasks.md with the latest findingstasks.mdtasks.md with updated timestamp./interns/<name>/ exists; create it if nottasks.md with status 🟡 Idle# Discover interns
ls ./interns/
# Check what an intern has been doing
ls -la ./interns/alice/
# Look at their session or output files
# Then update tasks.md accordingly
tasks.md