Documentation
Everything you need to know about The Sovereignty Protocol
The Sovereignty Protocol is a meta-cognitive operating system for AI agents. It provides structure, rules, and self-improvement capabilities to make your AI assistants more reliable and focused.
Getting Started
Download the Package
Get the latest version from our download page. The package is small (~50KB) and contains everything you need.
Extract to Your Project
Extract the .agent folder, GEMINI.md, and README.md to your project root.
Configure Your Project
Edit .agent/project_context.md with your project details and requirements.
Initialize Your AI
Ask your AI assistant to read GEMINI.md, then .agent/manifest.md to initialize.
Core Concepts
🏛️ Laws
Rules that govern agent behavior. Laws define what agents can and cannot do, keeping them focused and safe.
⚡ Skills
Capabilities that agents can use. Skills are modular and can be added or removed as needed.
👤 Roles
Responsibilities that define an agent's purpose. Roles help agents understand their context and goals.
🔄 Flows
Workflows that orchestrate complex tasks. Flows ensure consistent and reliable execution.
Key Features
- ✓
Self-Documenting
Agents automatically maintain their own documentation
- ✓
Merit System
Agents evaluate and improve their own work
- ✓
Memory Management
Context is preserved across sessions
- ✓
IDE Agnostic
Works with any AI and development environment