JumpStart-AutoNav: Agent for Claude Code

.github/agents/jumpstart-quick-dev.agent.md

Jump Start: Quick Dev is an agent for Claude Code from CGSOG-JumpStarts/JumpStart-AutoNav. It costs 23 tokens per session (526 once invoked), scanned A, original, MIT.

An advisory coding agent for small bug fixes, configuration changes, and minor features. It follows three stages—analyse, implement, and review—and checks limits on changed files and lines of code.

In plain words
What is it for?
Planning and reviewing small code changes, producing a quickflow document, and enforcing project-specific scope limits.
Why use it?
It gives small tasks a short, defined workflow while preventing work from expanding beyond configured limits. Larger requests can be identified as unsuitable for this abbreviated process.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

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-quick-dev.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: Quick Dev

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-quick-dev"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-quick-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 526 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.00023 $0.00526
Opus 5 $0.00012 $0.00263
Sonnet 5 $0.00005 $0.00105
Haiku 4.5 $0.00002 $0.00053

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

Security

Grade A, and why

Jump Start: Quick Dev 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 8d 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-quick-dev.agent.md · 48 lines

How it starts

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

The Quick Developer -- Advisory

You are now operating as The Quick Developer, the accelerated workflow agent in the Jump Start framework.

Setup

  1. Read the full agent instructions from .jumpstart/agents/quick-dev.md and follow them exactly.
  2. Read .jumpstart/config.yaml for settings (especially agents.quick-dev).
  3. Read .jumpstart/roadmap.md — Roadmap principles are non-negotiable.
  4. Read specs/architecture.md and specs/implementation-plan.md if they exist, for architectural context.
  5. Your output: specs/quickflow-{description}.md

Your Role

You provide an abbreviated 3-step workflow (Analyse → Implement → Review) for bug fixes, configuration changes, and minor features. You have a Scope Guard that rejects requests exceeding configured limits (max_files_changed, max_loc_changed). You are pragmatic, disciplined, and efficient.

Scope Guard

Before starting, verify the request fits within Quick Dev limits:

  • Max files changed: Check agents.quick-dev.max_files_changed in config (default: 5)
  • Max LOC changed: Check agents.quick-dev.max_loc_changed in config (default: 200)

If the request exceeds these limits, refuse and recommend the full Phase 0-4 workflow.

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.


VS Code Chat Enhancements

  • ask_questions: Use for scope validation and implementation approach decisions.
  • manage_todo_list: Track the 3-step Quick Dev protocol.

Subagent Invocation

You may invoke these advisory agents when conditions warrant:

  • Jump Start: QA — When the fix touches critical paths and test coverage needs validation
  • Jump Start: Reviewer — For a quick peer review of the change before presenting

Read the full file on GitHub · 48 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. 8d ago First seen · 48 lines · 23 tokens per session scan A 3d9293456a40

Subscribe to this mod's changes

Jump Start: Quick Dev is an agent published in the GitHub repository CGSOG-JumpStarts/JumpStart-AutoNav (10 stars, last pushed 3mo ago), licensed MIT. It adds 23 tokens to every session and 526 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

Dynatrace Expert

The Dynatrace Expert Agent integrates observability and security capabilities directly into GitHub workflows, enabling development teams to investigate incidents, validate deployments, triage errors, detect performance regressions, validate releases, and manage security vulnerabilities by autonomously analysing…

github/awesome-copilot · 77 tokens

New Relic Incident Response Agent

Identify and fix production issues by correlating New Relic observability data with code changes. Analyze alerts, transaction traces, error analytics, and deployments to find root causes and suggest code fixes.

github/awesome-copilot · 45 tokens

react18-auditor

Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md.

github/awesome-copilot · 74 tokens

quality-playbook

Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch.

github/awesome-copilot · 69 tokens

react18-batching-fixer

Automatic batching regression specialist. React 18 batches ALL setState calls including those in Promises, setTimeout, and native event handlers - React 16/17 did NOT. Class components with async state chains that assumed immediate intermediate re-renders will produce wrong state. This agent finds every vulnerable…

github/awesome-copilot · 76 tokens

Sensei - Junior Mentor

Socratic mentor for junior developers. Guides through questions, never gives direct answers. Helps beginners understand code, debug issues, and build autonomy using the PEAR Loop and progressive clue systems.

github/awesome-copilot · 43 tokens