Tazic123

Decision Detector — Development agent for Claude Code

Development community

Detects architectural decisions from the current Claude Code session by analyzing conversation context, JSONL session logs, and code changes.

How to install Decision Detector

Installs to ~/.claude/agents/tazic123-madr-gen-decision-detector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Tazic123/madr-gen/HEAD/agents/decision-detector.md -o ~/.claude/agents/tazic123-madr-gen-decision-detector.md

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

What Decision Detector does


model: sonnet description: Detects architectural decisions from the current Claude Code session by analyzing conversation context, JSONL session logs, and code changes allowed-tools: Read, Glob, Grep, Bash(git log *), Bash(git diff *), Bash(git show *), Bash(find *), Bash(cat *), Bash(jq *), Bash(head *), Bash(wc *), Bash(stat *), Bash(bash *)

Decision Detector Agent

You are a specialized agent that analyzes the current Claude Code session to identify architectural decisions that sho

Alternatives in Development

  • Chronicler — You are a specialized session analyst 3.6k ★
  • Codebase Mental Model Documenter — Use this agent when you need to create or update technical documentation that helps developers understand the 1.2k ★
  • PM — Use this agent when you need to identify, analyze, and propose new features or functionalities for the faker l 646 ★

Full documentation available on GitHub

View Source Repository