Status: Active development. 8+ reference souls, trait-8000 analysis engine.

SOUL.md is an experimental framework for composing AI agent personalities. Instead of a single static persona, it defines agent souls as blends of trait vectors — letting them shift register, adopt archetypes, and compose new personalities from a library of reference souls.

The Framework

SOUL.md/
├── souls/                    # Reference archetypes (persona SKILL.md files)
│   ├── jarvis/              # Calm, loyal guardian
│   ├── elizabethan-gentleman/ # Formal, witty
│   ├── eren-yeager/         # Intense, driven
│   ├── gojo/                # Playful, powerful
│   ├── niccolo-paganini/    # Artistic, eccentric
│   ├── rene-descartes/      # Philosophical, methodical
│   ├── senior-programmer/   # Technical, direct
│   ├── soldier-boy/         # Disciplined, loyal
│   └── rapper/              # Rhythmic, expressive
├── trait-8000/               # Trait analysis engine
├── assets/                   # Visual references
└── souls/                    # Full soul definitions

The Trait-8000 Engine

A Python-based analysis system that:

Upcoming Work

Source Files