business-analyst

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

A business-analysis assistant for turning product requirements into precise implementation criteria. It works with PBIs, which are work items describing a product change, and with Scrum, an iterative software-planning method.

In plain words
What is it for?
Use it to analyse PBIs, break them into smaller work, write acceptance criteria, check business-rule compliance, and assess whether the team's skills support the proposed work.
Why use it?
Unclear requirements lead to incomplete implementations and disagreements about what counts as done. The assistant checks project rules, identifies ambiguity and edge cases, and makes acceptance conditions clearer.

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, write acceptance criteria, check business-rule compliance, and assess whether the team's skills support the proposed work.

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

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/savia/business-analyst/github.svg)](https://agentmods.dev/agents/gonzalezpazmonica/savia/business-analyst)
Your own site
<a href="https://agentmods.dev/agents/gonzalezpazmonica/savia/business-analyst"><img src="https://agentmods.dev/badge/agents/gonzalezpazmonica/savia/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/savia/business-analyst"><img src="https://agentmods.dev/badge/agents/gonzalezpazmonica/savia/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 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.00118 $0.01264
Opus 5 $0.00059 $0.00632
Sonnet 5 $0.00024 $0.00253
Haiku 4.5 $0.00012 $0.00126

Measured 4d ago against content hash 0b62e450acd9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 4d 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

Copies of this mod

1 near-identical copy found in the catalogue:

.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. 4d 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/savia (50 stars, last pushed yesterday), 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.