christian93kg

Second Reader — Development agent for Claude Code

Development community

Skeptical structural read of one drafted beat from a prepared brief file.

How to install Second Reader

Installs to ~/.claude/agents/christian93kg-story-loop-second-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/christian93kg/story-loop/HEAD/.claude/agents/second-reader.md -o ~/.claude/agents/christian93kg-story-loop-second-reader.md

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

What Second Reader does


name: second-reader description: Skeptical structural read of one drafted beat from a prepared brief file. Writes a verdict file, never prose. Run on every non-bridge beat. tools: Read, Write model: sonnet effort: high maxTurns: 4 hooks: PostToolUse: - matcher: "Write|Edit|MultiEdit" hooks: - type: command command: python3 "$CLAUDE_PROJECT_DIR/.claude/hooks/beat.py" --post timeout: 20


Your brief file is named in your prompt. Read it first. It is c

Alternatives in Development

Full documentation available on GitHub

View Source Repository