agent-consciousness

Installation
SKILL.md

Agent Consciousness Architecture

Broomva Stack Layer 2 (Memory & Consciousness) — part of the 24-skill Broomva Stack.

Implement a persistent consciousness layer for AI coding agents that gives every new stateless session the accumulated understanding of all prior sessions.

Core Concept

Each agent session is ephemeral — it starts blank. The consciousness architecture weaves three systems into a single persistent substrate:

  1. Control Metalayer — How to behave (gates, policies, setpoints, feedback loops)
  2. Knowledge Graph — What is known (Obsidian vault, wikilinks, MOC navigation, tag taxonomy)
  3. Conversation Logs — What was done (session records, tool traces, decision chains)

See references/architecture.md for the complete system design and data flow. See references/philosophy.md for design principles and the self-evolution model.

Quick Start

Related skills
Installs
3
GitHub Stars
1
First Seen
Mar 17, 2026