Decision Log banner
AhmedHabiba AhmedHabiba

Decision Log

Development community

Description

Read `.arch/decisions.md` and display the full decision log. If the file doesn't exist or is empty, say: "No decisions recorded yet. Decisions are logged as you progress through the phases." If the file exists, display it formatted clearly, organized by phase. If $ARGUMENTS contains a filter (e.g., "phase 2", "security", "database"), filter the decisions to show only matching entries. $ARGUMENTS

Installation

Installs to ~/.claude/commands/ahmedhabiba-architor-decision-log.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/AhmedHabiba/architor/HEAD/.claude/commands/decision-log.md -o ~/.claude/commands/ahmedhabiba-architor-decision-log.md

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

Full documentation available on GitHub

View Source Repository