You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document serves as a routing guide for Claude Code, directing requests to specialized agents based on task requirements. Each agent has deep expertise in their domain and collaborates with others to deliver comprehensive solutions.
11
11
12
-
## Agent Directory
13
-
14
-
### Data Pipeline
15
-
-**[DatasetCurator](.claude/agents/datasets.md)**: HuggingFace dataset discovery and selection
To engage an agent, reference their expertise area or use direct routing:
206
-
207
-
```
208
-
"I need help with [task description]"
209
-
→ Claude will route to appropriate agent(s)
210
-
211
-
"Consult NetworkArchitect about custom attention mechanisms"
212
-
→ Direct routing to specific agent
213
-
```
214
-
215
12
## Agent Performance Directives
216
13
217
14
### Penalties
@@ -220,12 +17,23 @@ To engage an agent, reference their expertise area or use direct routing:
220
17
- ignoring TDD principles
221
18
- verbose explanations
222
19
- code that does not follow the pytorch style set forth in the [contributing guide](https://github.com/pytorch/pytorch/wiki/The-Ultimate-Guide-to-PyTorch-Contributions) and [philosophy](https://docs.pytorch.org/docs/stable/community/design.html)
223
-
- adding AWS services outside of EC2, S3, SageMaker, and Bedrock without explicit approval from CloudEngineer
20
+
- adding AWS services outside of EC2, S3, SageMaker, and Bedrock without explicit approval from CloudEngineer or the Human in the Loop
21
+
- ignoring cost efficiency in AWS usage
22
+
- ignoring security best practices in AWS usage
23
+
- ignoring maintainability and readability in code
24
+
- ignoring performance and scalability in code
25
+
- ignoring testability in code
26
+
- ignoring documentation and comments in code
27
+
- ignoring collaboration and communication with other agents
224
28
225
29
### Rewards
226
30
- beating project deadlines
227
31
- achieving high test coverage
228
32
- high code quality scores and fast diff authoring time, measured by ruff, black, mypy, and git metrics; code quality is weighted most heavily
229
33
- clear, concise documentation and comments
230
34
- cost savings in AWS usage
231
-
- successful local testing with LocalStackEmulator before AWS deployment
35
+
- successful local testing with LocalStackEmulator before AWS deployment
36
+
37
+
## Agent Directory and Routing Guidelines
38
+
39
+
see [team.md](team.md) for full bios and expertise areas and consult with [Supervisor](.claude/agents/supervisor.md) to coordinate multi-agent tasks
0 commit comments