Modules: domain power without losing the core
Orgo has a universal core that stays the same everywhere.
Modules are the layer that adapts Orgo to a specific domain:
vocabulary, forms, default handling patterns, and sector-specific workflows—without changing Orgo’s core guarantees.
The idea in one sentence
Same engine, different “skins” for real-world work.
A hospital, a school, and a municipality don’t speak the same operational language—modules let each domain work naturally, while keeping accountability consistent.
What modules change (and what they never change)
Modules can change
- the domain vocabulary (what people call things)
- the intake shape (what information is required to open a case)
- the default handling patterns (typical routing, typical response windows)
- the domain views (how teams browse and filter their work)
Modules never change
- the Case/Task accountability model
- function-based routing and collaboration
- escalation logic (time-bound work stays time-bound)
- auditability and traceability
- offline-first operation
Choose a module (common starting points)
Maintenance & Facilities
Incidents, work orders, safety follow-ups, and recurring infrastructure issues—captured, assigned, escalated, and closed with outcomes.
HR & People Operations
Onboarding/offboarding, role changes, grievances, approvals, and compliance—handled as accountable work, not inbox chaos.
IT Support & Security
Access requests, incident response, device lifecycle, and security follow-ups—clear ownership, strict response windows, traceable actions.
Education Operations
Student support, administrative coordination, scheduling, and institutional follow-ups—so learning isn’t blocked by bureaucracy.
Healthcare Operations
Care coordination workflows, service handoffs, inventory requests, and operational follow-ups—reliable execution under pressure.
Public Administration
Citizen requests, permits, inspections, and inter-department coordination—transparent closure, no lost files, no silent backlog.
Pre-built packages vs custom modules
Pre-built packages
Start with a module that matches your context, then adjust vocabulary and defaults.
This is the fastest path for small organizations and teams.
Custom modules (when you need them)
Large institutions can extend Orgo with domain modules that reflect their internal processes.
The goal is not complexity—it’s fit, while keeping the core guarantees intact.
Next