# Log Decision

> Record a strategic decision with its reasoning, the alternatives considered, and a date to review the outcome. Use for "/log-decision", "log this decision", or after a significant choice is made.

- **Type:** Skill
- **Install:** `agentstack add skill-chacosoldier-compabob-log-decision`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [chacosoldier](https://agentstack.voostack.com/s/chacosoldier)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [chacosoldier](https://github.com/chacosoldier)
- **Source:** https://github.com/chacosoldier/compabob/tree/main/.claude/skills/log-decision

## Install

```sh
agentstack add skill-chacosoldier-compabob-log-decision
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Log Decision

Capture a decision while the reasoning is fresh, so it can be reviewed honestly later. The point is calibration: a decision logged with its expected outcome can be checked against what actually happened.

## Steps

1. **Gather** the decision: what was decided, when, and by whom.
2. **Capture the reasoning**: the key factors, and the single most important one.
3. **Capture the alternatives**: what else was on the table, and why it lost. "Do nothing" counts.
4. **State the expected outcome** and a **review date** (usually 30 to 90 days out).
5. **Write** to `vault/Decisions/YYYY-MM-DD-.md`.

## Format

```
---
title: [decision]
date: YYYY-MM-DD
review_on: YYYY-MM-DD
status: open
tags: [decision]
---

# [Decision]

**Decision**: [what was decided]

**Why**: [the reasoning, most important factor first]

**Alternatives considered**:
- [option] — rejected because [...]

**Expected outcome**: [what success looks like, concretely]

**Review on **: _(left blank until the review)_
```

## Reviewing

When `/log-decision review` is run, list decisions whose `review_on` date has passed, and for each ask: did it work out? Fill in the review section and set `status` to `validated`, `mixed`, or `wrong`. Honest reviews are the whole value.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [chacosoldier](https://github.com/chacosoldier)
- **Source:** [chacosoldier/compabob](https://github.com/chacosoldier/compabob)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-chacosoldier-compabob-log-decision
- Seller: https://agentstack.voostack.com/s/chacosoldier
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
