> For the complete documentation index, see [llms.txt](https://gopersonal.gitbook.io/calvin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gopersonal.gitbook.io/calvin/user-guides/task-manager-and-sprints.md).

# Task Manager & Sprints

The Task Manager provides a sprint-based project management layer on top of Calvin's workspaces. It helps you organize tasks into sprints, track their status, and get visibility into how work is progressing across your team.

The Task Manager page is accessible from the sidebar and shows your sprints in a two-panel layout. The left panel lists all sprints with search and status filtering. The right panel shows the tasks within the selected sprint, including a summary of completed, working, and total tasks along with a completion rate percentage.

Each sprint acts as a container for related tasks. You can create sprints using the "+" button in the sprint panel and organize your work according to your team's cadence — whether that is weekly sprints, feature-based batches, or any other grouping that makes sense for your workflow.

Tasks within a sprint are displayed in a table with columns for the task name, its associated workspace or identifier, the assigned owner, and the current status. You can search through tasks using the search bar and filter by status using the dropdown. The "Add Task" button lets you create new tasks directly within a sprint.

Task statuses align with Calvin's chat lifecycle. A task with a Working status means the corresponding chat is still active. When the chat is completed, the task status updates accordingly. This gives you a high-level view of operational progress without needing to open each workspace individually.

The Task Manager is particularly useful for teams managing multiple workspaces and chats simultaneously. It provides the project management visibility that operations leaders need to understand throughput, identify bottlenecks, and plan future work.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gopersonal.gitbook.io/calvin/user-guides/task-manager-and-sprints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
