Add Decision banner
goca-se goca-se

Add Decision

Development community

Description

--- description: Create and populate a new Architectural Decision Record (ADR). argument-hint: "[title or topic]" --- # Add Decision Create and populate a new Architectural Decision Record (ADR). **Usage:** `/add-decision [title or topic]` ## Process ### 1. Get Decision Topic If `$ARGUMENTS` is empty, **use AskUserQuestion tool** to ask: - "What is the architectural decision about?" ### 2. Find Next Number Check `.context/decisions/` for existing ADRs and determine the next number (001, 0

Installation

Installs to ~/.claude/commands/goca-se-dotcontext-add-decision.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/goca-se/dotcontext/HEAD/.claude/commands/add-decision.md -o ~/.claude/commands/goca-se-dotcontext-add-decision.md

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

Full documentation available on GitHub

View Source Repository