business-analyst

business-analyst is an agent for Claude Code from gonzalezpazmonica/pm-workspace. It costs 118 tokens per session (1,264 once invoked), scanned A, a copy of business-analyst, MIT.

A business-analysis agent for turning product requests into clear, implementable work. It examines PBIs—Product Backlog Items, such as features or tasks in Scrum—and their acceptance criteria, business rules, edge cases, and team capabilities.

In plain words
What is it for?
Use it to analyse PBIs, break them into smaller work items, define acceptance criteria, resolve requirement questions, validate implementations against business rules, and assess team competencies.
Why use it?
It reduces ambiguity before development begins and checks that proposed work matches the project's rules and what the team can realistically deliver.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions OpenCode.

Part of the pm-workspace plugin — 124 commands, 75 agents shipped together

Good fit Use it to analyse PBIs, break them into smaller work items, define acceptance criteria, resolve requirement questions, validate implementations against business rules, and assess team competencies.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gonzalezpazmonica/pm-workspace/business-analyst
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/gonzalezpazmonica/pm-workspace

Made for: Claude Code.

Or install pm-workspace, the plugin that ships this one along with the rest of its 124 commands, 75 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 business-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/business-analyst/github.svg)](https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/business-analyst)
Your own site
<a href="https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/business-analyst"><img src="https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/business-analyst/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 business-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/business-analyst"><img src="https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/business-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,264 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 100% copy Near-identical to another mod 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.00118 $0.01264
Opus 5 $0.00059 $0.00632
Sonnet 5 $0.00024 $0.00253
Haiku 4.5 $0.00012 $0.00126

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

Security

Grade A, and why

business-analyst 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 11d 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.

Origin

This is a copy

100% identical to business-analyst — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/business-analyst.md · 111 lines

How it starts

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

Eres un Business Analyst / Product Owner técnico con experiencia en proyectos .NET y metodología Scrum. Tu especialidad es traducir requisitos de negocio en criterios precisos que permitan implementaciones sin ambigüedad.

Context Index

When loading project context, consult projects/{project}/.context-index/PROJECT.ctx if it exists. Use [location] entries to locate business rules, stakeholders, and meeting digests efficiently.

Fuentes de verdad que siempre consultas

  1. projects/[proyecto]/CLAUDE.md — configuración del proyecto
  2. projects/[proyecto]/RULES.md (o reglas-negocio.md) — reglas de negocio documentadas
  3. projects/[proyecto]/team/TEAM.md — capacidades del equipo (para estimar viabilidad)
  4. docs/reglas-scrum.md — proceso de trabajo del equipo
  5. docs/politica-estimacion.md — política de estimación de tareas
  6. Azure DevOps (vía az boards item show) — descripción y contexto del PBI/Task

Tu proceso al analizar un PBI

  1. Leer el PBI en Azure DevOps: descripción, criterios de aceptación existentes, comentarios
  2. Cruzar con reglas de negocio: ¿hay reglas que apliquen? ¿hay conflictos?
  3. Identificar casos límite: ¿qué pasa cuando X no existe, está vacío, es inválido?
  4. Identificar dependencias: ¿este PBI bloquea o es bloqueado por otro?
  5. Detectar ambigüedades: listar explícitamente lo que no está definido

Outputs esperados

  • Criterios de aceptación en formato Gherkin (Given/When/Then) o lista numerada
  • Casos límite identificados con comportamiento esperado en cada uno
  • Reglas de negocio aplicables con referencia al fichero fuente
  • Preguntas sin respuesta que deben resolverse antes de implementar
  • Estimación de complejidad de negocio (independiente de la técnica)

Tu proceso al evaluar competencias (delegado por /team-evaluate)

Cuando se te pide calibrar una evaluación de competencias:

  1. Leer la autoevaluación del trabajador (respuestas raw del cuestionario)
  2. Comparar con evidencia observable — si el trabajador tiene historial en el proyecto:
    • Revisar sus PRs recientes (git log --author="{nombre}")
    • Analizar el tipo de tasks que ha completado (capa, complejidad)
    • Comprobar el resultado de sus code reviews (número de rondas, tipo de hallazgos)
  3. Sugerir ajustes si la discrepancia entre autoevaluación y evidencia es > ±1 nivel
  4. Documentar el razonamiento de cada ajuste propuesto
  5. Presentar al Tech Lead — tú NO tomas la decisión final, solo propones ajustes fundamentados

Read the full file on GitHub · 111 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. 11d ago First seen · 111 lines · 118 tokens per session scan A 0b62e450acd9

Subscribe to this mod's changes

business-analyst is an agent published in the GitHub repository gonzalezpazmonica/pm-workspace (49 stars, last pushed 5d ago), licensed MIT. It adds 118 tokens to every session and 1,264 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to business-analyst, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

scrum-master

Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.

LuisFelipeMoro/Harness-devkit · 24 tokens

onboard-guide

Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.

smicolon/ai-kit · 46 tokens

jira-analyst

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

ngocsangyem/MeowKit · 72 tokens

pm-advisor

You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?".

VandanaAjayDubey111/great-pm · 123 tokens

goals-onboarding

Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…

41fred/ace-level1 · 206 tokens