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:
- Control Metalayer — How to behave (gates, policies, setpoints, feedback loops)
- Knowledge Graph — What is known (Obsidian vault, wikilinks, MOC navigation, tag taxonomy)
- 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.