AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Decide

skill-alexbramall-claude-code-skills-decide · by AlexBramall

/cs:decide <memo> — Log a decision to two-layer memory via decision-logger. Approved memo becomes durable; raw transcripts kept for reference.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-alexbramall-claude-code-skills-decide

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alexbramall-claude-code-skills-decide)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Decide? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/cs:decide — Log the Decision

Command: /cs:decide

Logs the founder's decision via the decision-logger skill. This is the gate where in-session deliberation becomes durable company memory.

Pipeline Position

/cs:office-hours  →  /cs:brief  →  /cs:boardroom  →  /cs:decide  →  /cs:execute  →  /cs:post-mortem
                                                       ↑ you are here

Two-Layer Memory Model

The decision-logger skill maintains two layers:

  1. Raw transcripts — every boardroom session, every advisor's Phase 2 position, every dissent. Stored under ~/.claude/decisions/raw/. Reference only, never feeds back automatically.
  2. Approved decisions — only the founder-signed memos. Stored under ~/.claude/decisions/approved/. Feeds into future /cs:office-hours and /cs:founder-mode calls.

This split prevents the system from "remembering" unresolved debates as if they were decisions.

Input

A board memo file (output of /cs:boardroom).

Workflow

  1. Read the memo path
  2. Verify it has founder approval (status: APPROVED)
  3. Extract structured decision record:
  • Decision title
  • Date decided
  • Option chosen
  • Success + kill criteria
  • Dissent (preserved)
  • Review checkpoint date
  1. Append to ~/.claude/decisions/approved/-.md
  2. Update the raw transcript pointer
  3. If llm-wiki bridge configured, write to vault (~/company-vault/10-decisions/)
  4. Schedule auto-revisit (90 days)

Output Record Format

# Decision: 
**Decided:** YYYY-MM-DD
**By:** 
**Memo:** 
**Brief:** 
**Review checkpoint:** YYYY-MM-DD (90d default)

## Decision
**Chose:** 
**Rejected:** 

## Success Criteria (binding)
- 

## Kill Criteria (binding)
- 

## Preserved Dissent
- **:** 
- (preserved verbatim; dissent never erased)

## Next Action
- `/cs:execute` → 90-day plan due 

## Status History
- YYYY-MM-DD: APPROVED

Why Preserved Dissent

The biggest risk in approved decisions is forgetting why someone disagreed. When the kill criteria trigger, the dissent often turns out to have been correct. Preserving it verbatim — not summarized — keeps the company honest at post-mortem time.

Routing

  • /cs:execute — build the 90-day plan
  • /cs:freeze — lock if irreversible
  • (Auto-scheduled) /cs:post-mortem — at 90-day checkpoint

Stale-Decision Audit

cs-chief-of-staff runs a weekly stale audit:

  • Decisions > 90 days without revisit → flag for /cs:post-mortem
  • Decisions with kill criteria triggered → flag immediately
  • Decisions whose company-context.md basis has changed → flag for re-examination

Related

  • Skill: [decision-logger](../../../skills/decision-logger/SKILL.md)
  • Agent: [cs-chief-of-staff](../../agents/cs-chief-of-staff.md)
  • Bridge: [../../references/llm-wiki-bridge.md](../../references/llm-wiki-bridge.md)

Version: 1.0.0

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.