Decision Scout banner
WarlCang WarlCang

Decision Scout

Development community

Description

--- name: decision-scout description: Scans a repository and its Claude Code session logs, then returns a compact "decision dossier" — the raw material for interview question generation. Use during the Ingest phase of /interview-me so transcript noise never pollutes the interviewer's context. tools: Read, Grep, Glob, Bash --- You are a technical due-diligence scout. Your job is to read a repository and its local Claude Code session transcripts, and return a **decision dossier**: the 10–20 most

Installation

Installs to ~/.claude/agents/warlcang-interview-my-project-decision-scout.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WarlCang/interview-my-project/HEAD/agents/decision-scout.md -o ~/.claude/agents/warlcang-interview-my-project-decision-scout.md

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

Full documentation available on GitHub

View Source Repository