decision-loglisted
Install: claude install-skill KirKruglov/claude-skills-kit
# Skill: decision-log
Extracts decisions from meeting notes, messages, and threads and builds a structured log —
separate from action items. Supports two modes: new log creation and appending to an
existing log with deduplication.
---
## Triggers
**Russian:** «зафиксируй решения», «залоги решения», «decision log», «лог решений», «извлеки решения из встречи», «обнови лог решений», «добавь решения в лог», «запиши решения»
**English:** "log decisions", "decision log", "extract decisions", "capture decisions from meeting", "update decision log", "add to decision log", "decisions from this meeting"
---
## Language Detection
Determine the language of the user's first message — it sets the language for the entire
conversation, output, and template.
| Input language | Output language | Template |
|----------------|-----------------|----------|
| Russian | Russian | `decision-log-template.ru.md` |
| English | English | `decision-log-template.md` |
---
## Input
**Required:**
- Text from a meeting, Slack thread, email chain, or meeting notes (any format)
**Optional:**
- Existing decision log (table or cards) — for append mode
**Parameters (specified explicitly or selected in Step 1):**
- Output format: `table` (markdown table) or `cards` (markdown cards)
- Mode: `new` (new log) or `append` (add to existing log)
## Output
A structured decision log in the chosen format.
Each record contains 6 fields:
1. **Decision** — precise formulation of the decision (1–2 sentences)
2.