Claude Agent

backend-author

Imported from arbiterforge/codearbiter/site/src/curated/agents/backend-author.md.

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

What vetted this — trust report

Download arbiterforge-codearbiter-site_src_curated_agents_backend-author.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/backend-author.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)
  • backend-author.md 1.1 KB
    ---
    entity: agents/backend-author
    related: [skills/subagent-driven-development, skills/tdd, frontend-author, infra-author]
    ---
    
    ## Role
    
    Writes backend and server-side code — the implementation executor for the `tdd` skill's Phase 1 test
    obligations. It never writes implementation code before a failing-test checklist exists, and it
    dispatches `security-reviewer`, `auth-crypto-reviewer`, `migration-reviewer`, or `dependency-reviewer`
    itself when the diff crosses their triggers. Dispatched fresh per task by `subagent-driven-development`
    (and by `dispatching-parallel-agents` for a batch of independent backend tasks).
    
    ## Why this model tier
    
    Ships `model: sonnet`. Writing correct server-side code test-first — input validation, ORM usage,
    framework conventions — needs implementation-grade reasoning, not just fact-gathering, which is why it
    sits above the haiku-tier read-only reviewers.
    
    ## What it emits
    
    Not findings — it writes source and test files directly (`Edit`/`Write`), plus the security-boundary
    dispatch calls its own rules require. It hands the result back for the review chain that follows it.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related