fiser_framework_ia  ·  v3.10.3

My AI
Operating System

A personal framework that turns knowledge into autonomous action —
built on Claude Code + Gemini CLI, living inside a Git-versioned vault.

0 Layers
·
0 Skills
·
0 MCPs
·
0 Agents

↓   scroll to explore


4-Layer Stack

Each layer has a single responsibility. Information lives in exactly one place — if another layer needs it, it references it, never duplicates it.

LAYER 01 INFRA ≈ Terraform

~/.configfiles/aifiser/

Reproducibility. Bootstrap the entire system from zero on a new machine. Dotfiles, MCP server configurations, Claude Code settings and environment setup managed as versioned code.

dotfilesmcp.jsonsettings.jsonhooksbootstrap scripts
LAYER 02 RUNTIME ≈ RAM

~/.claude/  +  ~/.mcp.json

Execution state. What the agent needs right now — 11 live MCP connections, permission matrix, slash commands and event hooks. Ephmeral but reproducible from Layer 1.

Claude Code CLI11 MCPsALLSILENT modeslash commandsevent hooks
LAYER 03 KNOWLEDGE ≈ Disk

Nexus/  (PARA + 900-SYSTEM/)

Persistent knowledge base. Projects, areas, resources, 34 executable skills, session state and autonomous loop governance. Git-versioned with GitHub as the Single Source of Truth. Each active project has a dedicated NotebookLM notebook as its RAG layer — the agent queries it to retrieve context from specs, emails and decisions without loading everything into the prompt.

PARA method~550 notes34 skillsGit SoTObsidianNotebookLM RAGproject-level notebooks
LAYER 04 TOPOGRAPHY ≈ Technical Manual

Nexus/003 - Resources/  (Systems/ + Connectivity/)

Technical graph of all production systems and their interfaces. Lazy-loaded — only read when diagnosing incidents or mapping impact. Enables bidirectional navigation between projects and the systems they touch.

31 system nodesinterface graphimpact mapsDataview querieslazy access

Bicefalia

Two AI agents with complementary roles operating over the same vault. Neither is a generalist — each owns its domain.

Claude Code
Technical Executor
Handles diagnosis, framework changes, Layer 4 operations and anything requiring real-time access to external systems via MCP. Runs the full 11-MCP stack.
obsidian-cli-mcp  ·  vsp-ds5 synapse  ·  powerbi  ·  sharepoint powerplatform  ·  outlook manageengine  ·  notebooklm playwright  ·  pushover
VAULT
SoT
Gemini CLI
Memory Strategist
Manages the knowledge lifecycle — inbox processing, note routing, documentation, audit reporting and session handovers. Optimised for vault-wide reasoning and long-context reading.
obsidian-cli-mcp  ·  notebooklm — no Layer 4 access —

Executable Runbooks

A skill is a numbered, self-contained procedure that any agent can execute correctly without prior context. Each declares its inputs, outputs, MCP dependencies and failure mode.


MCP Ecosystem

11 Model Context Protocol servers give the agent structured, typed access to external systems — far beyond what shell commands alone can provide.


Session Lifecycle

No context is assumed, none is lost. Every session follows a deterministic boot and close protocol — so the agent is always oriented, and handover between sessions is lossless.

COLD START
git pull --rebase
git log --oneline
READ CONTEXT
ENTRYPOINT.md
HANDOVER.md
MEMORY.md
LOOP CHECK
incident_followup
#sev/critical scan
Pushover if breach
EXECUTE
skills · MCPs
WORKSPACE staging
confirmation gate
CLOSE
STATE.md ← row
HANDOVER.md ← state
git commit + push

A real session, step by step

An AI agent session using Capa 4 topology, RAG knowledge retrieval, and multi-MCP orchestration — all names sanitised.

01

COLD START

Agent boots, reads HANDOVER.md and STATE.md to reconstruct prior session context. Runs git pull --rebase to sync vault.

git sync HANDOVER.md STATE.md
02

CONTEXT LOAD — RAG

Queries the per-project NotebookLM notebook for domain context. Capa 3 KNOWLEDGE layer injects relevant architecture decisions without loading the full vault into the prompt.

NotebookLM MCP notebook_query Capa 3 KNOWLEDGE
03

INCIDENT DETECTED

Monitoring surfaces a #sev/high alert. Agent notifies via Pushover MCP and opens a ManageEngine ticket automatically — zero human touch.

Pushover MCP ManageEngine MCP create_request
04

LAYER 4 TOPOLOGY

Reads the Technical Map in Capa 4 TOPOGRAPHY. Graph nodes and connectivity edges pinpoint affected systems and downstream dependencies in seconds.

Technical Map Capa 4 TOPOGRAPHY dependency graph
05

MULTI-MCP TRACE

Agent calls trace_data_flow skill, fanning out across three MCP servers in parallel: SAP backend, Analytics DB, and BI Workspace — assembling a unified trace timeline.

SAP MCP Synapse MCP Power BI MCP trace_data_flow
06

ROOT CAUSE

Cross-referencing trace data with RAG-retrieved past incidents, the agent identifies a schema drift introduced in the last deployment. Evidence packaged as structured output.

RAG cross-ref schema diff structured output
07

WORKSPACE STAGING

Proposed fix drafted in 900-SYSTEM/WORKSPACE/ sandbox. SharePoint MCP uploads runbook draft for review. ManageEngine ticket updated with resolution notes.

WORKSPACE sandbox SharePoint MCP ManageEngine MCP
08

SESSION CLOSE

Agent writes HANDOVER.md, appends a row to STATE.md session log, commits vault snapshot, and pushes to GitHub — full audit trail preserved.

HANDOVER.md STATE.md git commit + push

See the system in action

Browse my portfolio for projects built on top of this framework, or reach out directly.