Kb Record Decision banner
olegvg olegvg

Kb Record Decision

Development community

Description

--- description: Record a shipped decision from a completed plan into .kb/decisions/ argument-hint: path to completed plan file or directory --- Invoke the `kb-record-decision` skill for plan: `$ARGUMENTS` If `$ARGUMENTS` is empty, ask the user which plan to record. Do not default to the most recent plan — decision-record intent must come from the user.

Installation

Installs to ~/.claude/skills/olegvg-kb-for-agents-kb-record-decision/SKILL.md

Terminal
mkdir -p ~/.claude/skills/olegvg-kb-for-agents-kb-record-decision && curl -fsSL https://raw.githubusercontent.com/olegvg/kb-for-agents/HEAD/commands/kb-record-decision.md -o ~/.claude/skills/olegvg-kb-for-agents-kb-record-decision/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository