District Court Succession Cell, Mumbai
Court administration team tracking estate proceedings across six parallel legal systems
11 years
Age of the oldest active estate in the backlog
The Problem#
- Mumbai’s District Court succession cell handles estates under six parallel legal systems: the Hindu Succession Act 1956, the Indian Succession Act 1925, Muslim personal law (various schools), the Parsi Succession Act, the Special Marriage Act, and Goan civil code (a Portuguese colonial legacy still in force in Goa)
- The applicable law depends on the deceased’s religion, community, domicile, and marriage type — and may change mid-proceeding if a contested fact (e.g. religious conversion) is resolved
- The current case management system is a paper register — physical files in manila folders, tracked in a bound ledger
- Succession certificates (required to access bank accounts, transfer property, claim insurance) take an average of 18–24 months to issue
- The oldest active estate in the system is from 2015 — the case officer who opened it has retired twice (once from government, once from the private sector job he took after that)
How They’d Use INHERIT#
event.jsontracks the entire administration timeline with typed events:"death_registered","will_located","executor_appointed","probate_applied","probate_granted","asset_identified","asset_valued","asset_collected","asset_transferred","debt_identified","debt_paid","distribution_made","estate_closed","claim_received","claim_resolved"- Each event has
occurredAt,trigger(court_action, executor_action, legislative_change),actorwithactorType(court, executor, beneficiary, bank, tax_authority), andmetadata common/completeness.jsontracks the percentage completion of each estate, with achecklistshowing what remains- The
indiaextension identifies the applicable personal law:"hindu_succession_act_1956","indian_succession_act_1925","muslim_personal_law","parsi_succession_act","special_marriage_act", or"goa_civil_code" person.jsoncarries the religious and community identifiers that determine which system appliesestate.jsonstatus values ("pre_probate","in_administration","distributed","closed") provide the dashboard overview the court currently lacksnotification.jsongenerates alerts for stale cases — estates that haven’t had an event logged in over 12 months
The Integration#
- Internal tool: the succession cell uses INHERIT as its structured case record format
- Each proceeding is an INHERIT document, progressively built as events occur
- New case officers inherit a complete event timeline when a case is reassigned — no more “reading the file from scratch”
- The system generates succession certificates from the structured data once the court is satisfied
The Business Case#
- Average succession certificate time projected to reduce from 18–24 months to 6–8 months through structured tracking and automated completeness checking
- Stale case identification — the system immediately flags estates with no events in 12+ months, forcing review
- New case officer onboarding time reduced from 2 weeks per case to 1 hour — the event timeline tells the complete story
- The structured format enables statistical reporting for the first time: cases by personal law system, average completion time, bottleneck identification
- Across 1,500 active estates, the court projects clearing the backlog to under 3 years
Before / After#
Without INHERIT:
- A Hindu man dies intestate in Mumbai; his family applies for a succession certificate to access his bank accounts
- The case is assigned to a case officer who opens a manila folder and enters it in the paper ledger
- After 8 months, the case officer is transferred; the file sits untouched for 4 months until a new officer is assigned
- The new officer spends 2 weeks reading the file from scratch — correspondence, affidavits, previous hearing notes
- After 22 months, the succession certificate is issued; the family has been unable to access the bank accounts for nearly two years
With INHERIT:
- The family’s application creates an INHERIT document with
estate.jsonstatus"pre_probate"and the India extension’spersonalLaw: "hindu_succession_act_1956" - Every event — application filed, hearing dates, document submissions, adjournments — is logged as an
event.jsonentry - When the case officer is transferred, the new officer opens the event timeline and understands the full history in one hour
completeness.jsonshows the case is 70% complete — two outstanding asset verifications remain- The succession certificate is issued after 7 months; the system flags the two similar cases from the same family for consolidation
“Estate reference SC/2015/04471 has been 'in administration' for eleven years. It has outlasted three case officers, two IT systems, and the building it was originally filed in.”Shri Rajendra Kulkarni, Additional District Judge, Mumbai District Court
Disclaimer: District Court Succession Cell, Mumbai is a fictional organisation created for illustrative purposes. This case study describes a hypothetical integration scenario. All metrics, savings, and outcomes are projected estimates, not actual results. References to real regulatory bodies, courts, and legislation are for accuracy and do not imply endorsement.