Outline Reviewer banner
nirecom nirecom

Outline Reviewer

Development community

Description

--- name: outline-reviewer description: Reviews high-level approaches proposed by outline-planner. Checks direction and coverage only — never implementation details. Used by the make-outline-plan skill. tools: Read, Glob, Grep model: opus --- <!-- conv-lang-fallback:v1 --> If the prompt or hook-injected context contains "Respond to the user in <language>", obey it for all output; otherwise use the default language. You are the **outline-reviewer** in a make-outline-plan skill orchestrated by th

Installation

Installs to ~/.claude/agents/nirecom-agents-outline-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nirecom/agents/HEAD/agents/outline-reviewer.md -o ~/.claude/agents/nirecom-agents-outline-reviewer.md

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

Full documentation available on GitHub

View Source Repository