Products
Four products, in this fixed order, make up the platform. Each carries a bare name inside the app and the
docs (the marketing prefix belongs to the site), a kit line icon, an entry route under /p/<slug> and the
release status designed. The rail shows a product when the person holds its read permission.
| Slug | Name | Role | Status | Icon | Entry route | Stages |
|---|---|---|---|---|---|---|
evidence | Evidence | Questions, sources, findings, hypotheses | designed | source | /evidence/questions | all four |
plans | Plans | Plans, protocols, experiments, reports | designed | modules | /plans/plans | all four |
review | Review | SOP checks, findings, deviations | designed | review | /review/findings | all four |
progress | Progress | Milestones, dependencies, approvals | designed | program | /progress/overview | all four |
Sections in the panel
| Product | Sections (panel order) | Read permission that shows the product |
|---|---|---|
| Evidence | Questions, Sources, Findings, Hypotheses, Gaps | evidence.questions.read |
| Plans | Plans, Protocols, Experiments, Reports, Tools | plans.plans.read |
| Review | SOPs, Checks, Findings, Deviations | review.findings.read |
| Progress | Overview, Milestones, Dependencies, Open items, Approvals | progress.milestones.read |
Setup (Overview, Connections, Members, Roles, Agent runs, Audit) and Organization (Settings, Programs,
Users, Groups, Roles, Audit) are not products; they gate on the program.* and org.* permissions.
Pillars
| Pillar id | Label | Title | Products |
|---|---|---|---|
context | CONTEXT | Evidence in context | Evidence |
continuity | CONTINUITY | Work with continuity | Plans, Progress |
record | RECORD | Decisions with a record | Review |
Stages
| Number | Id | Short | Title |
|---|---|---|---|
| 01 | discovery | Discovery | Discovery |
| 02 | preclinical | Preclinical | Preclinical development |
| 03 | clinical | Clinical | Clinical development |
| 04 | manufacturing | Manufacturing | Manufacturing planning |
Every scoped record carries a stage_id; new records default to the program’s current_stage_id.
Icons
The eight kit icons (24 px grid, 1.5 px stroke, square ends) are served from /icons/<name>.svg:
source (Evidence), modules (Plans), review (Review), program (Progress), connect (connections),
history (audit), permission (roles), focus (questions).
Source: forge.config.json, PRODUCT-CONTRACT.md, web/lib/content.ts, shared/brand/README.md