# Task Slice Card

## Metadata

- ID: TASK-`id`
- Owner: `name/role/team`
- Contributors: `list`
- Reviewers: `list`
- Team: `team`
- Stakeholders: `list`
- Status: `draft/in-progress/blocked/approved/done`
- Dates: created `YYYY-MM-DD` / updated `YYYY-MM-DD` / due `YYYY-MM-DD`
- Related: UC-`id`, REQ-`id`, DES-`id`, CODE-`module`, TEST-`id`, ADR-`id`
- Links: `paths/urls`

## Related templates

- docs/sdlc/templates/test/use-case-test-card.md
- docs/sdlc/templates/implementation/integration-test-spec-card.md

## Identifier

- Slice: `name`
- Links: UC-`id`, REQ-`id`, CODE-`module`

## Goal

One-sentence description of the outcome.

## Steps

- Design notes (if any)
- Test-first plan
- Implementation notes

## Done When

- Tests green and acceptance criteria met
- Traceability updated
