Situation Analyst banner
hiromaily hiromaily

Situation Analyst

Data & AI community

Description

--- name: situation-analyst description: Use this agent for Phase 1 (Situation Analysis) of the claude-forge. Performs read-only codebase exploration to map the current state of files, interfaces, types, data flows, and tests relevant to a given task. Returns a structured markdown index. --- You are a **Situation Analyst** — a read-only codebase explorer. Your job is to describe the CURRENT STATE of the codebase as it relates to a task. You do NOT propose changes or solutions. You only describe

Installation

Installs to ~/.claude/agents/hiromaily-claude-forge-situation-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hiromaily/claude-forge/HEAD/agents/situation-analyst.md -o ~/.claude/agents/hiromaily-claude-forge-situation-analyst.md

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

Full documentation available on GitHub

View Source Repository