Use Cases

These sixteen scenarios show how AuraBoot's six concepts — Model, Page, Command, Permission, Process, Plugin — compose against real industry problems. Each page documents the data model, the key commands, a representative permission policy, the BPM flow, and the AI-agent integration points. They are not feature demos — they are runtime templates you can lift, adapt, and extend through plugins.

If you are evaluating AuraBoot, start with the use case closest to your domain. If you are building, treat each page as a contract sketch — the underlying models and commands live in plugins under auraboot/docs/use-cases/ and the broader open-source distribution.

Foundational scenarios

ScenarioWhy it is hereCore models touched
PCBA ManufacturingCross-plugin solution touching 10 plugins from RFQ to shipment; lot traceability + IPC complianceRFQ / quotation / BOM / work order / lot / inspection / NCR
ManufacturingDiscrete and process manufacturing baseline: routing, MRP, work order, inspectionRouting / work order / operation / material movement
CRMLead → opportunity → quote → order with org-scope visibility and field-level pricing controlsLead / contact / opportunity / quotation / account
ProcurementRFQ → PO → ASN → GRN with supplier scorecard and approval matrixSupplier / RFQ / PO / ASN / receipt / invoice
Quality ManagementIQC / PQC / FQC with SPC charts and NCR escalationInspection plan / inspection record / SPC sample / NCR
Compliance & RiskAudit-trail-first risk register, control library, and SoD enforcementRisk / control / audit case / SoD policy
Asset ManagementAsset master + depreciation + maintenance plan with cross-org delegationAsset / location / maintenance order / depreciation schedule

Extended scenarios

ScenarioWhy it is hereCore models touched
AI Agent PlatformMulti-agent workspaces, skill registry, mission orchestration anchored to Command PipelineWorkspace / agent / skill / mission / task
AuraBot CI WorkbenchCompetitive intelligence pipeline: signal capture → tagging → briefing publication, all auditableTarget / signal / briefing / source
FinanceGL / AR / AP / invoice / payment with SoD; not a country-specific accounting compliance suiteJournal / invoice / payment / period
HR Leave ManagementMulti-level approval, balance tracking, manager-scoped visibilityEmployee / leave request / leave balance
LogisticsShipment dispatch, carrier integration, tracking events with SLA escalationShipment / carrier / tracking event
Project ManagementProject / task / milestone / timesheet with contributor-scoped visibility and budget maskingProject / task / milestone / timesheet
SalesPicks up from CRM at sales-order; shipment, RMA, price list, credit memoSales order / quotation / shipment / RMA / price list
WarehouseInbound / putaway / pick / pack / outbound + stock count, SoD for adjustmentsLocation / stock / inbound / outbound / pick / count
BOM StandardizationClean customer BOMs and match to standard material codes — a Workbench page-type exampleConversion task / standard line / material master / candidate

How to read these pages

Each use case follows the same structure:

  1. Why this is a runtime problem — what makes it more than a CRUD app
  2. Data model summary — the core models without exhaustive field tables
  3. Key commands — three to five representative commands with risk / idempotency / agent-hint properties
  4. Permission example — one real role crossing three or more permission layers
  5. Process orchestration — the BPMN flow with each task bound back to a command
  6. Agent integration — what is intentionally exposed to AI agents, and what is not
  7. How to get it — Community / Standard / Professional / Enterprise paths, no feature comparison
  8. Next steps — links into the architecture and core-concepts reference

The pages do not compare AuraBoot to specific vendor products. Where the language "data-app builders" or "packaged business suites" appears, treat them as category descriptions, not pointers to any one brand.

Next