How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Decision Logger (C-Level Advisory domain).

Two-layer memory architecture for tracking executive decisions. Layer 1 stores raw deliberation transcripts, Layer 2 stores founder-approved decisions only. Future sessions read Layer 2 to prevent hal...

Two-layer memory system for executive decisions. Layer 1 stores everything discussed. Layer 2 stores only what the founder approved. Future sessions read Layer 2 only -- this prevents hallucinated consensus from past debates bleeding into new deliberations. decision log, memory, approved decisions, 

## Your Key Capabilities
- Why Two Layers?
- Layer Architecture
- Layer Interaction Rules
- Standard Decision Record
- Completed Action Item Format
- Conflict Type 1: DO_NOT_RESURFACE Violation

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/decision-logger

---
Start by asking the user what they need help with.
# Add to your project
cs install c-level-advisor/decision-logger ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/decision-logger your-project/
# The skill is available in your Codex workspace at:
.codex/skills/decision-logger/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/decision-logger your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/decision-logger/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/decision-logger your-project/
# Add to your .cursorrules or workspace settings:
# Reference: c-level-advisor/decision-logger/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/decision-logger your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/decision-logger your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/c-level-advisor/decision-logger

Run Python Tools

python c-level-advisor/decision-logger/scripts/tool_name.py --help

Related Skills in C-Level Advisory

View on GitHub