--- kind: task slug: "" title: "" plan_slug: "" epic_slug: "" status: ready priority: P2 tenant_id: "" owner: "" cursor_todo_id: null updated_at: "" # Uncomment to set a task-specific agent prompt. Most tasks inherit from # the epic or plan; only set this when the task needs different first-message # context (e.g. a security-sensitive change, or one with a non-standard # verification protocol). # agent_prompt: | # You are completing one focused task. Read the task body before writing # any code. Validate inputs with zod. Run lint/type-check/test before # declaring done. --- # Task summary One or two sentences. ## Description Implementation notes, context links, and technical constraints. ## Subtasks - [ ] … - [ ] … ## Owner or assignee `` ## Status `` ## Estimation `` ## Acceptance criteria - [ ] … ## Links to related Epic / Plan - Epic: `./Epic-.md` (same directory as this task) - Plan: `../Plan-.md` (parent of `Epic-/`; matches `plans/Plan-/Plan-.md`)