> ## Documentation Index
> Fetch the complete documentation index at: https://docs.drdj.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Task Routing

> Ownership matrix for assigning tasks to manager or support agents.

## Routing Matrix

| Task Type                  | Primary Owner     | Minimum Checks                                                      | Docs Update                                  |
| -------------------------- | ----------------- | ------------------------------------------------------------------- | -------------------------------------------- |
| Auth/session bug           | Manager + Support | `pnpm check`, integration, e2e                                      | Security runbook                             |
| New API endpoint           | Support           | `pnpm check`, integration                                           | API surface docs                             |
| UI feature                 | Support           | `pnpm check`, unit/e2e as needed                                    | Platform/repo-map when structure changes     |
| DB schema change           | Manager           | migration verification + integration                                | System overview/data model                   |
| Extension change           | Support           | extension build + auth sync smoke                                   | Extension page                               |
| Security hardening         | Manager           | `pnpm audit`, targeted/full tests                                   | Security runbook                             |
| Short-link-only agent task | Support           | shortener unit tests, shortener API integration, shortener MCP test | drdj.me shortener skill and API surface docs |
| Docs-only change           | Support           | `pnpm docs:check`                                                   | changed page                                 |

Use this table with `Internal > AI Change Protocol` before assigning work.
