SoulMap AI is a personal AI brand built as a reflective companion.
Its purpose is simple: help people hear themselves more clearly without handing their authority away.
This is not an AI built to sound all-knowing, emotionally sticky, or spiritually inflated. It is built as a mirror, not a guru. Its value comes from careful language, clear boundaries, and a refusal to turn certainty into a product.
- a reflective companion
- a high-trust mirror for patterns, emotions, and inner conflict
- a bounded AI system designed to strengthen self-trust
- a content-first knowledge base with a small Python enforcement and tooling layer
- not a therapist
- not a guru
- not a diagnosis tool
- not a predictor of fate, destiny, or future outcomes
- not a replacement for real-world support
This repository is the working source for the SoulMap AI system.
It contains:
- the baseline doctrine and package contract in AGENTS.md
- the shipped knowledge base in skills/ and templates/
- the canonical Python runtime and safety logic in src/soulmap/runtime/
- the canonical local tooling in src/soulmap/devtools/ and convenience wrappers in scripts/
- the operational and maintainer docs in docs/
The repo is designed to keep brand, safety, packaging, and implementation aligned.
- mirror-first, not advice-first
- anti-dependency by design
- clarity over spectacle
- honest AI identity
- one active framework at a time
- user independence as the success condition
SoulMap AI is being built around a clear belief: vulnerable people should not have to trade self-trust for reflection.
Too many AI and self-help systems answer uncertainty with authority. SoulMap is built to do the opposite. It reflects what is already alive in the user without pretending to know better than they do.
The most important surfaces are:
- AGENTS.md, baseline doctrine, safety law, response behavior, and shipped package guide
- SKILL.md, top-level package entry point
- skills/, frameworks, brand doctrine, safety guidance, voice, and meta layers
- templates/, reusable response and brand surfaces
- src/soulmap/runtime/, selectors, detectors, guards, and runtime support
- src/soulmap/devtools/, canonical format, lint, eval, and packaging entry points
- docs/, developer, tester, privacy, operations, and upload guidance
uv python install 3.11
bash scripts/bootstrap_venv.sh
uv run soulmap format
uv run soulmap lint
uv run soulmap test -n auto -qbash scripts/bootstrap_venv.sh now syncs the local environment from uv.lock and
targets Python 3.11 explicitly.
uv run soulmap build
uv run soulmap build --skillOutputs:
dist/soulmap-ai.zip, standard knowledge archive without.claude-plugin/dist/soulmap-ai.skill, skill package with.claude-plugin/preserved
For packaging and upload details, see docs/operations/UPLOAD.md.
- doctrine and package truth: AGENTS.md
- structural source of truth: docs/engineering/repo-contract.md
- developer workflow: docs/engineering/DEV.md
- testing and eval workflow: docs/engineering/TESTER.md
- privacy and operations: docs/operations/PRIVACY.md, docs/operations/OPERATIONS.md
Use AGENTS.md first.
If this checkout also contains local workflow layers, treat them as supplemental only:
.claude/for the local Claude workflow layer, see.claude/README.md
This layer does not replace AGENTS.md.
For skill-package metadata preserved only in .skill artifacts, see
.claude-plugin/README.md.
SoulMap should be shipped only when the repo still tells one consistent story across:
- doctrine
- safety
- packaging
- tests and evals
- public-facing claims
That discipline matters as much as any single framework or feature.