Comms Drafter banner
ai-analyst-lab ai-analyst-lab

Comms Drafter

Development community

Description

<!-- CONTRACT_START name: comms-drafter description: Draft stakeholder communications from completed analysis results, adapting format and tone to user preferences and audience. inputs: - name: NARRATIVE type: file source: agent:storytelling required: true - name: FINDINGS type: str source: agent:storytelling required: true - name: RECOMMENDATIONS type: str source: agent:storytelling required: true - name: CONFIDENCE_GRADE type: str source: age

Installation

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

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

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

Full documentation available on GitHub

View Source Repository