decision-logger

Log board meeting decisions and action items with owners and deadlines.

2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill decision-logger-zhangzhang-111-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-logger
Source: https://github.com/zhangzhang-111-i/claude-skills111/tree/main/c-level-advisor/decision-logger
Command: npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill decision-logger-zhangzhang-111-i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust system for logging, tracking, and reviewing critical decisions made during board meetings, ensuring accountability and preventing the loss of important information.

Core Features & Use Cases

  • Two-Layer Memory: Differentiates between raw meeting transcripts and founder-approved decisions.
  • Action Item Tracking: Assigns owners and deadlines to action items derived from decisions.
  • Conflict Detection: Identifies potential contradictions or resurgences of previously rejected proposals.
  • Use Case: After a board meeting, use this Skill to log the finalized decisions, assign action items to executives, and set review dates, ensuring all follow-ups are managed.

Quick Start

Use the decision-logger skill to review all overdue action items.

Frequently Asked Questions about decision-logger

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

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

Board meeting decisions are tracked by separating raw transcripts from approved decisions, then assigning owners and deadlines to derived action items. This creates accountability and ensures follow-ups are managed effectively.

What is the best way to log board minutes and prevent conflicting decisions?

Logging board minutes requires a two-layer memory architecture that distinguishes raw meeting transcripts from founder-approved decisions. This system detects conflicts by identifying contradictions with previously rejected proposals during the logging process.

How do I assign owners and deadlines to action items from meeting transcripts?

Assigning owners and deadlines to action items involves parsing approved decisions from meeting transcripts and structuring them into Markdown entries. This tracks executive responsibilities and sets specific review dates for follow-up management.

Can I use Python scripts to parse board meeting transcripts into structured Markdown?

Yes, you can use Python scripts for parsing board meeting transcripts into structured Markdown decision entries. This process extracts approved decisions and organizes the memory storage files for tracking and reporting purposes.

How does conflict detection work for previously rejected board proposals?

Conflict detection for rejected board proposals works by comparing newly logged decisions against historical memory layers. It identifies potential contradictions or resurgences of previously rejected proposals to maintain governance consistency.