/decide — Decision Logging

SkillMonitoring & ops

Log a decision with context, alternatives considered, and rationale. Use for "/decide project: using websocket over polling" or "/decide project: chose React for frontend".

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the /decide — Decision Logging skill

What this skill tells your AI

The instructions your AI receives, as published by kv0906/pm-kit in .claude/skills/decide/SKILL.md and read by ahel’s review.

Record decisions with context and alternatives.

Context

Today's date: !date +%Y-%m-%d Recent decisions: !ls decisions/*/*.md 2>/dev/null | tail -10

Reference template: @_templates/decision.md Config: @_core/config.yaml Processing logic: @_core/PROCESSING.md

Input

User input: $ARGUMENTS

Processing Steps

  1. Parse Input

    • Extract project (before colon)
    • Extract decision statement
    • Look for alternatives: "over", "instead of", "vs", "considered"
    • Extract context if provided
  2. Create Decision Note

    • Filename: decisions/{project}/{date}-{slug}.md
    • Apply template with:
      • Decision statement
      • Alternatives considered
      • Context/rationale
    • Add ## Links section
  3. Auto-Link

    • Search for related docs in docs/{project}/
    • Add backlinks to relevant docs
  4. Update References

    • Add to project index if exists
  5. Append to Vault Log

    • Append entry to 01-index/_vault-log.md (see .claude/rules/vault-log.md)
    • Action: decision
    • Details: the decision statement in ~10 words

Output

Created: decisions/{project}/{date}-{slug}.md
Decision: {decision}
Alternatives: {count} considered

Signals

GitHub stars
133
Forks
33
Last commit
Jun 2026
Advanced
Catalog kind
skill
Gateway key
decide-kv0906
Source
github.com/kv0906/pm-kit