@@ -31,60 +31,76 @@ This saves context window and prevents confusion from irrelevant information.
3131
3232### Backend Agent
3333
34- | Task Type | Required Resources |
35- | -----------| -------------------|
36- | CRUD API creation | snippets.md (route, schema, model, test) |
34+ | Task Type | Required Resources |
35+ | ----------------------------- | ------------------------------------------- |
36+ | CRUD API creation | snippets.md (route, schema, model, test) |
3737| Authentication implementation | snippets.md (JWT, password) + tech-stack.md |
38- | DB migration | snippets.md (migration) |
39- | Performance optimization | examples.md (N+1 example) |
40- | Existing code modification | examples.md + Serena MCP |
38+ | DB migration | snippets.md (migration) |
39+ | Performance optimization | examples.md (N+1 example) |
40+ | Existing code modification | examples.md + Serena MCP |
4141
4242### Frontend Agent
4343
44- | Task Type | Required Resources |
45- | -----------| -------------------|
46- | Component creation | snippets.md (component, test) + component-template.tsx |
47- | Form implementation | snippets.md (form + Zod) |
48- | API integration | snippets.md (TanStack Query) |
49- | Styling | tailwind-rules.md |
50- | Page layout | snippets.md (grid) + examples.md |
44+ | Task Type | Required Resources |
45+ | ------------------- | ------------------------------------------------------ |
46+ | Component creation | snippets.md (component, test) + component-template.tsx |
47+ | Form implementation | snippets.md (form + Zod) |
48+ | API integration | snippets.md (TanStack Query) |
49+ | Styling | tailwind-rules.md |
50+ | Page layout | snippets.md (grid) + examples.md |
5151
5252### Mobile Agent
5353
54- | Task Type | Required Resources |
55- | -----------| -------------------|
56- | Screen creation | snippets.md (screen, provider) + screen-template.dart |
57- | API integration | snippets.md (repository, Dio) |
58- | Navigation | snippets.md (GoRouter) |
59- | Offline features | examples.md (offline example) |
60- | State management | snippets.md (Riverpod) |
54+ | Task Type | Required Resources |
55+ | ---------------- | ----------------------------------------------------- |
56+ | Screen creation | snippets.md (screen, provider) + screen-template.dart |
57+ | API integration | snippets.md (repository, Dio) |
58+ | Navigation | snippets.md (GoRouter) |
59+ | Offline features | examples.md (offline example) |
60+ | State management | snippets.md (Riverpod) |
6161
6262### Debug Agent
6363
64- | Task Type | Required Resources |
65- | -----------| -------------------|
66- | Frontend bug | common-patterns.md (Frontend section) |
67- | Backend bug | common-patterns.md (Backend section) |
68- | Mobile bug | common-patterns.md (Mobile section) |
64+ | Task Type | Required Resources |
65+ | --------------- | ----------------------------------------------------------------- |
66+ | Frontend bug | common-patterns.md (Frontend section) |
67+ | Backend bug | common-patterns.md (Backend section) |
68+ | Mobile bug | common-patterns.md (Mobile section) |
6969| Performance bug | common-patterns.md (Performance section) + debugging-checklist.md |
70- | Security bug | common-patterns.md (Security section) |
70+ | Security bug | common-patterns.md (Security section) |
7171
7272### QA Agent
7373
74- | Task Type | Required Resources |
75- | -----------| -------------------|
76- | Security review | checklist.md (Security section) |
77- | Performance review | checklist.md (Performance section) |
74+ | Task Type | Required Resources |
75+ | -------------------- | ------------------------------------ |
76+ | Security review | checklist.md (Security section) |
77+ | Performance review | checklist.md (Performance section) |
7878| Accessibility review | checklist.md (Accessibility section) |
79- | Full audit | checklist.md (full) + self-check.md |
79+ | Full audit | checklist.md (full) + self-check.md |
80+
81+ ### Developer Workflow Expert
82+
83+ | Task Type | Required Resources |
84+ | --------------------------- | ------------------------------------------------------------- |
85+ | API Workflow Setup | resources/api-workflows.md + resources/validation-pipeline.md |
86+ | Database Migration Workflow | resources/database-patterns.md |
87+ | Release Coordination | resources/release-coordination.md |
88+ | Troubleshooting | resources/troubleshooting.md |
89+
90+ ### Terraform Infra Engineer
91+
92+ | Task Type | Required Resources |
93+ | --------------------------- | ------------------------------------------------------------------------ |
94+ | Infrastructure Provisioning | resources/multi-cloud-examples.md + resources/policy-testing-examples.md |
95+ | Cost Analysis | resources/cost-optimization.md |
8096
8197### PM Agent
8298
83- | Task Type | Required Resources |
84- | -----------| -------------------|
85- | New project planning | examples.md + task-template.json + api-contracts/template.md |
86- | Feature addition planning | examples.md + Serena MCP (understand existing structure) |
87- | Refactoring planning | Serena MCP only |
99+ | Task Type | Required Resources |
100+ | ------------------------- | ------------------------------------------------------------ |
101+ | New project planning | examples.md + task-template.json + api-contracts/template.md |
102+ | Feature addition planning | examples.md + Serena MCP (understand existing structure) |
103+ | Refactoring planning | Serena MCP only |
88104
89105---
90106
0 commit comments