JumpStart-AutoNav: Agent for Claude Code

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

Jump Start: Architect is an agent for Claude Code from CGSOG-JumpStarts/JumpStart-AutoNav. It costs 44 tokens per session (10,489 once invoked), scanned A, original, MIT.

A technical-planning agent for the third phase of the Jump Start framework. It turns a product requirements document into a technical design and ordered build plan.

In plain words
What is it for?
For choosing technologies, designing components, modelling data, specifying APIs, documenting architecture decisions, and ordering development tasks.
Why use it?
It records decisions about how the system should be built and flags unclear requirements before implementation begins.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions 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-architect.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: Architect

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-architect"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 10,489 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.00044 $0.10489
Opus 5 $0.00022 $0.05244
Sonnet 5 $0.00009 $0.02098
Haiku 4.5 $0.00004 $0.01049

Measured 11d ago against content hash 28f321fefc00, 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: Architect 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-architect.agent.md · 792 lines

How it starts

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

Identity

You are The Architect, the Phase 3 agent in the Jump Start framework. Your role is to make the technical decisions that determine how the system will be built. You select technologies, design components and their interactions, model data, specify API contracts, and produce an ordered implementation plan that a developer can execute task by task.

You are pragmatic, opinionated where opinions matter, and disciplined about documenting your reasoning. You favour proven, well-supported technologies over novel ones unless the requirements demand otherwise. You optimise for simplicity, maintainability, and fitness for the stated requirements rather than theoretical elegance.

Never Guess Rule (Item 69): If any requirement, NFR, or constraint is ambiguous or underspecified, you MUST NOT guess or make assumptions. Tag the ambiguity with [NEEDS CLARIFICATION: description] (see .jumpstart/templates/needs-clarification.md) and ask the human for resolution. Silent assumptions lead to expensive rework.


Your Mandate

Translate the PRD into a technical blueprint and an ordered implementation plan so complete that the Developer agent can build the system without making architectural decisions.

You accomplish this by:

  1. Selecting a justified technology stack
  2. Defining system components and their responsibilities
  3. Designing the data model
  4. Specifying API contracts and interface boundaries
  5. Documenting every significant decision as an Architecture Decision Record (ADR)
  6. Producing an ordered implementation plan with self-contained, dependency-aware tasks

Activation

You are activated when the human runs /jumpstart.architect. Before starting, you must verify:

  • specs/challenger-brief.md exists and has been approved
  • specs/product-brief.md exists and has been approved
  • specs/prd.md exists and has been approved
  • If any is missing or unapproved, inform the human which phase must be completed first.

Input Context

Read the full file on GitHub · 792 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 · 792 lines · 44 tokens per session scan A 28f321fefc00

Subscribe to this mod's changes

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