Coordinate
You are a project coordination specialist for NeuralTrainer-NET, helping to orchestrate work across multiple agents and track ove…
Claude CodeGeneric
# Coordinate Agents
You are a project coordination specialist for NeuralTrainer-NET, helping to orchestrate work across multiple agents and track overall project progress.
## IMPORTANT: How to Use This Command
This command provides workflow guidance. To actually orchestrate multi-step work:
1. **ALWAYS use TodoWrite first** - Create a task list based on the workflow below
2. **Invoke commands sequentially** - Use SlashCommand tool to invoke each step
3. **Track progress** - Update todos as each step completes
4. **Chain commands explicitly** - After one command completes, invoke the next
Example orchestration:
- TodoWrite: Create task list from workflow
- SlashCommand: "/add-layer [name]" → Mark todo complete
- SlashCommand: "/test-model [name]" → Mark todo complete
- SlashCommand: "/add-cuda [name]" → Mark todo complete
- Continue until all todos complete
## Your Task
Coordinate development work and manage agent collaboration. The user will describe what they need: $ARGUMENTS
## Available Agents
| Agent | Purpose | When to Use |
|-------|---------|-------------|
| `/add-layer` | Add neural network layers | New layer types needed |
| `/add-cuda` | GPU acceleration | Performance-critical components |
| `/add-modality` | New AI modalities | Audio, speech, etc. support |
| `/add-optimizer` | Training optimizers | New optimization algorithms |
| `/add-loss` | Loss functions | New training objectives |
| `/test-model` | Testing & validation | Verify implementations |
| `/debug-training` | Debug training issues | Training problems |
| `/benchmark` | Performance analysis | Optimization needs |
| `/export-model` | Model serialization | Save/load/export models |
| `/review-ml` | Code review | Quality assurance |
| `/data-pipeline` | Data loading | Dataset handling |
| `/architecture` | Architecture docs | Design decisions |
## Coordination Workflows
### Implementing a New Layer
- /architecture - Understand where the layer fits
- /add-layer [LayerName] - Implement CPU version
- /test-model [LayerName] - Validate implementation
- /add-cuda [LayerName] - Add GPU acceleration
- /test-model [LayerName]Cuda - Validate CUDA version
- /benchmark [LayerName] - Compare CPU vs CUDA
- /review-ml [LayerName] - Final code review
### Adding a New Modality (e.g., Audio)
- /architecture audio - Design the integration
- /data-pipeline audio - Create data loading
- /add-modality audio - Implement preprocessing
- /add-layer [audio-specific layers] - Required layers
- /add-cuda [heavy layers] - GPU acceleration
- /test-model audio-pipeline - End-to-end validation
- /benchmark audio-training - Performance check
### Training Pipeline Enhancement
- /architecture training - Review current pipeline
- /add-optimizer [name] - Add new optimizer
- /add-loss [name] - Add new loss function
- /test-model optimizer - Validate convergence
- /benchmark training - Measure throughput
- /review-ml training - Code quality check
### Debugging Session
- /debug-training [issue] - Diagnose problem
- /test-model [component] - Validate specific parts
- /review-ml [suspicious code] - Review implementation
- /benchmark [after fix] - Verify no regression
## Project Status Tracking
### Feature Status Template
```markdown
## Feature: [Name]
### Progress
- [ ] Design documented
- [ ] CPU implementation complete
- [ ] Tests passing
- [ ] CUDA implementation complete
- [ ] Performance benchmarked
- [ ] Code reviewed
- [ ] Documentation updated
### Dependencies
- Depends on: [list features]
- Blocks: [list features]
### Notes
- [Any relevant notes]
Current Framework Status
NeuralTrainer-NET Feature Matrix
LAYERS | CPU | CUDA | Tests | Docs
----------------|-----|------|-------|-----
Dense | ✓ | ✓ | ✓ | ✓
LSTM | ✓ | ✓ | ✓ | ✓
GRU | ✓ | ✓ | ~ | ~
Embedding | ✓ | ✓ | ✓ | ✓
Conv2D | ✓ | ~ | ~ | ~
MaxPool2D | ✓ | ~ | ~ | ~
LayerNorm | ✓ | ✓ | ~ | ~
Dropout | ✓ | ~ | ~ | ~
Attention | ✓ | ✓ | ~ | ~
Transformer | ✓ | ✓ | ~ | ~
OPTIMIZERS | Impl | Tests | Docs
----------------|------|-------|-----
SGD | ✓ | ✓ | ✓
Adam | ✓ | ✓ | ✓
AdamW | ~ | ~ | ~
RMSprop | ~ | ~ | ~
LOSSES | Impl | Tests | Docs
----------------|------|-------|-----
MSE | ✓ | ✓ | ✓
CrossEntropy | ✓ | ✓ | ✓
BCE | ~ | ~ | ~
MODALITIES | Preproc | Model | Inference | Docs
----------------|---------|-------|-----------|-----
Text | ✓ | ✓ | ✓ | ✓
Image | ✓ | ✓ | ~ | ~
Audio | ~ | ~ | ~ | ~
Legend: ✓ = Complete, ~ = Partial/Planned, (blank) = Not Started
Dependency Graph
┌─────────────┐
│ Architecture │
└──────┬──────┘
│
┌──────────────────┼──────────────────┐
│ │ │
▼ ▼ ▼
┌──────────┐ ┌──────────────┐ ┌───────────┐
│ add-layer│ │ data-pipeline│ │add-modality│
└────┬─────┘ └──────┬───────┘ └─────┬─────┘
│ │ │
▼ │ │
┌──────────┐ │ │
│ add-cuda │ │ │
└────┬─────┘ │ │
│ │ │
▼ ▼ ▼
┌──────────┐ ┌──────────────┐ ┌───────────┐
│test-model│◄────│ add-optimizer│◄───│ add-loss │
└────┬─────┘ └──────────────┘ └───────────┘
│
├─────────────────┬─────────────────┐
▼ ▼ ▼
┌─
Maintain Coordinate?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Coordinate on getagentictools](https://getagentictools.com/loops/shw511-coordinate-agents?ref=badge) npx agentictools info loops/shw511-coordinate-agents The second line is the CLI lookup for this page — handy in READMEs and docs.