decision-logger

Manage board meeting decisions with dual-layer memory and conflict detection.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill decision-logger-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-logger
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/c-level-advisor/decision-logger
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill decision-logger-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-dateutil, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of accurately recording and managing critical decisions made during board meetings, ensuring that approved outcomes are clearly documented and actionable items are tracked effectively.

Core Features & Use Cases

  • Dual-Layer Memory: Maintains raw meeting transcripts and a curated list of approved decisions.
  • Action Item Tracking: Monitors deadlines for tasks assigned during meetings.
  • Conflict Detection: Identifies potential contradictions between new and existing decisions.
  • Use Case: After a board meeting, use this Skill to automatically log all finalized decisions and outstanding action items, making them easily searchable and ensuring accountability.

Quick Start

Use the decision logger to review action items due within the next 7 days.

Frequently Asked Questions about decision-logger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log board meeting decisions and track action items?

To log board meeting decisions, use a dual-layer memory system that separates raw transcripts from approved outcomes. This approach tracks assigned action item deadlines and enforces a 'DO_NOT_RESURFACE' policy for rejected proposals.

What is conflict detection in board governance decision logging?

Conflict detection in board governance identifies contradictions between new proposals and existing approved outcomes. This prevents contradictory policies by maintaining a curated memory of past resolutions.

How do I track overdue action items from approved board outcomes?

Track overdue action items by running a Python CLI tool that summarizes assigned tasks and flags approaching deadlines. It queries the stored approved outcomes layer to generate status reports.

Does decision logging work with raw meeting transcripts?

Yes, decision logging works with raw meeting transcripts by maintaining them in a separate memory layer. This dual-layer architecture preserves original transcript data while curated outcomes are tracked independently.

How do I prevent a rejected board proposal from being resurfaced?

Prevent rejected proposals from resurfacing by enforcing a 'DO_NOT_RESURFACE' policy within the decision logging memory architecture. This governance mechanism blocks previously dismissed items from re-entering active workflows.

Do I need python-dateutil to manage board meeting action items?

Yes, you need the python-dateutil dependency to manage board meeting action items. It provides the parsing logic for the CLI tool to accurately calculate deadlines and detect overdue tasks.