chore: moving towards agentic development
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 21:12:26 -04:00
parent df3e602015
commit b6eb692c27
179 changed files with 2880 additions and 866 deletions

47
docs/PRODUCT.md Normal file
View File

@@ -0,0 +1,47 @@
# Product
Socialize is a workflow application for social media content review, revision, approval, and publication readiness.
It is not a public social network. It is a workspace-based coordination tool for internal teams, providers, and client approvers.
## Primary Users
- Social media manager
- Account manager or customer success manager
- Client approver
- External provider or production partner
- Internal producer
- Internal employee or content contributor
- Administrator
## Core Product Shape
- workspace-based account boundary
- agencies able to manage multiple workspaces
- content items as the main reviewable unit
- assets and revisions tracked against content items
- comments and approvals attached to the work itself
- notifications driven by workflow events
## Must Do Well
- centralize review state
- preserve a clear audit trail
- make the latest approved version obvious
- support internal review before client review
- support client-facing review with low friction
- keep publication handoff clear once approval is complete
## Not In Version 1
- public social feed
- full direct publishing engine
- full DAM platform
- analytics suite
- billing or subscription flows
## Current Sources
- `docs/product/vision.md`
- `docs/product/glossary.md`
- `docs/constraints.md`