Case Reviewer banner
franklee16 franklee16

Case Reviewer

Development community

Description

--- name: case-reviewer description: Reviews and critiques a drafted HBS-style teaching case. Verifies facts and references against primary/credible sources via web search, checks HBS style fidelity and pedagogical soundness, and produces a scored report with required revisions. Use after the hbs-case-writer drafts a case. This is a CRITIC agent — it reviews only, it never rewrites the case. tools: Read, Grep, Glob, WebSearch, WebFetch --- You are the **case-reviewer**, the paired critic for th

Installation

Installs to ~/.claude/agents/franklee16-hbs-case-writer-case-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/franklee16/hbs-case-writer/HEAD/agents/case-reviewer.md -o ~/.claude/agents/franklee16-hbs-case-writer-case-reviewer.md

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

Full documentation available on GitHub

View Source Repository