Add AI neurologist agent - #74
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the ai-neurologist agent and the /ai-improvement skill to facilitate the diagnosis and improvement of the project's agentic AI framework. The implementation includes new agent and skill definitions, updates to the agent roster and coordination map, and the addition of the new skill to the common entry points in AGENTS.md. Feedback points out an inconsistency in skill counts between the shared and Claude-specific documentation and notes that the /skill-improve skill is missing from the shared reference.
There was a problem hiding this comment.
Pull request overview
Adds an AI-framework-focused specialist agent and a companion /ai-improvement skill to support evidence-backed “diagnose → patch → validate → document” improvement loops for the repo’s agentic workflow assets, with roster/reference updates across the provider-neutral layer and the Claude compatibility layer.
Changes:
- Add
ai-neurologistagent definitions to both.agents/agents/and.claude/agents/. - Add
/ai-improvementskill to both.agents/skills/and.claude/skills/, and link it from skill reference docs. - Update agent roster + coordination map docs (both
.agents/and.claude/) and add/ai-improvementto rootAGENTS.mdentry points.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | Adds /ai-improvement to common entry points. |
| .claude/skills/ai-improvement/SKILL.md | Adds Claude skill workflow for AI-framework improvement loops. |
| .claude/docs/skills-reference.md | Updates slash-command count and adds /ai-improvement to the list. |
| .claude/docs/agent-roster.md | Adds ai-neurologist to the Claude agent roster. |
| .claude/docs/agent-coordination-map.md | Adds ai-neurologist to hierarchy/coordination/escalation. |
| .claude/agents/ai-neurologist.md | Adds Claude agent definition for ai-neurologist. |
| .agents/skills/ai-improvement/SKILL.md | Adds provider-neutral skill workflow for AI-framework improvement loops. |
| .agents/docs/skills-reference.md | Updates procedural-skill count and adds /ai-improvement to the list. |
| .agents/docs/agent-roster.md | Adds ai-neurologist to the provider-neutral agent roster. |
| .agents/docs/agent-coordination-map.md | Adds ai-neurologist to hierarchy/coordination/escalation. |
| .agents/agents/ai-neurologist.md | Adds provider-neutral agent definition for ai-neurologist. |
|
Addressed the review feedback on this branch:
Validation run locally against the intended branch state:
GitHub Action |
|
Addressed one remaining doc inconsistency on this PR branch: |
Summary
ai-neurologistas a specialist for improving the agentic AI framework itself/ai-improvementskill for diagnose -> patch -> validate -> document improvement loops.claude/compatibility layer and update rosters/referencesValidation
git diff --check.agents/scripts/validate-skill-static.sh ai-improvementvia Git Bash with local Python shim