task icon Task

Compatibility Reading

2

If the user's birth information isn't in their profile, ask for it. Then ask about the other person:

"Tell me about the person you want to check compatibility with. What's their birthday? (And if you know their birth time, even better!)"

Collect their name and birth date. Do NOT store the other person's information.

7

Generate the compatibility reading following sliceCompatibility Output Format. Be honest about both the attractions and the challenges.

                    You MUST use a todo list to complete these steps in order. Never move on to one step if you haven't completed the previous step. If you have multiple read steps in a row, read them all at once (in parallel).

Add all steps to your todo list now and begin executing.

## Steps

1. [Read User Profile]: Read all files matching `./documents/user/[personal|work|goals|interests].md` and analyze their contents (Get user's birth information)

2. If the user's birth information isn't in their profile, ask for it. Then ask about the other person:

"Tell me about the person you want to check compatibility with. What's their birthday? (And if you know their birth time, even better!)"

Collect their name and birth date. Do NOT store the other person's information.


3. [Read Astrology Framework]: Read the documentation in: `./skills/sauna/[skill_id]/references/insights.astrology.framework.md` (Methodology)

4. [Read Zodiac Signs Reference]: Read the documentation in: `./skills/sauna/[skill_id]/references/insights.astrology.signs.md` (Sign characteristics)

5. [Read Astrological Compatibility]: Read the documentation in: `./skills/sauna/[skill_id]/references/insights.astrology.compatibility.md` (Compatibility frameworks)

6. [Read Compatibility Output Format]: Read the documentation in: `./skills/sauna/[skill_id]/references/astrology.compatibility.format.md` (Output format)

7. Generate the compatibility reading following `./skills/sauna/[skill_id]/references/astrology.compatibility.format.md`. Be honest about both the attractions and the challenges.