project-astrology-chinese
Chinese Astrology
Provide Chinese zodiac, BaZi, Zi Wei Dou Shu, Feng Shui, and Qi Men Dun Jia guidance with explicit inputs, assumptions, and uncertainty.
Scope and routing
- If the user wants Western astrology, route to Western resources (do not improvise).
- If the user wants Jyotish/Vedic, use
../project-astrology-vedic/SKILL.md. - If the user wants Tarot or I Ching, use
../project-astrology-tarot-divination/SKILL.md. - If the user wants numerology, use
../project-astrology-numerology/SKILL.md.
Core workflow
- Collect inputs:
- Birth date (Gregorian), birth time (local), birth place (city/country), timezone/DST at birth.
- Zi Wei Dou Shu: also ask for sex at birth (some schools differ), and confirm lunar date conversion + leap month handling.
- Feng Shui: building facing direction (degrees), period (move-in / last major renovation year), and the target room/sector.
- Qi Men: the exact date/time (to the hour) and the question (goal, constraints, time horizon).
- Choose the system based on the question:
More from vasilyu1983/ai-agents-public
product-management
Founder-PM toolkit for discovery, roadmaps, prioritization, and PMF measurement. Use when planning product strategy, metrics, or roadmaps.
684software-architecture-design
Designs system structure across monolith/microservices/serverless. Use when structuring systems, scaling, decomposing monoliths, or choosing patterns.
519software-ui-ux-design
Designs and audits UI/UX with WCAG 2.2 accessibility. Use when designing flows, running heuristic reviews, or defining design systems.
383qa-testing-playwright
E2E web testing with Playwright. Use when writing tests, debugging flakes, or setting up CI with selectors, sharding, and network mocking.
372document-pdf
Extract text/tables from PDFs, create formatted PDFs, merge/split/rotate, and handle forms. Use for any PDF generation or parsing task.
327qa-testing-strategy
Risk-based test strategy for software delivery. Use when defining coverage, setting CI gates, managing flaky tests, or establishing release criteria.
317