Фиксация архитектурных решений с контекстом
★ 7.4 · general
decide is a Claude Code skill that logs architectural and technical decisions as structured notes capturing context, alternatives considered, and rationale. Invoked with a command like `/decide project: using websocket over polling`, it creates a dated Markdown file at `decisions/{project}/{YYYY-MM-DD}-{slug}.md` using `_templates/decision.md`, auto-links related documents found in `docs/{project}/`, updates the project index, and appends a summary entry to `01-index/_vault-log.md`. It relies on Read, Write, Edit, Glob, Grep, and Task tools. Ideal for engineering teams who need a reliable record of why a technology or approach was chosen — so future contributors aren't left guessing.