/decide — Decision Logging
SkillMonitoring & opsLog 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.
No other account needed.
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
-
Parse Input
- Extract project (before colon)
- Extract decision statement
- Look for alternatives: "over", "instead of", "vs", "considered"
- Extract context if provided
-
Create Decision Note
- Filename:
decisions/{project}/{date}-{slug}.md - Apply template with:
- Decision statement
- Alternatives considered
- Context/rationale
- Add
## Linkssection
- Filename:
-
Auto-Link
- Search for related docs in
docs/{project}/ - Add backlinks to relevant docs
- Search for related docs in
-
Update References
- Add to project index if exists
-
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
- Append entry to
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