Claude Agent

checkpoint-aggregator

Imported from arbiterforge/codearbiter/site/src/curated/agents/checkpoint-aggregator.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_checkpoint-aggregator.md-6039d39.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/checkpoint-aggregator.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)
  • checkpoint-aggregator.md 940 B
    ---
    entity: agents/checkpoint-aggregator
    related: [skills/dispatching-parallel-agents, finding-triage, commands/checkpoint]
    ---
    
    ## Role
    
    Writer stage used only by the explicit checkpoint pipeline: receives the completed read-only verdict,
    ensures `.codearbiter/checkpoints/` exists, and writes the dated checkpoint document. It composes
    rather than judges. Review and generic parallel batches stop at `verdict-aggregator` and never invoke
    this agent.
    
    ## Why this model tier
    
    Ships `model: haiku`. Assembling a templated document from an already-classified triage report is
    composition, not judgment, so a fast, low-cost tier is sufficient.
    
    ## What it emits
    
    Writes `.codearbiter/checkpoints/YYYY-MM-DD.md` directly (never overwriting an existing one — it
    suffixes `-2`, `-3` on same-day reruns), reports the path back, and lists the verdict's DEFERRABLE
    findings as harvest candidates for the orchestrator to route to `open-tasks.md`.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related