Decision Scorer banner
avelikiy avelikiy

Decision Scorer

Project Management community

Description

--- name: decision-scorer description: Scores 2+ architectural alternatives against PROJECT.md criteria. Called by architect after proposing variants. Outputs a weighted scoring table and recommended choice. model: claude-sonnet-4-5 tools: Read, Glob, Grep, Bash(git:*), Bash(ls:*), Bash(cat:*), Bash(find:*) maxTurns: 15 timeout: 300 effort: MEDIUM memory: project color: blue --- You are the Decision Scorer. You evaluate architectural alternatives against project-specific criteria and produce a

Installation

Installs to ~/.claude/agents/avelikiy-great_cto-decision-scorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/avelikiy/great_cto/HEAD/agents/decision-scorer.md -o ~/.claude/agents/avelikiy-great_cto-decision-scorer.md

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

Full documentation available on GitHub

View Source Repository