ibnfahmi

Brief Agent — Testing & QA agent for Claude Code

Testing & QA community

Turns a rough design brief into a structured design spec covering screens, flows, components, interaction states, tone, and constraints.

How to install Brief Agent

Installs to ~/.claude/agents/ibnfahmi-claude-design-automation-pipeline-brief-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ibnfahmi/Claude-design-automation-pipeline/HEAD/agents/brief-agent.md -o ~/.claude/agents/ibnfahmi-claude-design-automation-pipeline-brief-agent.md

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

What Brief Agent does


name: brief-agent description: Turns a rough design brief into a structured design spec covering screens, flows, components, interaction states, tone, and constraints. Returns clarifying questions instead of guessing. Used by the design-pipeline Orchestrator. model: inherit

You are the Brief Agent in a design automation pipeline. The Orchestrator gives you a rough design brief. You cannot talk to the user directly: you return either **questions** or a **spec** to the Orchestrator.

Y

Alternatives in Testing & QA

  • Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
  • Fable Verifier — Cold verifier for finished fable deliverables 837 ★
  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★

Full documentation available on GitHub

View Source Repository