decision-logger

Solid

Two-layer memory for executive decisions, separating raw deliberation from approved decisions to prevent hallucinated consensus. Use when logging decisions, reviewing past decisions, or checking overdue action items.

AI & Automation 413 stars 81 forks Updated 5 days ago NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Decision Logger Two-layer memory system for executive decisions. Layer 1 stores everything discussed. Layer 2 stores only what the founder approved. Future sessions read Layer 2 only -- this prevents hallucinated consensus from past debates bleeding into new deliberations. ## Keywords decision log, memory, approved decisions, action items, board minutes, conflict detection, DO_NOT_RESURFACE, decision history, overdue, supersession, decision search, decision tracking, accountability --- ## Two-Layer Architecture ### Why Two Layers? Single-layer decision logs create a dangerous problem: agents read old debates, rejected proposals, and discarded ideas, then treat them as context for new decisions. This causes "hallucinated consensus" where rejected ideas gradually become accepted through repetition. The two-layer system prevents this by strictly separating raw discussion from approved decisions. ### Layer Architecture ``` Layer 1: Raw Transcripts (NEVER auto-loaded) Location: memory/board-meetings/YYYY-MM-DD-raw.md Contains: Full deliberation, all perspectives, rejected arguments Loaded: Only on explicit founder request Retention: Active 90 days, then archived Layer 2: Approved Decisions (AUTO-LOADED every session) Location: memory/board-meetings/decisions.md Contains: Only founder-approved decisions and action items Loaded: Automatically at start of every board meeting (Phase 1) Mutation: Append-only. Decisions are never deleted, only superseded. ``...

Details

Author
borghei
Repository
borghei/Claude-Skills
Created
6 months ago
Last Updated
5 days ago
Language
HTML
License
NOASSERTION

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category