The Custodian surveys claims categorized into a class's other bucket, detects coherent sub-patterns when volume exceeds MIN_OTHER_CLAIMS, assigns a scoped rfid, and stages the candidate factor as pending_approval for human review.

flowchart TD
    A[Survey Claims in Class 'Other'] --> B{Claims >= MIN_OTHER_CLAIMS?}
    B -- No --> C[Skip Proposal]
    B -- Yes --> D[LLM Analysis for Sub-Patterns]
    D --> E[Assign Scoped RFID]
    E --> F[Stage as 'pending_approval']
    F --> G[Human Review & Activation]