Tasks (Suivi multi-sessions)
Persistent multi-session task tracking system stored in `~/.claude/tasks/`. Allows viewing running and completed work (ultrareview, agents, scheduled tasks), inspecting dependencies, and resuming interrupted sessions. Accessible via `/tasks`. Replaces the deprecated `TodoWrite` tool.
Strengths
- Centralized view, a single `/tasks` to see everything running: agents, reviews, scheduled tasks
- Multi-session persistence, tasks survive terminal closure
- Dependency inspection, visualize execution order and blockers between tasks
Limitations
- Still basic interface, `/tasks` in CLI, no graphical dashboard yet
Best for
- Sessions with multiple parallel agents, track progress without losing track
- After an Ultrareview review, check status and findings without relaunching the session