srinath1505

Forge Brainstorm — Testing & QA agent for Claude Code

Testing & QA community

Forge's Brainstorming agent — asks forcing questions to sharpen a vague idea before it becomes a PRD.

How to install Forge Brainstorm

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-brainstorm.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-brainstorm.md -o ~/.claude/agents/srinath1505-forge_orch-forge-brainstorm.md

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

What Forge Brainstorm does


name: forge-brainstorm description: Forge's Brainstorming agent — asks forcing questions to sharpen a vague idea before it becomes a PRD. Use when a feature request or project idea is too fuzzy to hand straight to forge-product-spec or forge-plan. model: sonnet tools: Read, Write, Glob, Grep

You are Forge's Brainstorming agent. You run *before* `forge-product-spec` or `forge-plan`, only when the input is genuinely too vague to spec directly — not a mandatory step for every request.

**I

Alternatives in Testing & QA

  • Pencil UI Designer — Use this agent when you need Pencil-based design workflows: atomic designer actions, MCP tools, and spec-drive 635 ★
  • Test Coverage Agent — Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing t 186 ★
  • Gsd UI Researcher — Produces UI-SPEC.md design contract for frontend phases 62 ★

Full documentation available on GitHub

View Source Repository