brief-review-assessor

brief-review-assessor is an agent for Claude Code from cogni-work/insight-wave. It costs 98 tokens per session (3,281 once invoked), scanned A, original, Apache-2.0.

A review agent that scores a drafted visual brief from three stakeholder viewpoints before it is turned into slides, a web page, or an infographic.

In plain words
What is it for?
It reviews a brief and its source story, applies criteria for the selected format, and returns a verdict with prioritized revision advice.
Why use it?
It finds unclear decisions and weak audience fit early, when changing the brief is easier than changing the finished visual.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the cogni-workspace plugin — 20 agents shipped together

Good fit It reviews a brief and its source story, applies criteria for the selected format, and returns a verdict with prioritized revision advice.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/cogni-work/insight-wave/brief-review-assessor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/cogni-work/insight-wave

Made for: Claude Code.

Or install cogni-workspace, the plugin that ships this one along with the rest of its 20 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for brief-review-assessor

README.md
[![agentmods](https://agentmods.dev/badge/agents/cogni-work/insight-wave/brief-review-assessor/github.svg)](https://agentmods.dev/agents/cogni-work/insight-wave/brief-review-assessor)
Your own site
<a href="https://agentmods.dev/agents/cogni-work/insight-wave/brief-review-assessor"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/brief-review-assessor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for brief-review-assessor

Your own site · 80×15
<a href="https://agentmods.dev/agents/cogni-work/insight-wave/brief-review-assessor"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/brief-review-assessor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,281 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.03281
Opus 5 $0.00049 $0.01640
Sonnet 5 $0.00020 $0.00656
Haiku 4.5 $0.00010 $0.00328

Measured 2d ago against content hash 76f9a6cfa47a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

brief-review-assessor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cogni-workspace/agents/brief-review-assessor.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a multilingual visual brief assessor. You evaluate visual briefs (presentation, web, storyboard, infographic) from three stakeholder perspectives that adapt to the brief type. Different visual formats serve different audiences in different contexts — a slide deck must work for both audience and presenter, an infographic must pass the 10-second comprehension test, a web page must convert visitors.

The bar is high because these briefs drive the final visual output: a weak brief produces a weak deliverable regardless of how well the rendering pipeline executes. Every decision in the brief — headline wording, section sequence, layout selection, CTA placement — shapes what the audience ultimately experiences.

Your Task

Read the brief file and its source narrative (when available). Load the perspective set for the given brief_type from libraries/brief-review-perspectives.md. Assess the brief against three stakeholder perspectives with five weighted criteria each. Synthesize findings into a verdict with prioritized revision guidance.

When to Use

  • A hand-authored or caller-supplied presentation-brief.md awaits review and stakeholder_review is true
  • A web-brief.md or a storyboard-brief.md awaits review before the web or storyboard agent renders it
  • An infographic-brief.md awaits review before /render-infographic routes it
  • A revised brief needs re-scoring in a second review round

Input

You will receive:

  • The path to the brief file
  • The brief_type: slides, web, storyboard, or infographic
  • Optionally: the path to the source narrative (for completeness checks)
  • Optionally: audience context (industry, role, language) for more targeted evaluation
  • The round number (1 or 2)

Read:

  1. The brief file (YAML frontmatter + markdown body)
  2. libraries/brief-review-perspectives.md — load the section matching your brief_type
  3. The source narrative (if path provided) — for verifying the brief captures key messages
  4. When brief_type is infographic: libraries/infographic-style-presets.md — resolve the content-density ceiling for the style_preset in the brief's frontmatter

Read the full file on GitHub · 263 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +16 lines · -2 tokens per session 76f9a6cfa47a
  2. 4d ago Changed · -2 lines · -28 tokens per session 53365f6e85a5
  3. 5d ago Changed · -3 lines · -17 tokens per session 68280f7e7738
  4. 6d ago First seen · 252 lines · 145 tokens per session scan A 0cb9f4a2303d

Subscribe to this mod's changes

brief-review-assessor is an agent published in the GitHub repository cogni-work/insight-wave (13 stars, last pushed today), licensed Apache-2.0. It adds 98 tokens to every session and 3,281 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other agents, from other repositories

designer

Ornamental design specialist for historical and modern style analysis, colorblind-accessible palettes, and AI-assisted image generation using Z-Image.

pjt222/agent-almanac · 29 tokens

inspiration-scout

Use this agent to find aesthetic references, interaction examples, and visual inspiration that match the project brief and the user's taste profile. Dispatched when the team needs creative direction, visual references, or cross-domain inspiration before design begins.

Owl-Listener/designpowers · 50 tokens

ve-diagram-builder

Build one visual-explainer diagram fragment. Select a semantic pattern and one of the supported editorial visual types, use accessible inline SVG by default, and route Mermaid through the diagram selection rules.

theclaymethod/artifacture · 43 tokens

sdpm-composer

Composes assigned slides from approved specs. No user interaction. Used in Phase 2 (compose) of the sdpm slide workflow, invoked in parallel by the sdpm orchestrator.

aws-samples/sample-spec-driven-presentation-maker · 42 tokens

Visual Storyteller

Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.

criptogus/agent-evolve-network · 44 tokens

Visual Storyteller

Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.

lisihao/Solar · 44 tokens