Jocelyn = class Me extends Human {
constructor() {
super(),
this.name = 'Jocelyn Sun';
this.specialization = ['MVPs', '0 → 1 thinking', 'product with UX sense'];
this.keywords = ['inventive', 'curious', 'pattern-seeking'];
this.thinkingStyle = ['nonlinear', 'detail-aware', 'root-cause hunter'];
this.rituals = ['coffee', 'natural wine', 'divination frameworks'];
this.pronoun = 'she/her';
}
};
© 2025 Jocelyn Sun