<!--
FOR AI ASSISTANTS:
This file contains the raw requirements written by a human. Use it as the sole source
of truth when generating the PRD set (PRD-01 through PRD-07). Follow these rules:

- Map the content to the appropriate PRD sections using the templates in this directory.
- Use the tech stack to inform all technical documents (database schema, API design, implementation plan).
- Where a section is blank or missing, make a reasonable assumption, state it explicitly
  in the generated PRD, and mark it with a TODO comment for human review.
- Derive database and API details from the feature description and tech stack — the human
  is not expected to specify these.
- Do not invent features or scope that are not implied by the requirements.
- If sections contradict each other, flag the conflict rather than silently resolving it.
- Treat "What is out of scope?" as a hard boundary — do not include those items anywhere.

FOR HUMANS:
Fill in as much or as little as you know. Leave sections blank if they do not apply.
The more detail you provide, the less the AI will need to assume.
-->

# Requirements

## What is the feature?

<!-- Describe it in one or two sentences as if explaining it to a colleague. -->

[Your answer here]

## Who uses it?

<!-- Which user roles or personas are involved? (e.g. admin, editor, end user, guest) -->

[Your answer here]

## What problem does it solve?

<!-- What is the user trying to accomplish? What pain point does this address? -->

[Your answer here]

## What are the main actions?

<!-- List the things a user can do. (e.g. create, view, edit, delete, approve, export) -->

-
-
-

## Are there rules or constraints?

<!-- Permissions, limits, validation logic, business rules, edge cases. -->

[Your answer here]

## What is the tech stack?

<!-- List the technologies, frameworks, or languages used in the project. (e.g. Next.js, PostgreSQL, Prisma, Tailwind CSS) -->

[Your answer here]

## What does it look like?

<!-- Describe screens, flows, or UI components — rough descriptions or bullet points are fine. -->

[Your answer here]

## What is out of scope?

<!-- Anything you explicitly do not want included in this iteration. -->

[Your answer here]

## Anything else?

<!-- Related features, inspiration from other tools, technical concerns, things you're unsure about. -->

[Your answer here]
