princekjha-dev/Criminal-Network-Intelligence-System ? reverse-engineered prompt
Reverse engineered prompt
Build me a criminal intelligence analysis web app for investigators that can take in messy records from JSON, CSV, TXT, and PDF, then clean them up, pull out people, places, phones, vehicles, and relationships, and help spot when different records are really the same person.
I want it to show a network graph of the linked entities, let me click into a node and see every source record behind it, and keep a full audit trail so nothing gets hidden or overwritten. The identity matching should be careful, if two records clearly conflict on things like date of birth, parent name, phone, or impossible travel between locations, it should refuse to merge them and flag it for review instead. If the match is uncertain, show a clear human review status with the reason.
Also add a summary view that explains why a new lead matters now, based on what changed in the network, and make it easy to trace every insight back to the original evidence. If you need current docs for any library or graph tool, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit