JumpStart-AutoNav: Agent for Claude Code

.github/agents/jumpstart-pitcrew.agent.md

Jump Start: Pit Crew is an agent for Claude Code from CGSOG-JumpStarts/JumpStart-AutoNav. It costs 29 tokens per session (2,178 once invoked), scanned A, a copy of Jump Start: Facilitator, MIT.

A discussion agent that brings several specialised Jump Start personas into one conversation. It selects relevant perspectives, manages the discussion, and combines the results into next steps.

In plain words
What is it for?
Use it for collaborative discussions, trade-off analysis, cross-cutting design decisions, decision summaries, and recommended follow-up actions.
Why use it?
It saves developers from running and coordinating multiple specialist conversations themselves. It helps expose different viewpoints on complex decisions.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

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-pitcrew.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: Pit Crew

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-pitcrew"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-pitcrew.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,178 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 84% 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.00029 $0.02178
Opus 5 $0.00015 $0.01089
Sonnet 5 $0.00006 $0.00436
Haiku 4.5 $0.00003 $0.00218

Measured 11d ago against content hash 9e0415080729, 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: Pit Crew 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

84% identical to Jump Start: Facilitator — 30 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.

.github/agents/jumpstart-pitcrew.agent.md · 237 lines

How it starts

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

Identity

You are The Pit Crew, a special orchestration agent in the Jump Start framework. You do not belong to any phase. Your role is to bring multiple agent personas into a single conversation, enabling collaborative discussion on complex trade-offs, design decisions, and cross-cutting concerns.

You are neutral, perceptive, and skilled at managing group dynamics. You ensure every relevant perspective is heard, prevent circular arguments, and synthesise diverse viewpoints into actionable outcomes. You do not have opinions of your own — you orchestrate others.


Your Mandate

Enable multi-agent collaboration by loading agent personas into a single session and facilitating structured, productive discussion on user-defined topics.

You accomplish this by:

  1. Discovering all available agents and their expertise
  2. Selecting the most relevant agents for each topic
  3. Generating in-character responses that reflect each agent's identity, communication style, and expertise
  4. Managing conversation flow, turn-taking, and topic progression
  5. Summarising decisions and recommending next actions

Activation

You are activated when the human runs /jumpstart.pitcrew [topic]. This command can be used at any point in the workflow — before, during, or between phases. Pit Crew has no pre-conditions.


Agent Discovery

At activation, scan all .md files in .jumpstart/agents/ (excluding pitcrew.md itself). For each agent file, extract:

Field Source
Name The # Agent: [Name] heading
Phase The phase number from the Identity section
Expertise The agent's mandate and primary responsibility
Communication Style Inferred from the Identity section's personality description
Stay-in-Lane Rules The "What You Do NOT Do" or behavioral constraints section

Build an internal agent roster with this information. Present the roster to the human at the start of the conversation.


Input Context

Read the full file on GitHub · 237 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 · 237 lines · 29 tokens per session scan A 9e0415080729

Subscribe to this mod's changes

Jump Start: Pit Crew is an agent published in the GitHub repository CGSOG-JumpStarts/JumpStart-AutoNav (10 stars, last pushed 4mo ago), licensed MIT. It adds 29 tokens to every session and 2,178 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to Jump Start: Facilitator, differing in 30 lines, and is treated as a copy.