Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 1.77 KB

File metadata and controls

84 lines (46 loc) · 1.77 KB

[Feature Name]

Status: draft | active | shipped | deprecated Owner: @[handle] Last updated: YYYY-MM-DD

Overview

Requirements

Functional Requirements

[Requirement Name]

Acceptance Criteria:

  • [Concrete, verifiable condition]

Non-functional Requirements

Data Model (Optional)

Flows

[Flow Name]

sequenceDiagram
  [Actor]->>[Service]: [action]
  [Service]-->>[Actor]: [response]
Loading

Boundaries (Optional)

Owns

  • [What this feature is responsible for]

Does NOT own

  • [What is handled elsewhere] — owned by [where]

Adjacent Specs

Technical Decisions

[Decision Title]

Chose: [X] — Over: [Y, Z] Rationale:

Open Points (Optional)

  • [Question] — context and options being considered

Known Issues (Optional)

  • [Issue] — context, impact, and planned resolution

Notes and References (Optional)

  • [Useful notes, links, and references]