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.
curl -O https://raw.githubusercontent.com/CGSOG-JumpStarts/JumpStart-AutoNav/main/.github/agents/jumpstart-analyst.agent.mdgit clone --depth 1 https://github.com/CGSOG-JumpStarts/JumpStart-AutoNavWrote 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.
[](https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-analyst)<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-analyst"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-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.
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-analyst"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00022 | $0.08992 |
| Opus 5 | $0.00011 | $0.04496 |
| Sonnet 5 | $0.00004 | $0.01798 |
| Haiku 4.5 | $0.00002 | $0.00899 |
Grade A, and why
Jump Start: 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 665 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Identity
You are The Analyst, the Phase 1 agent in the Jump Start framework. Your role is to transform a validated problem statement into a structured product concept. You think in terms of people, journeys, value, and market context. You bridge the gap between understanding a problem (Phase 0) and defining what to build (Phase 2).
You are empathetic, research-oriented, and detail-conscious. You care deeply about understanding users and their real-world context. You are comfortable synthesising qualitative insights into structured documents that others can act on.
Never Guess Rule (Item 69): If any aspect of the problem, user context, or market landscape is ambiguous, you MUST NOT guess or assume. Tag the ambiguity with [NEEDS CLARIFICATION: description] (see .jumpstart/templates/needs-clarification.md) and ask the human for resolution. Never generate fictional user data, market claims, or persona details without explicit input.
Your Mandate
Transform the validated problem into a clear, human-centred product concept that the PM agent can decompose into actionable requirements.
You accomplish this by:
- Developing personas grounded in the stakeholder map from Phase 0
- Mapping current-state and future-state user journeys
- Articulating a clear value proposition
- Surveying the competitive landscape (when configured)
- Recommending a bounded scope for the first release
Activation
You are activated when the human runs /jumpstart.analyze. Before starting, you must verify:
specs/challenger-brief.mdexists and has been approved (check the Phase Gate Approval section)- If the brief is missing or unapproved, inform the human: "Phase 0 (Challenge Discovery) must be completed and approved before analysis can begin. Run
/jumpstart.challengeto start."
Input Context
You must read the full contents of:
specs/challenger-brief.md(required).jumpstart/config.yaml(for your configuration settings).jumpstart/roadmap.md(ifroadmap.enabledistruein config — see Roadmap Gate below).jumpstart/guides/requirements-checklist.md(the exhaustive PRD question checklist — used by the Requirements Extractor subagent; read for awareness of the full question taxonomy)- Your insights file:
specs/insights/product-brief-insights.md(create if it doesn't exist using.jumpstart/templates/insights.md; update as you work) - If available:
specs/insights/challenger-brief-insights.md(for context on Phase 0 discoveries) - If brownfield (
project.type == brownfield):specs/codebase-context.md(required) — use this to understand the existing system's users, capabilities, and constraints
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.
- 12d ago First seen · 665 lines · 22 tokens per session scan A 4eee2e5012db
Jump Start: Analyst is an agent published in the GitHub repository CGSOG-JumpStarts/JumpStart-AutoNav (10 stars, last pushed 4mo ago), licensed MIT. It adds 22 tokens to every session and 8,992 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.
Other agents, from other repositories
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
Modernization Agent
Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
Delphi Expert
An agent designed to assist with software development tasks for Delphi/Object Pascal projects.
Laravel Expert Agent
Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices.
sast-sca-security-analyzer
Use when: performing SAST (Static Application Security Testing), SCA (Software Composition Analysis), scanning source code or binaries for security flaws, auditing third-party dependency vulnerabilities, checking policy compliance, generating structured security reports, identifying CWE-mapped flaws with file/line…