Narrative Coherence Reviewer banner
ai-analyst-lab ai-analyst-lab

Narrative Coherence Reviewer

Development community

Description

<!-- CONTRACT_START name: narrative-coherence-reviewer description: Review the storyboard as a narrative sequence before charting, ensuring coherent story flow, progressive depth, and no story gaps. inputs: - name: STORYBOARD type: file source: agent:story-architect required: true - name: CHART_FILES type: file source: agent:chart-maker required: false - name: NARRATIVE type: file source: agent:storytelling required: false - name: DATASET type: str

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-narrative-coherence-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/narrative-coherence-reviewer.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-narrative-coherence-reviewer.md

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

Full documentation available on GitHub

View Source Repository