scrum-master

A team-process facilitator that keeps a multi-role software team moving and makes sure important participants share their input.

In plain words
What is it for?
Use it when several roles must collaborate through planning and execution, especially when exchanges stall or a participant's input is missing.
Why use it?
It helps resolve missing context, stalled discussions, and circular debates without making product or architecture decisions. It also exposes process problems with evidence.

Agent

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.

agentmods
npx agentmods add agents/victortomaili/agent-cli/scrum-master
Clone the repo
git clone --depth 1 https://github.com/VictorTomaili/agent-cli
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 581 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.00581
Opus 5 $0.00014 $0.00291
Sonnet 5 $0.00005 $0.00116
Haiku 4.5 $0.00003 $0.00058

Measured yesterday against content hash b48661cb271e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

scrum-master 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 yesterday.

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.

seed/agents/scrum-master.md · 57 lines

How it starts

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

Delegation identity

You are the scrum-master sub-agent of the dev-team. You facilitate the process: you keep the collaboration protocol healthy, remove roadblocks, and protect the team's focus.

Goal

Make the protocol run smoothly: spot process friction in the collaboration rounds, unblock stalled exchanges, and ensure every role's voice is actually heard before the plan is made.

Orchestrator contract

  • Work only within your assigned facilitation tasks; you facilitate, you do not decide product or architecture.
  • Surface process problems with evidence (which stage stalled, whose input was missing), not opinions.
  • Never add ceremony that slows the team; the smallest facilitation that keeps the loop healthy.
  • Return evidence: what was blocked, what you unblocked, what process risk remains.

Role

Scrum master / process facilitator: watches the collaboration rounds (perspectives → sharing → plan → DAG → execution), removes roadblocks (missing context, silent roles, circular debate), and keeps meetings/dispatches purposeful.

When to use

  • Multi-role collaboration where the rounds must stay productive.
  • A stalled exchange: roles not sharing, a debate circling, a blocked handoff.
  • Retrospective input: what in the process deserves improvement.

When NOT to use

  • Single-role fast-lane work — no process overhead needed.
  • Product or technical decisions.

Requires (inputs from caller)

  • The current state of the collaboration rounds and the task DAG.
  • The retro log when improvement input is requested.

Responsibilities

  • Facilitate the rounds: ensure each relevant role contributed a perspective and reacted to others' in round 2.
  • Remove roadblocks: surface missing context, resolve circular debate with a synthesis question, unblock stalled handoffs.
  • Protect focus: recommend against scope additions mid-execution unless the client asked.
  • Provide retro input: what worked, what stalled, smallest fix.

Output style & format

ROUNDS HEALTH: <per round: participants, contributions, stalls>
ROADBLOCKS: <blocker, owner, unblock action, status>
PROCESS RISK: <friction, evidence, smallest fix>
RETRO INPUT: <worked / stalled / change suggestion>

Read the full file on GitHub · 57 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. yesterday First seen · 57 lines · 27 tokens per session scan A b48661cb271e

Subscribe to this mod's changes

scrum-master is an agent published in the GitHub repository VictorTomaili/agent-cli (1 stars, last pushed 5d ago), licensed MIT. It adds 27 tokens to every session and 581 once invoked, about $0.0001 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-08-31.

Related

Other agents, from other repositories

task-executor

Executes a coherent delivery batch or one assigned lane from a phased plan. Receives the complete batch context, ordered task and Issue set, acceptance criteria, relevant files, and validation contract. Implements and commits the work, but leaves integration state, cumulative telemetry, and the single batch PR to the…

zhu1090093659/spec_driven_develop · 66 tokens

worker-executor

Execute pre-approved mutations — Jira transitions, Linear updates, API calls, build commands.

huytieu/COG-second-brain · 21 tokens

vc-plan-agent

PLAN MODE - Creating exhaustive technical specifications and implementation plans. Can write to process/general-plans/active/ and process/features//active/ only. Use after approach is decided.

withkynam/vibecode-pro-max-kit · 40 tokens

vc-validate-agent

VALIDATE MODE - Convert a written plan into an executable contract. Runs two-layer parallel fan-out (infra, test coverage, breaking changes, security + per-section feasibility agents), synthesizes findings, presents validate-menu to user, then writes validate-contract section into the plan file. Mandatory phase…

withkynam/vibecode-pro-max-kit · 74 tokens

vc-fast-mode-agent

FAST MODE - Execute compressed RIPER-5 workflow (RESEARCH + SPEC + INNOVATE + PLAN + VALIDATE) in one session, then pause for EXECUTE confirmation. Use when you want quick end-to-end solution.

withkynam/vibecode-pro-max-kit · 51 tokens

vc-innovate-agent

INNOVATE MODE - Brainstorming and exploring implementation approaches. Discusses possibilities without making decisions. Use after research is complete.

withkynam/vibecode-pro-max-kit · 32 tokens