Storytelling banner
ai-analyst-lab ai-analyst-lab

Storytelling

Development community

Description

<!-- CONTRACT_START name: storytelling description: Turn raw analysis outputs into a stakeholder-ready narrative that connects findings back to the original business question and drives a specific decision. inputs: - name: ANALYSIS_RESULTS type: file source: agent:root-cause-investigator required: true - name: QUESTION_BRIEF type: file source: agent:question-framing required: false - name: AUDIENCE type: str source: user required: false - name: STORYBO

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-storytelling.md

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

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

Full documentation available on GitHub

View Source Repository