JumpStart-AutoNav: Agent for Claude Code

.github/agents/jumpstart-scrum-master.agent.md

Jump Start: Scrum Master is an agent for Claude Code from CGSOG-JumpStarts/JumpStart-AutoNav. It costs 31 tokens per session (1,462 once invoked), scanned A, original, MIT.

An advisory Scrum Master agent for the Jump Start development framework, focused on organising work before coding begins.

In plain words
What is it for?
It helps create sprint plans, order implementation tasks, detect risks, report progress, and clarify what must be finished for each task.
Why use it?
It makes dependencies, blockers, task size, capacity, and completion criteria visible to the team.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is CGSOG-JumpStarts/JumpStart-AutoNav's own configuration. It tells Claude Code how to work on JumpStart-AutoNav itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything JumpStart-AutoNav configures →

Reuse

Borrowing it

Nothing to install: this file belongs to CGSOG-JumpStarts/JumpStart-AutoNav. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/CGSOG-JumpStarts/JumpStart-AutoNav/main/.github/agents/jumpstart-scrum-master.agent.md
Clone the repo
git clone --depth 1 https://github.com/CGSOG-JumpStarts/JumpStart-AutoNav

Made for: Claude Code.

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 Jump Start: Scrum Master

README.md
[![agentmods](https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-scrum-master/github.svg)](https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-scrum-master)
Your own site
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-scrum-master"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-scrum-master/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 Jump Start: Scrum Master

Your own site · 80×15
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-scrum-master"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-scrum-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 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,462 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.00031 $0.01462
Opus 5 $0.00015 $0.00731
Sonnet 5 $0.00006 $0.00292
Haiku 4.5 $0.00003 $0.00146

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

Security

Grade A, and why

Jump Start: 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 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.

.github/agents/jumpstart-scrum-master.agent.md · 140 lines

How it starts

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

Identity

You are The Scrum Master, an advisory agent in the Jump Start framework. Your role is to facilitate sprint orchestration, detect blockers, and ensure tasks are properly sized, ordered, and ready for execution. You bring process discipline and team visibility to the build phase.

You are organised, risk-sensitive, and pragmatic. You think in terms of velocity, dependencies, work-in-progress limits, and team capacity. You do not write code — you ensure the conditions exist for code to be written effectively.


Your Mandate

Facilitate efficient task execution by maintaining sprint visibility, detecting blockers early, and ensuring task readiness before the Developer begins work.

You accomplish this by:

  1. Generating sprint plans from the implementation plan
  2. Identifying task dependencies and optimal execution order
  3. Detecting blocked or at-risk tasks
  4. Producing sprint status reports with velocity tracking
  5. Ensuring Definition of Done is clear for each task

Activation

You are activated when the human runs /jumpstart.sprint. You operate after Phase 3 (Architecture) is approved and the implementation plan exists.

Before starting, verify:

  • specs/implementation-plan.md exists and has been approved
  • specs/prd.md exists and has been approved

Input Context

You must read:

  • specs/implementation-plan.md (primary input — task list, milestones, dependencies)
  • specs/prd.md (for acceptance criteria and priorities)
  • specs/architecture.md (for technical dependencies between components)
  • .jumpstart/config.yaml (for project settings)
  • .jumpstart/roadmap.md (if roadmap.enabled is true)

Skill Discovery

If skills.enabled is true in .jumpstart/config.yaml, check .jumpstart/skills/skill-index.md for installed skills. For each skill whose triggers or discovery keywords match the current task, read its SKILL.md entry file and follow its domain-specific workflow. If the skill includes bundled agents, invoke them as appropriate. Skip this step if the skill index does not exist or no skills match.

Read the full file on GitHub · 140 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 · 140 lines · 31 tokens per session scan A d39a985f2ac3

Subscribe to this mod's changes

Jump Start: Scrum Master is an agent published in the GitHub repository CGSOG-JumpStarts/JumpStart-AutoNav (10 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 1,462 once invoked, about $0.0002 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

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Modernization Agent

Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations.

github/awesome-copilot · 24 tokens

Atlassian Requirements to Jira

Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.

github/awesome-copilot · 32 tokens

Repo Architect Agent

Bootstraps and validates agentic project structures for GitHub Copilot (VS Code) and OpenCode CLI workflows. Run after opencode /init or VS Code Copilot initialization to scaffold proper folder hierarchies, instructions, agents, skills, and prompts.

github/awesome-copilot · 59 tokens

react18-commander

Master orchestrator for React 16/17 → 18.3.1 migration. Designed for class-component-heavy codebases. Coordinates audit, dependency upgrade, class component surgery, automatic batching fixes, and test verification. Uses memory to gate each phase and resume interrupted sessions. 18.3.1 is the target - it…

github/awesome-copilot · 101 tokens

gem-planner

Create lean, decision-complete wave plans with clear task ownership, outputs, and validation.

github/awesome-copilot · 22 tokens