feat(agents): dogfood dev-agent MCP tools in Claude agents#12
Merged
Conversation
Give our own agents access to the MCP tools they build and maintain. Each agent gets the tools most relevant to its workflow — semantic search for investigators, ref tracing for reviewers, pattern analysis for quality checks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix checklist phrasing in logic-reviewer to match boolean assertion style - Make quick-scout workflow more prescriptive for haiku model - Bump security-reviewer dev_refs to high-impact (taint tracking) - Drop unused dev_health and dev_status columns from matrix - Add footnote explaining code-reviewer is an orchestrator Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Agent → MCP Tool Matrix
★ = high impact, ● = useful
Changes
Agents (
.claude/agents/)dev_search,dev_refs,dev_map. Rewrote workflow: semantic search first, ref tracing for usages, map for structuredev_search,dev_refs,dev_map. New MCP Tools section, integrated into data flow tracing and root cause phasesdev_search,dev_refs,dev_map,dev_patterns. New MCP Tools section, rewrote "Map the territory" workflow stepdev_search,dev_refs,dev_patterns. Added guidance to Cross-Package Data Flow sectiondev_search,dev_refs,dev_patterns. Added MCP usage guidance before the security checklistdev_search,dev_patterns. Added guidance to Readability & Simplification sectiondev_refs,dev_map,dev_patterns. Integrated into Pass 1 (Engineer Review) verification stepsdev_map,dev_status. Added to diff analysis stepCLAUDE.md
Test plan
quick-scouton a conceptual query — verify it usesdev_searchinstead of just Grepbug-investigatoron a known issue — verify it usesdev_refsfor tracingcode-revieweron a branch diff — verify sub-reviewers pick up MCP toolsGenerated with Claude Code