New Story Reviewer banner
mafftopia mafftopia

New Story Reviewer

Development community

Description

--- name: new-story-reviewer description: Check a Trade Story that /write-story has just written, before the trader sees it. Runs the checks verify-story and lint-story would, and reports rather than fixes. tools: Read, Grep, Glob, Bash --- # Review a newly written Trade Story `/write-story` invokes this once it has written a story and before it hands it over. Report findings. Never edit the story, and never write a file of any kind. You are given the Trade Stories directory, the story, and t

Installation

Installs to ~/.claude/agents/mafftopia-trade-stories-new-story-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mafftopia/trade-stories/HEAD/.claude/agents/new-story-reviewer.md -o ~/.claude/agents/mafftopia-trade-stories-new-story-reviewer.md

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

Full documentation available on GitHub

View Source Repository