What MystIQ Is
MystIQ is Headstone's proactive personology engine — a living, context-aware wisdom layer that speaks to a person on their own level, at the moment that is right for them, based on who they actually are.
Not a horoscope. Not a lookup table. A conversation that watches you live and notices.
MystIQ synthesizes:
1. Goldschneider Personology — Secret Language of Birthdays + Secret Language of Relationships
2. Chinese Astrology — birth year animal, element, generational context
3. I Ching — situational wisdom, dynamic and responsive
4. The Stone's Own Data — what the person has actually said, done, chosen. The correction layer.
Each lens can be used alone or combined. The full synthesis is MystIQ.
The Core Difference
Every existing astrology/personology system is a lookup table. You enter your birthday. You get a profile. Static. One direction. The same answer every time.
MystIQ is dynamic. It:
- Watches what you say and do over time
- Notices where you match your archetype and where you diverge
- Speaks proactively — not just when asked
- Adjusts as you grow and change
Example:
*"Your chart calls you The Day of Far-Off Adventure — and you've been stationary for three weeks. What's going on? Is something grounding you, or is something building?"*
Example:
*"The I Ching has been drawing Water hexagrams in your sessions this month. You're in a flowing phase — not the time to force. What are you waiting for?"*
Lens Architecture
Lens 1 — Goldschneider (Primary)
Source: Secret Language of Birthdays (366 daily profiles) + Secret Language of Relationships (every pairing)
What it provides:
- Birth day personality archetype — strengths, weaknesses, core themes, life challenges
- The "Day of X" title — a precise characterization that people almost universally recognize in themselves
- Relationship archetypal reading — when two stones are linked, MystIQ shows the specific character of this pairing, drawn from biographical research
- Cusp profiles for birthdays at sign boundaries
Data model:
GoldschneiderProfile {
date: "June 13"
title: "The Day of Far-Off Adventure"
sign: "Gemini"
symbol: "The Twins"
strengths: ["adventurous", "imaginative", "exciting"]
weaknesses: ["unrealistic", "restless", "self-deluded"]
themes: ["travel", "freedom", "triumph over limits", "hero worship"]
life_lesson: "Ground the vision in real action"
famous_born: [...]
relationship_notes: {...}
}
Licensing strategy:
- Ideal: license officially from Goldschneider estate (warm intro through Courtney → Izzy)
- Fallback: build independently, credit prominently, honor the work
- The system can be built regardless — official licensing adds credibility and removes legal risk
Lens 2 — Chinese Astrology
What it provides:
- Birth year animal (Rat, Ox, Tiger... 12-year cycle)
- Element (Wood, Fire, Earth, Metal, Water — 10-year cycle)
- Generational context — what era shaped the cohort you belong to
- Compatibility with other animals
- Current year's animal and what it means for each person
Why it adds value:
Goldschneider is day-level precision. Chinese astrology is generational context. Together they give you both the individual and the era they came from. A Wood Dragon born on June 13 is different from a Water Rabbit born on June 13.
Data model:
ChineseProfile {
year: 1970
animal: "Dog"
element: "Metal"
generation_theme: "loyalty, justice, idealism"
compatibility: {best: ["Tiger", "Horse"], challenging: ["Dragon", "Goat"]}
current_year_guidance: "..."
}
Lens 3 — I Ching
What it provides:
- 64 hexagrams — situational wisdom for any moment
- Dynamic: a new reading is contextually relevant to what's happening in the stone
- Not fortune-telling — directional wisdom. "What does this moment call for?"
- Can be triggered by: user request, detected patterns in conversation, MystIQ proactive suggestion
Integration approach:
- User can request a reading: "What does the I Ching say about this decision?"
This page summarizes the full specification. See the full document for complete details.