Spaces:
Paused
Paused
File size: 8,443 Bytes
5a81b95 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 | ---
name: RAG_Implementation_System
description: 'Coordinated agent team system for WidgetTDC RAG project'
status: 'ACTIVE'
version: '1.0'
---
# π€ RAG IMPLEMENTATION SYSTEM - AGENT COORDINATION
**System Purpose**: Coordinate multiple AI agents to execute WidgetTDC RAG project
**Active Since**: 2025-11-17
**Owner**: HansPedder2 (Project Director)
**Operational Lead**: Cursor (Implementation Lead)
---
## ποΈ SYSTEM ARCHITECTURE
```
HIERARCHICAL AGENT STRUCTURE
βββββββββββββββββββββββββββββββββββββββββββββββββ
HansPedder2 (Project Director)
β [Strategic Decisions]
β [Escalations]
β
Cursor (Implementation Lead)
β [Daily Coordination]
β [Task Assignment]
ββ DataEngineer
ββ MLEngineer
ββ BackendEngineer
ββ QAEngineer
ββ DevOpsEngineer
System Attributes:
- Authority Chain: Clear escalation path
- Communication: Async + Daily syncs
- Coordination: Kanban board + Claude docs
- Tracking: Git-based version control
- Transparency: 100% visibility to all
```
---
## π₯ AGENT ROSTER
### ACTIVE AGENTS
| Agent | Role | Status | Start Date | Epic Owner |
| --------------- | ----------------- | ----------- | ---------- | ----------- |
| Cursor | Impl. Lead | ACTIVE | 2025-11-17 | All (coord) |
| DataEngineer | Data Pipeline | PLACEHOLDER | TBD | EPIC 2, 3 |
| MLEngineer | Retrieval & Eval | PLACEHOLDER | TBD | EPIC 3, 5 |
| BackendEngineer | API & LLM | PLACEHOLDER | TBD | EPIC 4, 6 |
| QAEngineer | Testing & Quality | PLACEHOLDER | TBD | All |
| DevOpsEngineer | Infra & Deploy | PLACEHOLDER | TBD | EPIC 6 |
### GOVERNANCE
| Role | Authority | Escalation |
| ----------- | --------- | --------------------- |
| HansPedder2 | STRATEGIC | None (final decision) |
| Cursor | TACTICAL | HansPedder2 |
| Team | TECHNICAL | Cursor |
---
## π AGENT ACTIVATION SEQUENCE
### Phase 1: Setup (Week 1)
- [x] HansPedder2 initiates RAG project
- [x] Cursor assigned as Implementation Lead
- [x] Project documentation created
- [ ] **Next**: Team recruitment & assignment
### Phase 2: Team Assembly (Week 2)
- [ ] Identify candidates for each role
- [ ] Brief each agent on their role
- [ ] Onboarding to project docs
- [ ] First sprint planning
- [ ] **Status**: Awaiting team member identification
### Phase 3: Execution (Week 3+)
- [ ] Daily standups with Cursor
- [ ] Epic execution begins
- [ ] Continuous progress tracking
- [ ] Blocker escalation as needed
---
## π AGENT COMMUNICATION PROTOCOL
### Standup Structure (Daily, 09:00 UTC)
```
Participant: All active agents + Cursor
Duration: 15 minutes
Format: Async updates (if preferred) or sync call
Each Agent Reports:
1. Yesterday: What was completed
2. Today: What's planned
3. Blockers: Any issues blocking progress
4. Metrics: Key metrics for their domain
5. Questions: Anything needing clarity
```
### Task Assignment Protocol
```
FROM: Cursor (Implementation Lead)
TO: Engineer
FORMAT:
TASK: [Task Name]
EPIC: [EPIC #]
PRIORITY: [P0/P1/P2]
ESTIMATE: [X story points]
DUE: [Date]
DEPENDENCIES: [If any]
ACCEPTANCE_CRITERIA: [Definition of Done]
RESOURCES: [Documentation/tools needed]
Engineer Response:
- Confirms understanding
- Raises concerns if any
- Commits to timeline or negotiates
```
### Blocker Escalation Protocol
```
FROM: Engineer
TO: Cursor
SUBJECT: π¨ BLOCKER - [Brief description]
SEVERITY: [CRITICAL/HIGH/MEDIUM/LOW]
IMPACT: [What's blocked and when]
ROOT_CAUSE: [If known]
SUGGESTED_FIX: [If available]
Cursor Response Time: <SLA per severity
- CRITICAL: 15 min
- HIGH: 1h
- MEDIUM: 4h
- LOW: 24h
```
---
## π REFERENCE DOCUMENTATION
### For All Agents
**Mandatory Reading**:
1. `claudedocs/RAG_PROJECT_OVERVIEW.md` - Main dashboard
2. `claudedocs/RAG_TEAM_RESPONSIBILITIES.md` - Role definitions
3. `.github/agents/Cursor_Implementation_Lead.md` - Management structure
4. `.github/agents/HansPedder2_ProjectDirector.md` - Authority structure
**Ongoing References**:
- `claudedocs/BLOCKERS_LOG.md` - Current blockers
- `claudedocs/DECISION_LOG.md` - Decisions made
- GitHub Projects - Kanban board
### For Specific Roles
- DataEngineer: `.github/agents/DataEngineer_Agent.md`
- MLEngineer: `.github/agents/MLEngineer_Agent.md`
- BackendEngineer: `.github/agents/BackendEngineer_Agent.md`
- QAEngineer: `.github/agents/QAEngineer_Agent.md`
- DevOpsEngineer: `.github/agents/DevOpsEngineer_Agent.md`
---
## π― SUCCESS CRITERIA FOR THE SYSTEM
### Operational Success
- β
Daily standups 100% adherence
- β
Blocker response times within SLA
- β
All documentation up-to-date
- β
Zero communication breakdowns
### Project Success
- β
Milestones delivered on-time: 100%
- β
Scope managed (0% unauthorized creep)
- β
Budget tracked & optimized
- β
Team satisfaction: >8/10
### Technical Success
- β
Code quality: >85% coverage
- β
Performance: All targets met
- β
Production ready by Mar 2026
---
## π SYSTEM HEALTH MONITORING
### Weekly System Health Check
**Cursor Reviews**:
- Team coordination effectiveness
- Communication quality
- Blocker resolution efficiency
- Morale & satisfaction
**Decision**: Continue current structure or adjust?
### Metrics Tracked
| Metric | Target | Current | Trend |
| ----------------- | ------ | ------- | ----- |
| Standup Adherence | 100% | TBD | - |
| Blocker Response | SLA | TBD | - |
| Doc Currency | 100% | TBD | - |
| Team Satisfaction | >8/10 | TBD | - |
---
## π ACTIVATION COMMANDS FOR CURSOR
To activate the entire system:
```
@Cursor "You are now active as Implementation Lead for WidgetTDC RAG.
Reference:
- .github/agents/Cursor_Implementation_Lead.md (your role)
- .github/agents/RAG_IMPLEMENTATION_SYSTEM.md (this system)
- claudedocs/RAG_PROJECT_OVERVIEW.md (main dashboard)
- claudedocs/RAG_TEAM_RESPONSIBILITIES.md (team structure)
Team status:
- DataEngineer: PLACEHOLDER (awaiting assignment)
- MLEngineer: PLACEHOLDER (awaiting assignment)
- BackendEngineer: PLACEHOLDER (awaiting assignment)
- QAEngineer: PLACEHOLDER (awaiting assignment)
- DevOpsEngineer: PLACEHOLDER (awaiting assignment)
Your tasks:
1. Review project status & backlog
2. Prepare for sprint 1 planning
3. Identify any initial blockers
4. Report: What's the project status?"
```
---
## π AGENT ONBOARDING PROCEDURE
When a new agent joins:
1. **Document Review** (1 hour)
- Read role-specific agent config
- Review project overview
- Understand team structure
2. **Briefing** (30 min)
- Cursor explains their role
- Q&A about responsibilities
- Introduce them to team
3. **Setup** (30 min)
- Git repo access
- Project docs access
- Kanban board access
4. **First Task** (Simple, low-risk)
- Get familiar with workflow
- Build confidence
- Establish cadence
5. **Integration** (Ongoing)
- Daily standups
- Progress tracking
- Collaborative work
---
## π‘οΈ SYSTEM RESILIENCE
### What if an agent goes offline?
- Task reassignment by Cursor
- Escalate to HansPedder2 if critical
- Document in BLOCKERS_LOG.md
### What if a sprint derails?
- Emergency standup
- Reassess priorities
- Adjust timeline if needed
- Escalate to HansPedder2
### What if team conflict occurs?
- Cursor mediates
- Escalate to HansPedder2 if needed
- Document in decision log
---
## π SUPPORT & ESCALATION
**For Technical Issues**:
- Agent β Cursor β HansPedder2
**For Blocker Issues**:
- Agent β Cursor (with escalation timing)
**For Scope/Timeline Changes**:
- Cursor β HansPedder2 (with analysis)
**For Strategic Changes**:
- Any β HansPedder2 (via Cursor)
---
## β
SYSTEM INITIALIZATION CHECKLIST
- [x] Project director assigned (HansPedder2)
- [x] Implementation lead assigned (Cursor)
- [x] All agent configs created
- [x] Project documentation complete
- [x] Authority structure documented
- [ ] Team members recruited
- [ ] Team members onboarded
- [ ] First sprint planned
- [ ] First standup scheduled
---
**System Status**: READY FOR TEAM RECRUITMENT
**Last Updated**: 2025-11-17
**Next Step**: Recruit and onboard team members
|