What problem does it solve?
This Skill provides a robust system for managing ongoing work, coordinating multi-step processes, and ensuring that critical information and assignments are preserved even when the AI's context is compacted.
Core Features & Use Cases
- Session Continuity: Tasks act as persistent working memory, surviving context compaction to maintain intent and progress.
- Subagent Coordination: Explicitly assign tasks to specific subagents using a clear prefix convention, ensuring clear responsibility.
- Dependency Management: Define sequential or parallel task flows using
blockedBy and blocks relationships.
- Use Case: When working on a complex feature, create tasks for research, implementation, review, and testing, assigning each to the appropriate agent. This ensures that even after context compaction, the project's state and next steps are immediately clear.
Quick Start
Create a new task for the engineer to implement the authentication endpoint.