PassDown turns fragile decisions about heirlooms into a documented, family-wide process. Below are the core flows, the rules engine, and the surfaces that support each role.
Steward adds photos, provenance, and a written story for the item.
Family members get a gentle alert with the new entry and its story.
Members can privately state why the piece is meaningful to them.
Steward chooses a recipient; executor mediates when there is contention.
Item marked distributed, a full provenance record is generated.
If exactly one family member expresses interest and no recipient is set, the steward receives a one-tap confirm.
The item enters a 14-day reflection window. All parties can add context; the steward makes the call at its close.
The executor gains write access to items with pending decisions after a 30-day quiet period.
The item is returned to the pool and previous interested parties are re-notified in order of expressed interest.
A branch can be forked into a sub-family; both branches inherit read-only access to the shared history.
Distributed items become read-only; corrections require executor countersign.
┌──────────────┐ ┌────────────────┐
│ Family App │◀──────▶│ API Gateway │
└──────┬───────┘ └───────┬────────┘
│ │
▼ ▼
┌──────────────┐ ┌────────────────┐
│ Auth Layer │ │ Rules Engine │
└──────┬───────┘ └───────┬────────┘
│ │
└──────────┬─────────────┘
▼
┌──────────────────┐
│ Heirloom Store │ (photos, story, provenance)
└────────┬─────────┘
▼
┌──────────────────┐
│ Notification Bus │ (email · in-app · digest)
└──────────────────┘| Action | Member | Steward | Executor | Admin |
|---|---|---|---|---|
| Browse heirlooms | ✓ | ✓ | ✓ | ✓ |
| Add / edit heirlooms | — | ✓ | ✓ | — |
| Express interest | ✓ | — | — | — |
| Approve / decline interest | — | ✓ | ✓ | — |
| Finalize distribution | — | — | ✓ | — |
| Manage families & moderation | — | — | — | ✓ |
Heirlooms, Interests, Stories and Distributions form the four core aggregates.
Stories are visible only to family members; exports are self-serve and auditable.
Every finalized decision writes to an immutable, exportable provenance record.