A3 · SUBAGENTS / الوكلاء الفرعيون

Delegate research without losing evidence.

Create a read-only research subagent with a bounded question, narrow tools and a structured return. أنشئ وكيلاً فرعياً للبحث بنطاق واضح وأدوات محدودة ومخرجات منظمة.

AI for Palestine practice template—not an official Anthropic resource.
قالب تدريبي من AI for Palestine وليس مورداً رسمياً من Anthropic.

01

Delegate only an independent question.

  1. 01

    Choose a merge boundary

    Good: investigate accessibility in one folder while another worker inspects API security. Bad: two workers editing the same component.

  2. 02

    Install and review the definition

    Save the file in .claude/agents/. Confirm the description, model and read-only tool list before use.

  3. 03

    Give one bounded assignment

    Name the question, allowed path, evidence format and stop condition. Do not ask the subagent to “improve everything.”

  4. 04

    Synthesize in the parent

    Reproduce important findings, resolve conflicts and keep the final decision with the parent and human reviewer.

02

Download the project subagent.

evidence-researcher.md

Download subagent ↓
---
name: evidence-researcher
description: Researches a bounded codebase question...
tools: Read, Grep, Glob
model: sonnet
---

Return:
1. Answer
2. Evidence with file:line
3. Uncertainty
4. Obstacles
5. Next safe check
03

Use a concrete assignment.

Parent prompt

Use the evidence-researcher subagent.
Question: Does the student navigation remain keyboard accessible?
Scope: src/app/ai-talent-lab/students only.
Do not edit files.
Return findings with file:line evidence, uncertainty and blockers.
Stop if verification requires running the browser.
Independent

The task can finish without another worker's unfinished result.

Bounded

The path, question, tools and stop condition are explicit.

Structured

The return separates evidence, uncertainty and obstacles.

Accountable

The parent verifies key evidence and owns the synthesis.