Feature Specifications
Each specification documents a platform feature by examining the actual source code. Specifications follow the feature-spec template and include file paths, line numbers, data models, API schemas, and acceptance criteria.Specification Index (23 specs)
P0 — Core Platform (must-document first)
P1 — Key Features
| Spec # | Feature | equa-web Module(s) | equa-server Module(s) | Status |
|---|---|---|---|---|
| 005 | Agreements | agreements | captable | DRAFT |
| 006 | Convertible Instruments | convertibles | captable | DRAFT |
| 007 | Documents & DocGen | documents | doc-gen, file-storage | DRAFT |
| 008 | Data Rooms | documents | data-room | DRAFT |
| 012 | Team Members & Roles | team-members, roles | organizations | DRAFT |
| 019 | Admin Panel | admin | admin | DRAFT |
| 020 | Onboarding & Welcome | welcome, landing | auth | DRAFT |
P2 — Important Features
| Spec # | Feature | equa-web Module(s) | equa-server Module(s) | Status |
|---|---|---|---|---|
| 009 | Finance Dashboard | hh-finance | billing | DRAFT |
| 010 | Payments | payments | billing | DRAFT |
| 011 | Billing & Subscriptions | subscriptions | billing | DRAFT |
| 013 | User Profile & Dashboard | profile, user-dashboard, organization-dashboard | api | DRAFT |
| 014 | Reports | reports | captable | DRAFT |
| 016 | Google Drive Integration | google-drive | google-drive | DRAFT |
| 018 | Equanaut AI Assistant | equanaut | agent | DRAFT |
| 021 | Notifications | — | notifications | DRAFT |
P3 — Additional Features
How to Author a Spec
- Copy
templates/feature-spec.mdinto the appropriatespecs/NNN-name/directory. - Read the relevant equa-web and equa-server source code.
- Fill in every section with verified, cited information.
- Update this index and
README.mdwhen the status changes.