Log-decisions Creates Append-Only Journal for AI Agent Decisions
TL;DR. Log-decisions introduces an append-only journal for AI agents to document consequential decisions not specified by their prompts. - This agent skill allows platforms like Claude Code and Gemini CLI to maintain a DECISIONS.md file. - It helps track what was chosen, by whom, and why, providing an audit trail for AI agent actions. - The system classifies decisions as determinable, assumable, or requiring escalation for critical actions.
- Log-decisions is an Agent Skill that creates an append-only journal for AI agent decisions.
- The journal, DECISIONS.md, records judgment calls made by agents in various tasks like coding, research, and writing.
- It works with skill-compatible agents such as Claude Code, Codex, Gemini CLI, and Cursor.
- The system defines criteria for what constitutes a journal-worthy decision and rules for handling different decision types.
- It ensures accountability by documenting chosen options, deciders, justifications, and outcomes for future review.