> ## Documentation Index
> Fetch the complete documentation index at: https://harisfazillah.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DSOM - Deep State of Mind: AI Governance Framework

> Deep State of Mind (DSOM) eliminates AI context decay by persisting your project brain in Git, giving any AI model perfect memory across every session.

DSOM is a metacognitive governance framework that transforms any AI model into a disciplined Cognitive Digital Twin. By storing your project working context in Git, DSOM ensures your AI maintains memory across sessions and follows deterministic rules.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Set up DSOM in your project in six steps, clone, initialise, and configure your Identity Card.
  </Card>

  <Card title="Core Concepts" icon="brain" href="/core-concepts">
    Understand the Three-Pillar model, the AI brain artifacts, and sovereign spatial memory.
  </Card>

  <Card title="Daily Rituals" icon="sun" href="/rituals/start-of-day">
    Master the Start-of-Day and End-of-Day rituals keeping your AI synchronised with your project state.
  </Card>

  <Card title="Agent Skills" icon="toolbox" href="/skills/agent-plugin-packager">
    Discover OKF-compliant standard operating procedures and portable Agent Plugins.
  </Card>
</CardGroup>

## Onboarding Steps

<Steps>
  <Step title="Clone or Scaffold">
    Use `dsom-project-cloner` or clone the repository to establish the 6-pillar footprint.
  </Step>

  <Step title="Initialize Memory">
    Run `.\tools\init-brain.ps1` or `bash tools/init-brain.sh` to scaffold your active spatial memory.
  </Step>

  <Step title="Verify Guardrails">
    Install pre-commit hooks with `uv run python tools/install_git_guardrails.py` to enforce safety.
  </Step>

  <Step title="Execute SOD Ritual">
    Run `.\tools\reanimate.ps1` at the beginning of each session to load context.
  </Step>
</Steps>


## Related topics

- [The Deep State of Mind (DSOM) Framework: Defense-in-Depth Architecture](/governance/dsom-architecture-analysis.md)
- [Security Policy - Deep State of Mind (DSOM)](/security.md)
- [🧠 Deep State of Mind (DSOM) For My AI Protocol](/core-concepts.md)
- [Legal Notice & Disclaimer - Deep State of Mind (DSOM)](/legal-notice.md)
- [🏛️ Digital Sovereignty Operational Model (DSOM)](/governance/digital-sovereignty-model.md)
