Clarify which system is authoritative before deciding where features belong
One common factory problem is that the same business fact is maintained in several places at once. ERP shows one order status, the workshop board shows another, warehouse spreadsheets show a third, and finance adjusts things again at month end. If a rebuild starts without naming which system is authoritative for which data, every new feature risks creating another layer of contradiction.
That is why I prefer a simple responsibility map before a feature matrix. Who owns order master data? Who confirms stock movement? Who maintains production scheduling? Who makes the final financial determination? If primary, secondary, and read-only roles are unclear, the project may look complete in review meetings while staying confusing in daily use.
Define master data ownership before allowing multiple modules to edit the same records
Separate core systems, collaboration tools, and read-only dashboards instead of merging them into one layer
Feature placement should follow operational ownership, not internal politics