ubiquitous-invention/docs/templates/task-template.md

56 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

---
kind: task
slug: "<task-slug>"
title: "<Task title>"
plan_slug: "<plan-slug>"
epic_slug: "<epic-slug>"
status: ready
priority: P2
tenant_id: "<tenant-uuid-or-placeholder>"
owner: "<name-or-unassigned>"
cursor_todo_id: null
updated_at: "<ISO-8601>"
# 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
`<owner>`
## Status
`<draft | ready | in_progress | blocked | done | cancelled>`
## Estimation
`<e.g. S / M / L or hours>`
## Acceptance criteria
- [ ]
## Links to related Epic / Plan
- Epic: `./Epic-<epic-slug>.md` (same directory as this task)
- Plan: `../Plan-<plan-slug>.md` (parent of `Epic-<epic-slug>/`; matches `plans/Plan-<plan-slug>/Plan-<plan-slug>.md`)