| 1 | # Researcher Agent Profile DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own the bundled research, data analysis, and reporting specialist profile. |
| 6 | - Keep evidence-gathering and report-oriented behavior separate from general defaults. |
| 7 | |
| 8 | ## Ownership |
| 9 | |
| 10 | - `agent.yaml` owns title, description, and delegation context for research work. |
| 11 | - `prompts/` owns researcher-specific prompt overrides when present. |
| 12 | |
| 13 | ## Local Contracts |
| 14 | |
| 15 | - Keep this profile focused on information gathering, analysis, synthesis, and reporting. |
| 16 | - Do not bake in project-specific sources, credentials, or local paths. |
| 17 | - Preserve the framework tool-call and response contracts. |
| 18 | |
| 19 | ## Work Guidance |
| 20 | |
| 21 | - Prefer prompt changes that improve citation, evidence handling, and analysis quality for research tasks. |
| 22 | - Coordinate broad research behavior changes with document or browser plugin contracts when relevant. |
| 23 | |
| 24 | ## Verification |
| 25 | |
| 26 | - Manually inspect `agent.yaml` for valid YAML after edits. |
| 27 | - Run prompt/profile tests when changing discovery or researcher prompt behavior. |
| 28 | |
| 29 | ## Child DOX Index |
| 30 | |
| 31 | No child DOX files. |