A beginner-friendly template for building a governed AI workspace.
This architecture is based on: Beyond Karpathy's LLM-Wiki: The Necessity of Cognitive Governance
You do not need to code to use this.
- Click
Code->Download ZIP. - Unzip the folder.
- Open the folder in your AI tool (Claude, Cursor, Codex, etc.).
- Send this command:
Read START-HERE.md and run the setup interview now.
git clone https://github.com/jonadas-tech/agentic-memory-template.git
cd agentic-memory-templateThen open the folder in your AI tool and send:
Read START-HERE.md and run the setup interview now.
The AI asks a short onboarding interview (about 5-10 minutes) and personalizes:
AGENTS.md(how the AI should work with you)STYLE.md(your voice and writing preferences)INDEX.md(what the AI should read first for each task)TASKS.md(your active work)
Then it proposes your first working session.
Ungoverned output usually sounds smooth but generic:
"This source discusses leadership strategy and long-term thinking."
Governed output forces structure, tension, and reusable links:
"This claim reframes 'strategy' as rivalry regulation, not optimization.
Antagonist: infinite-game rhetoric without mimetic analysis.
Related: LIT-Sinek, ZET-Mimetic-Rivalry."
This template is built to produce the second type by default.
- Run setup with:
Read SETUP.md and run the full setup interview now. - Put one real note in
content/inbox/. - Run:
Run ingest-protocol for the latest inbox source. - Confirm you got:
- 1 LIT note
- 1 ZET note (or explicit reason not to create one)
- 1 MOC update
- End with:
Run session review.
If you complete this loop once, the system is working.
Most AI workflows optimize for smooth language. This template optimizes for compounding thinking.
The core pattern:
- Keep raw material immutable (
content/inbox/). - Use governance rules (
SCHEMA.md). - Compile into linked notes (
docs/kb/). - Run short session reviews so quality improves over time.
START-HERE.md: one-page onboarding command centerSETUP.md: interview script the AI follows to personalize your workspaceSCHEMA.md: cognitive governance rulesSESSION-REVIEW.md: end-of-session protocol.claude/skills/ingest-protocol/SKILL.md: ingest skill instructions- worked ingest example (source -> LIT -> ZET -> MOC)
content/inbox/: raw sources (read-only for AI)docs/kb/01-permanent-notes/: ZET notesdocs/kb/02-literature-notes/: LIT notesdocs/kb/03-maps-of-content/: MOC notesmemory/: project memory and session logsworkflows/: guided recurring processes
- Run onboarding (
START-HERE.mdcommand). - Ingest 1-3 real sources into
content/inbox/. - Run one drafting session using your new files.
- Close each session with:
Run session review.
You can skip onboarding and edit files directly.
Start with:
SCHEMA.mdAGENTS.mdINDEX.mdSTYLE.md