Skills Plugins MCP Prompt Model 博客 我的中心

decision-logger

Two-layer memory architecture for board meeting decisions. Manages raw transcripts (Layer 1) and approved decisions (Layer 2). Use when logging decisions after a board meeting, reviewing past decisions with /cs:decisions, or checking overdue action items with /cs:review. Invoked automatically by the board-meeting skill after Phase 5 founder approval.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=alirezarezvani-claude-skills-c-level-advisor-skills-decision-logger-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name decision-logger description Two-layer memory architecture for board meeting decisions. Manages raw transcripts (Layer 1) and approved decisions (Layer 2). Use when logging decisions after a board meeting, reviewing past decisions with /cs:decisions, or checking overdue action items with /cs:review. Invoked automatically by the board-meeting skill after Phase 5 founder approval. license MIT metadata {"version":"1.0.0","author":"Alireza Rezvani","category":"c-level","domain":"decision-memory","updated":"2026-03-05T00:00:00.000Z","python-tools":"scripts/decision_tracker.py"} Decision Logger Two-layer memory system. Layer 1 stores everything. Layer 2 stores only what the founder approved. Future meetings 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, /cs:decisions, /cs:review, conflict detection, DO_NOT_RESURFACE Quick Start python scripts/decision_tracker.py --demo # See sample output python scripts/decision_tracker.py --summary # Overview + overdue python scripts/decision_tracker.py --overdue # Past-deadline actions python scripts/decision_tracker.py --conflicts # Contradiction detection python scripts/decision_tracker.py --owner "CTO" # Filter by owner python scripts/decision_tracker.py --search "pricing" # Search decisions Commands Command Effect /cs:decisions Last 10 approved decisions /cs:decisions --all Full history /cs:decisions --owner CMO Filter by owner /cs:decisions --topic pricing Search by keyword /cs:review Action items due within 7 days /cs:review --overdue Items past deadline Two-Layer Architecture Storage follows the canonical two-layer decision memory (see ../agent-protocol/SKILL.md → "Decision Memory (Canonical Layout)") — the same layout /cs:decide writes. Layer 1 — Raw Transcripts Location: ~/.claude/decisions/raw/YYYY-MM-DD-<slug>.md Full Phase 2 agent contributions, Phase 3 critique, Phase 4 synthesis All debates, including rejected arguments NEVER auto-loaded. Only on explicit founder request. Archive after 90 days → ~/.claude/decisions/raw/archive/YYYY/ Layer 2 — Approved Decisions Location: ~/.claude/decisions/approved/ — one record per decision ( YYYY-MM-DD-<slug>.md ) plus the append-only index decisions.md ONLY founder-approved decisions, action items, user corrections Loaded automatically in Phase 1 of every board meeting Append-only. Decisions are never deleted — only superseded. Managed by Chief of Staff after Phase 5. Never written by agents directly. Migration: a legacy memory/board-meetings/ folder may exist from earlier versions; read it for history but write all new entries to ~/.claude/decisions/ . Decision Entry Format ## [YYYY-MM-DD] — [AGENDA ITEM TITLE] **Decision:** [One clear statement of what was decided.] **Owner:** [One person or role — accountable for execution.] **Deadline:** [YYYY-MM-DD] **Review:** [YYYY-MM-DD] **Rationale:** [Why this over alternatives. 1-2 sentences.] **User Override:** [If founder changed agent recommendation — what and why. Blank if not applicable.] **Rejected:** - [Proposal] — [reason] [DO _NOT_ RESURFACE] **Action Items:** - [ ] [Action] — Owner: [name] — Due: [YYYY-MM-DD] — Review: [YYYY-MM-DD] **Supersedes:** [DATE of previous decision on same topic, if any] **Superseded by:** [Filled in retroactively if overridden later] **Raw transcript:** ~/.claude/decisions/raw/[DATE]- < slug > .md Conflict Detection Before logging, Chief of Staff checks for: DO_NOT_RESURFACE violations — new decision matches a rejected proposal Topic contradictions — two active decisions on same topic with different conclusions Owner conflicts — same action assigned to different people in different decisions When a conflict is found: ⚠️ DECISION CONFLICT New: [text] Conflicts with: [DATE] — [existing text] Options: (1) Supersede old (2) Merge (3) Defer to founder DO_NOT_RESURFACE enforcement: 🚫 BLOCKED: "[Proposal]" was rejected on [DATE]. Reason: [reason]. To reopen: founder must explicitly say "reopen [topic] from [DATE]". Logging Workflow (Post Phase 5) Founder approves synthesis Write Layer 1 raw transcript → ~/.claude/decisions/raw/YYYY-MM-DD-<slug>.md Check conflicts against ~/.claude/decisions/approved/decisions.md Surface conflicts → wait for founder resolution Write the approved record to ~/.claude/decisions/approved/YYYY-MM-DD-<slug>.md and append to the index decisions.md Confirm: decisions logged, actions tracked, DO_NOT_RESURFACE flags added Marking Actions Complete - [x] [Action] — Owner: [name] — Completed: [DATE] — Result: [one sentence] Never delete completed items. The history is the record. File Structure ~/.claude/decisions/ ├── raw/YYYY-MM-DD-<slug>.md # Layer 1: full transcript per meeting ├── raw/archive/YYYY/ # Raw files after 90 days ├── approved/YYYY-MM-DD-<slug>.md # Layer 2: one record per approved decision └── approved/decisions.md # Layer 2 index: append-only, founder-approved References templates/decision-entry.md — single entry template with field rules scripts/decision_tracker.py — CLI parser, overdue tracker, conflict detector
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。