memento-os
01Plugin Claude Code
Decision-centric memory system for AI coding agents. Store conclusions, not notes. OODA-driven reasoning artifacts with priority matrix, invalidation triggers, and seed activation.
Plugin Claude Code
Decision-centric memory system for AI coding agents. Store conclusions, not notes. OODA-driven reasoning artifacts with priority matrix, invalidation triggers, and seed activation.
Instructions file CodexOpenCode
Instructions for Aiyo28/memento-os, covering agent instructions — memento os, what this repo is, if you're working on this repo, conventions and retrieval-first protocol.
Skill Claude CodeCodex
Composable decision skill. Core OODA loop: present options, assess confidence, record reasoning artifact with priority matrix. Modes: default (decide from current context), --research (ingest source first, then decide), --reframe (force perspective shift before options). Triggers: "decide", "should we", "which…
Skill Claude CodeCodex
Stress-test a plan, design, or architecture through relentless structured interviewing. Produces reasoning artifacts as byproduct — every gap found becomes a [D], [I], or [S] artifact. Triggers: "grill me", "stress test this plan", "poke holes", "challenge my design", "devil's advocate", "what am I missing".
Skill Claude CodeCodex
Find aged [D] artifacts whose invalidation triggers may have fired. Scans vault context.md tables, parses the invalidates-if clause, scores decay from git log keyword search + vault contradiction + age. Emits ranked candidates with the triggering signal. User confirms → artifact marked superseded. Triggers: "decay…
Skill Claude CodeCodex
Validate every reasoning artifact in vault context.md tables against schema rules. [D]/[I] need an invalidates clause, [S] needs an activation clause, [E] needs a fix: line, every artifact needs # number + priority + YYYY-MM-DD date. Exit non-zero on violation so it runs as a hook or in CI. Triggers: "lint vault"…
Skill Claude CodeCodex
Run at end of session OR before compaction. Extracts reasoning artifacts with priority matrix, updates NEXT.md, appends to session log. Two modes: end-of-session (default) and pre-compaction (--compact). Triggers: "done", "wrap up", "session complete", "end of session", "about to compact", "context getting long".
Skill Claude CodeCodex
Session opening ritual. Loads context via L0→L1 protocol, displays briefing with active decisions and pending items, checks for stale artifacts by priority. Triggers: "start session", "what's the context", "where were we", "catch me up".
Skill Claude CodeCodex
Vault health check. Validates structure, detects stale reasoning artifacts by priority level, processes inbox, and suggests cleanup. Triggers: "vault audit", "check vault", "clean up vault", "process inbox", "what's stale", "vault health".
Cursor rule
Memento OS — reasoning artifact conventions for persistent AI memory.
Cursor rule
Memento OS — session lifecycle and decision workflows.
Instructions file
Claude Code instructions for Aiyo28/Xee-mcp, covering xee-mcp — agent session protocol, project shape, critical gotchas, session opening checklist and sibling project.
MCP server Claude CodeCodexCursor
MCP server "xee-mcp" as configured in Aiyo28/Xee-mcp. Runs locally from the /ABSOLUTE/PATH/TO/Xee-mcp Python package. Needs 1 environment variable to run.