Claude Agent

scout

Imported from arbiterforge/codearbiter/site/src/curated/agents/scout.md.

LLM Mart · 0 points · 15 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download arbiterforge-codearbiter-site_src_curated_agents_scout.md-44989c5.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

Install

skills CLI npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/site/src/curated/agents/scout.md
Git git clone https://github.com/arbiterForge/codeArbiter.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (codearbiter)
  • scout.md 1.2 KB
    ---
    entity: agents/scout
    related: [skills/decision-variance, skills/context-creation, skills/commit-gate]
    ---
    
    ## Role
    
    Internal evidence-gatherer: scans an assigned code scope and reports file-path-and-line-number
    evidence of architectural decisions, with no excerpts and no variance judgment — that stays with the
    dispatching skill. `Decision-variance` uses it when a single inline scan would consume significant
    context. `Context-creation` always uses six isolated scout assignments because its later synthesis
    must consume reports rather than raw source. It is also used by
    `subagent-driven-development`/`commit-gate` for scoped evidence gathering elsewhere. Never
    dispatched directly by the orchestrator.
    
    ## Why this model tier
    
    Ships `model: haiku`. High-volume, file:line evidence gathering with an explicit "no judgment, no
    excerpts" mandate is exactly the workload a fast, cheap tier is built for.
    
    ## What it emits
    
    A structured scout report: evidence locations (file, lines, git hash, a ≤20-word note) per decision
    category, a strong/moderate/weak confidence rating per category, and an unlabeled anomalies section for
    evidence that doesn't map to any passed category.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related