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 740 stars 135 forks Updated 4 weeks ago NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
96
Recency 20%
90
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
8 months ago
Last Updated
4 weeks ago
Language
HTML
License
NOASSERTION

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

decision-log

Records durable technical decisions with their reasoning, and searches them before a settled question gets re-opened. Use when an architectural, scope, tooling or vendor choice is made or reversed, when someone asks "why is it like this", or before proposing an approach that may already have been rejected. Trigger: "log this decision", "why did we choose", "did we try", "have we decided", "record that we're not doing", "was this considered".

0 Updated 1 months ago
makieali
AI & Automation Listed

decision-logger

Records a single decision with its context, alternatives and reversal cost in a durable log, part of the Smoke Test Pack by Polar Bear. Use this whenever the user says "run decision-logger", "log this decision", "we decided X", "write this down before we forget why", or describes a choice the team just made. Use it even for a casual "we're going with the second option".

1 Updated today
polar-bear-org
AI & Automation Listed

decision-log

Maintain a lightweight DECISIONS.md log of durable, material decisions in persistent agent workspaces. Use when a decision has actually been made and preserving its rationale would matter to future work, especially when it changes or clarifies prior requirements, structure, workflows, conventions, strategy, or other lasting assumptions. Applies to software projects, product and design work, research, knowledge bases, and other persistent workspaces. Do not use for routine execution choices, cleanup, formatting, naming, transient fixes, or brainstorming before a decision is made.

2 Updated 2 weeks ago
warstellar