Syntic

Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.

C-Level AdvisoryFree Safe

decision-logger

Security Scan Summary

Status: Safe

Source: Syntic Skills registry

Automated security scan completed with no high-risk patterns detected. Manual review is still required.

About This Skill

Use when logging decisions after a board meeting, reviewing past decisions, or checking overdue action items—invoked automatically after boardroom approvals.

Downloadable SKILL.md

Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.

SKILL.md
---
name: decision-logger
description: Use when logging decisions after a board meeting, reviewing past decisions, or checking overdue action items—invoked automatically after boardroom approvals.
category: C-Level Advisory
version: 1.0.0
tools: []
---

# Decision Logger

Two-layer memory system. Layer 1 stores everything. Layer 2 stores only founder-approved decisions. Future meetings read Layer 2 only—prevents hallucinated consensus bleeding into new deliberations.

## Quick 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

### Layer 1 — Raw Transcripts
**Location:** ~/.claude/decisions/raw/YYYY-MM-DD-<slug>.md
- Full Phase 2 contributions, Phase 3 critique, Phase 4 synthesis, all debates
- NEVER auto-loaded; only on explicit founder request
- Archive after 90 days

### Layer 2 — Approved Decisions
**Location:** ~/.claude/decisions/approved/
- ONLY founder-approved decisions, actions, and corrections
- Loaded automatically in future deliberations
- Append-only; never deleted, only superseded

## Decision Entry Format

**Decision:** [Clear statement.]
**Owner:** [One person — accountable.]
**Deadline:** [YYYY-MM-DD]
**Review:** [YYYY-MM-DD]
**Rationale:** [Why this over alternatives.]

**Rejected:**
- [Proposal] — [reason] [DO_NOT_RESURFACE]

**Action Items:**
- [ ] [Action] — Owner: [name] — Due: [YYYY-MM-DD]

**Supersedes:** [DATE of previous decision]

## Conflict Detection

Before logging, check for:
1. **DO_NOT_RESURFACE violations** — new decision matches rejected proposal
2. **Topic contradictions** — two active decisions on same topic with different conclusions
3. **Owner conflicts** — same action assigned to different people

When found, surface for founder resolution before logging.

## Marking Actions Complete

Never delete completed items. History is the record.
- [x] [Action] — Owner: [name] — Completed: [DATE] — Result: [one sentence]

## File Structure

~/.claude/decisions/
├── raw/YYYY-MM-DD-<slug>.md (Layer 1: full transcript)
├── raw/archive/YYYY/ (after 90 days)
├── approved/YYYY-MM-DD-<slug>.md (Layer 2: approved record)
└── approved/decisions.md (Layer 2 index: append-only)

Bundle Download

Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.

Install Targets

Syntic App

  1. 1. Create a dedicated folder for this skill in your local skills library.
  2. 2. Place SKILL.md into that folder.
  3. 3. Restart Syntic and invoke this skill on matching tasks.

Syntic Code (CLI)

  1. 1. Save SKILL.md in your local Syntic Code skills directory.
  2. 2. Keep related files in the same skill folder.
  3. 3. Run in a safe environment and validate outputs.

Source

https://github.com/alirezarezvani/claude-skills/blob/main/c-level-advisor/skills/decision-logger/SKILL.md

Open Source Link
C-Level Advisory

Related Skills