22 lines
882 B
Markdown
22 lines
882 B
Markdown
# EmboFlow Design Workspace
|
|
|
|
This directory stores project design materials before or alongside implementation.
|
|
|
|
## Structure
|
|
|
|
- `00-overview`: project goals, scope, milestones
|
|
- `01-product`: requirements, user stories, feature definitions
|
|
- `02-architecture`: system architecture, modules, technical constraints
|
|
- `03-workflows`: business flows, sequence diagrams, operational flows
|
|
- `04-ui-ux`: wireframes, interaction notes, UX decisions
|
|
- `05-data`: data model, entities, schema drafts
|
|
- `06-api`: API contracts, request/response drafts, integration notes
|
|
- `07-research`: competitive analysis, references, discovery notes
|
|
- `08-decisions`: ADRs and major tradeoff records
|
|
- `09-assets`: diagrams, exported images, attachments
|
|
- `templates`: reusable design document templates
|
|
|
|
## Suggested usage
|
|
|
|
Keep design artifacts in Markdown where possible so they diff cleanly in Git.
|