proagents 1.6.17 → 1.6.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/.claude/settings.local.json +169 -0
  2. package/.proagents/AGENTS.md +2 -0
  3. package/.proagents/AI_INSTRUCTIONS.md +13 -0
  4. package/.proagents/ANTIGRAVITY.md +2 -0
  5. package/.proagents/BOLT.md +2 -0
  6. package/.proagents/CHATGPT.md +2 -0
  7. package/.proagents/CLAUDE.md +2 -0
  8. package/.proagents/GEMINI.md +2 -0
  9. package/.proagents/GROQ.md +2 -0
  10. package/.proagents/KIRO.md +2 -0
  11. package/.proagents/LOVABLE.md +2 -0
  12. package/.proagents/PROAGENTS.md +2 -0
  13. package/.proagents/REPLIT.md +2 -0
  14. package/.proagents/prompts/00-project-setup.md +878 -0
  15. package/.proagents/prompts/04-planning.md +38 -0
  16. package/.proagents/prompts/12-rnd.md +957 -0
  17. package/.proagents/workflow-modes/entry-modes.md +27 -0
  18. package/.proagents/worklog/_context.template.md +47 -0
  19. package/COMMANDS.md +654 -0
  20. package/README.md +16 -24
  21. package/package.json +2 -7
  22. package/.proagents/ai-models/README.md +0 -141
  23. package/.proagents/ai-models/cost-management.md +0 -362
  24. package/.proagents/ai-models/fallbacks.md +0 -342
  25. package/.proagents/ai-models/model-config.md +0 -318
  26. package/.proagents/ai-models/task-routing.md +0 -503
  27. package/.proagents/ai-training/README.md +0 -155
  28. package/.proagents/ai-training/continuous-learning.md +0 -413
  29. package/.proagents/ai-training/domain-knowledge.md +0 -378
  30. package/.proagents/ai-training/pattern-learning.md +0 -455
  31. package/.proagents/ai-training/training-data.md +0 -337
  32. package/.proagents/ai-training/user-preferences.md +0 -346
  33. package/.proagents/approval-workflows/README.md +0 -146
  34. package/.proagents/approval-workflows/approval-config.md +0 -332
  35. package/.proagents/approval-workflows/approval-stages.md +0 -503
  36. package/.proagents/approval-workflows/emergency-bypass.md +0 -351
  37. package/.proagents/approval-workflows/examples.md +0 -859
  38. package/.proagents/approval-workflows/notifications.md +0 -320
  39. package/.proagents/compliance/README.md +0 -206
  40. package/.proagents/compliance/access-control.md +0 -310
  41. package/.proagents/compliance/audit-logging.md +0 -444
  42. package/.proagents/compliance/compliance-frameworks.md +0 -429
  43. package/.proagents/compliance/reports.md +0 -491
  44. package/.proagents/compliance/retention-policies.md +0 -454
  45. package/.proagents/config-versioning/README.md +0 -120
  46. package/.proagents/config-versioning/changelog.md +0 -300
  47. package/.proagents/config-versioning/rollback.md +0 -283
  48. package/.proagents/config-versioning/versioning.md +0 -330
  49. package/.proagents/contract-testing/README.md +0 -223
  50. package/.proagents/contract-testing/contract-testing.md +0 -614
  51. package/.proagents/contract-testing/pact-integration.md +0 -507
  52. package/.proagents/contract-testing/schema-validation.md +0 -565
  53. package/.proagents/dependency-management/README.md +0 -140
  54. package/.proagents/dependency-management/automation.md +0 -363
  55. package/.proagents/dependency-management/compatibility.md +0 -319
  56. package/.proagents/dependency-management/security-scanning.md +0 -413
  57. package/.proagents/dependency-management/update-policies.md +0 -374
  58. package/.proagents/disaster-recovery/README.md +0 -247
  59. package/.proagents/disaster-recovery/automation.md +0 -366
  60. package/.proagents/disaster-recovery/backup-recovery.md +0 -571
  61. package/.proagents/disaster-recovery/incident-response.md +0 -565
  62. package/.proagents/disaster-recovery/rollback-procedures.md +0 -499
  63. package/.proagents/disaster-recovery/runbooks.md +0 -603
  64. package/.proagents/disaster-recovery/scenarios.md +0 -892
  65. package/.proagents/disaster-recovery/testing.md +0 -438
  66. package/.proagents/environments/README.md +0 -244
  67. package/.proagents/environments/configuration.md +0 -437
  68. package/.proagents/environments/promotion.md +0 -434
  69. package/.proagents/environments/setup.md +0 -420
  70. package/.proagents/examples/README.md +0 -55
  71. package/.proagents/examples/backend-nodejs/README.md +0 -188
  72. package/.proagents/examples/backend-nodejs/complete-conversation.md +0 -601
  73. package/.proagents/examples/backend-nodejs/proagents.config.yaml +0 -415
  74. package/.proagents/examples/backend-nodejs/workflow-example.md +0 -909
  75. package/.proagents/examples/fullstack-nextjs/README.md +0 -155
  76. package/.proagents/examples/fullstack-nextjs/complete-conversation.md +0 -604
  77. package/.proagents/examples/fullstack-nextjs/proagents.config.yaml +0 -287
  78. package/.proagents/examples/fullstack-nextjs/workflow-example.md +0 -553
  79. package/.proagents/examples/mobile-react-native/README.md +0 -171
  80. package/.proagents/examples/mobile-react-native/complete-conversation.md +0 -825
  81. package/.proagents/examples/mobile-react-native/proagents.config.yaml +0 -330
  82. package/.proagents/examples/mobile-react-native/workflow-example.md +0 -723
  83. package/.proagents/examples/web-frontend-react/README.md +0 -125
  84. package/.proagents/examples/web-frontend-react/complete-conversation.md +0 -556
  85. package/.proagents/examples/web-frontend-react/proagents.config.yaml +0 -183
  86. package/.proagents/examples/web-frontend-react/workflow-example.md +0 -603
  87. package/.proagents/existing-projects/README.md +0 -65
  88. package/.proagents/existing-projects/challenges.md +0 -861
  89. package/.proagents/existing-projects/coexistence-mode.md +0 -483
  90. package/.proagents/existing-projects/compatibility-assessment.md +0 -541
  91. package/.proagents/existing-projects/gradual-adoption.md +0 -515
  92. package/.proagents/existing-projects/migration-strategies.md +0 -788
  93. package/.proagents/existing-projects/pattern-reconciliation.md +0 -489
  94. package/.proagents/existing-projects/team-onboarding.md +0 -617
  95. package/.proagents/existing-projects/technical-debt-handling.md +0 -644
  96. package/.proagents/feature-flags/README.md +0 -263
  97. package/.proagents/feature-flags/ab-testing.md +0 -413
  98. package/.proagents/feature-flags/configuration.md +0 -420
  99. package/.proagents/feature-flags/kill-switches.md +0 -444
  100. package/.proagents/feature-flags/rollout-strategies.md +0 -392
  101. package/.proagents/history.log +0 -12
  102. package/.proagents/i18n/README.md +0 -133
  103. package/.proagents/i18n/extraction.md +0 -433
  104. package/.proagents/i18n/tms-integration.md +0 -332
  105. package/.proagents/i18n/translation-workflow.md +0 -413
  106. package/.proagents/i18n/validation.md +0 -355
  107. package/.proagents/logging/README.md +0 -276
  108. package/.proagents/logging/aggregation.md +0 -475
  109. package/.proagents/logging/log-levels.md +0 -376
  110. package/.proagents/logging/sensitive-data.md +0 -423
  111. package/.proagents/logging/structured-logging.md +0 -406
  112. package/.proagents/metrics/README.md +0 -69
  113. package/.proagents/metrics/code-quality-kpis.md +0 -461
  114. package/.proagents/metrics/deployment-metrics.md +0 -517
  115. package/.proagents/metrics/developer-productivity.md +0 -368
  116. package/.proagents/metrics/learning-effectiveness.md +0 -478
  117. package/.proagents/migrations/README.md +0 -77
  118. package/.proagents/migrations/from-claude-projects.md +0 -313
  119. package/.proagents/migrations/from-cursor-rules.md +0 -345
  120. package/.proagents/migrations/from-custom-workflows.md +0 -410
  121. package/.proagents/monitoring/README.md +0 -308
  122. package/.proagents/monitoring/alerting.md +0 -449
  123. package/.proagents/monitoring/dashboards.md +0 -454
  124. package/.proagents/monitoring/health-checks.md +0 -436
  125. package/.proagents/monitoring/metrics.md +0 -434
  126. package/.proagents/multi-project/README.md +0 -170
  127. package/.proagents/multi-project/coordinated-deploy.md +0 -510
  128. package/.proagents/multi-project/cross-project-deps.md +0 -395
  129. package/.proagents/multi-project/unified-changelog.md +0 -477
  130. package/.proagents/multi-project/walkthroughs/monorepo-setup.md +0 -787
  131. package/.proagents/multi-project/workspace-config.md +0 -408
  132. package/.proagents/notifications/README.md +0 -151
  133. package/.proagents/notifications/channels.md +0 -457
  134. package/.proagents/notifications/preferences.md +0 -415
  135. package/.proagents/notifications/routing.md +0 -449
  136. package/.proagents/notifications/scheduling.md +0 -425
  137. package/.proagents/notifications/templates.md +0 -446
  138. package/.proagents/offline-mode/README.md +0 -145
  139. package/.proagents/offline-mode/caching.md +0 -344
  140. package/.proagents/offline-mode/offline-operations.md +0 -312
  141. package/.proagents/offline-mode/queue-specifications.md +0 -679
  142. package/.proagents/offline-mode/sync.md +0 -475
  143. package/.proagents/parallel-features/README.md +0 -85
  144. package/.proagents/parallel-features/conflict-detection.md +0 -226
  145. package/.proagents/parallel-features/dependency-management.md +0 -392
  146. package/.proagents/parallel-features/merge-coordination.md +0 -506
  147. package/.proagents/parallel-features/tracking-system.md +0 -416
  148. package/.proagents/performance/README.md +0 -59
  149. package/.proagents/performance/bundle-analysis.md +0 -375
  150. package/.proagents/performance/load-testing.md +0 -563
  151. package/.proagents/performance/runtime-metrics.md +0 -489
  152. package/.proagents/performance/web-vitals.md +0 -425
  153. package/.proagents/plugins/README.md +0 -139
  154. package/.proagents/plugins/creating-plugins.md +0 -504
  155. package/.proagents/plugins/plugin-api.md +0 -467
  156. package/.proagents/plugins/plugin-registry.md +0 -276
  157. package/.proagents/reporting/README.md +0 -158
  158. package/.proagents/reporting/dashboards.md +0 -366
  159. package/.proagents/reporting/exports.md +0 -524
  160. package/.proagents/reporting/quality-metrics.md +0 -385
  161. package/.proagents/reporting/templates/README.md +0 -56
  162. package/.proagents/reporting/templates/dashboard-config.json +0 -187
  163. package/.proagents/reporting/templates/metrics-queries.md +0 -427
  164. package/.proagents/reporting/templates/react-dashboard.tsx +0 -544
  165. package/.proagents/reporting/templates/widgets.md +0 -451
  166. package/.proagents/reporting/velocity-metrics.md +0 -340
  167. package/.proagents/reverse-engineering/README.md +0 -151
  168. package/.proagents/reverse-engineering/architecture-extraction.md +0 -325
  169. package/.proagents/reverse-engineering/code-analysis.md +0 -377
  170. package/.proagents/reverse-engineering/dependency-mapping.md +0 -567
  171. package/.proagents/reverse-engineering/diagram-generation.md +0 -586
  172. package/.proagents/reverse-engineering/documentation-generation.md +0 -468
  173. package/.proagents/reverse-engineering/pattern-detection.md +0 -569
  174. package/.proagents/reverse-engineering/quality-assessment.md +0 -733
  175. package/.proagents/secrets/README.md +0 -278
  176. package/.proagents/secrets/access-control.md +0 -443
  177. package/.proagents/secrets/rotation.md +0 -403
  178. package/.proagents/secrets/scanning.md +0 -487
  179. package/.proagents/secrets/storage.md +0 -394
  180. package/.proagents/webhooks/README.md +0 -126
  181. package/.proagents/webhooks/endpoints.md +0 -298
  182. package/.proagents/webhooks/events.md +0 -316
  183. package/.proagents/webhooks/payloads.md +0 -325
  184. package/.proagents/webhooks/reliability.md +0 -363
  185. package/.proagents/webhooks/security.md +0 -380
@@ -1,861 +0,0 @@
1
- # Challenges in Existing Projects
2
-
3
- Comprehensive analysis of issues existing projects face when adopting ProAgents.
4
-
5
- ---
6
-
7
- ## Challenge Categories
8
-
9
- 1. [Codebase Analysis Challenges](#1-codebase-analysis-challenges)
10
- 2. [Pattern & Convention Conflicts](#2-pattern--convention-conflicts)
11
- 3. [Technical Debt Burden](#3-technical-debt-burden)
12
- 4. [Documentation Gaps](#4-documentation-gaps)
13
- 5. [Team & Process Resistance](#5-team--process-resistance)
14
- 6. [Tool & Infrastructure Conflicts](#6-tool--infrastructure-conflicts)
15
- 7. [Gradual Adoption Complexity](#7-gradual-adoption-complexity)
16
- 8. [Configuration Complexity](#8-configuration-complexity)
17
-
18
- ---
19
-
20
- ## 1. Codebase Analysis Challenges
21
-
22
- ### Issue 1.1: Inconsistent Code Patterns
23
-
24
- **Problem:**
25
- ```
26
- src/
27
- ├── components/
28
- │ ├── UserProfile.tsx # Functional component
29
- │ ├── Dashboard.jsx # Class component (legacy)
30
- │ ├── settings.js # No TypeScript
31
- │ └── admin-panel/ # Different naming convention
32
- │ └── AdminPanel.tsx
33
- ```
34
-
35
- Different patterns in the same codebase confuse analysis:
36
- - Mixed functional/class components
37
- - TypeScript and JavaScript mixed
38
- - Inconsistent naming conventions
39
- - Different folder structures
40
-
41
- **Impact:**
42
- - Pattern detection returns low confidence
43
- - Generated code may not match existing style
44
- - Inconsistent recommendations
45
-
46
- **Solution:** See `pattern-reconciliation.md`
47
-
48
- ---
49
-
50
- ### Issue 1.2: Complex Dependency Graphs
51
-
52
- **Problem:**
53
- ```
54
- Circular dependencies detected:
55
- UserService → AuthService → UserService
56
-
57
- Tight coupling found:
58
- Dashboard imports from 45 different modules
59
- ```
60
-
61
- Existing projects often have:
62
- - Circular dependencies
63
- - Tightly coupled modules
64
- - God objects/files
65
- - Spaghetti imports
66
-
67
- **Impact:**
68
- - Dependency mapping produces messy graphs
69
- - Impact analysis is unreliable
70
- - New features may unknowingly break things
71
-
72
- **Solution:**
73
- ```yaml
74
- # Handle gracefully during analysis
75
- analysis:
76
- circular_dependencies:
77
- action: "document" # Don't block, just document
78
- suggest_fix: true
79
-
80
- tight_coupling:
81
- threshold: 20 # imports
82
- action: "warn"
83
- ```
84
-
85
- ---
86
-
87
- ### Issue 1.3: Missing Type Information
88
-
89
- **Problem:**
90
- ```javascript
91
- // No types, no JSDoc
92
- function processData(data) {
93
- const result = data.items.map(x => x.value * 2);
94
- return { processed: result, meta: data.meta };
95
- }
96
- ```
97
-
98
- Untyped code makes analysis difficult:
99
- - Can't infer function signatures
100
- - Can't detect API contracts
101
- - Component props unknown
102
-
103
- **Impact:**
104
- - Incomplete analysis reports
105
- - Generated code may have type mismatches
106
- - Integration points unclear
107
-
108
- **Solution:**
109
- ```yaml
110
- # Infer types where possible
111
- analysis:
112
- type_inference:
113
- enabled: true
114
- use_jsdoc: true
115
- use_usage_patterns: true
116
- generate_type_stubs: true
117
- ```
118
-
119
- ---
120
-
121
- ### Issue 1.4: Large Monolithic Files
122
-
123
- **Problem:**
124
- ```
125
- src/utils/helpers.js - 3,500 lines
126
- src/services/api.js - 2,800 lines
127
- src/components/Dashboard.jsx - 1,200 lines
128
- ```
129
-
130
- Large files are hard to analyze:
131
- - Multiple responsibilities
132
- - Hard to identify what's related
133
- - Conflict-prone for parallel features
134
-
135
- **Impact:**
136
- - Analysis timeout on large files
137
- - Incorrect pattern detection
138
- - High conflict risk
139
-
140
- **Solution:**
141
- ```yaml
142
- analysis:
143
- large_files:
144
- threshold: 500 # lines
145
- action: "split_analysis" # Analyze in sections
146
- suggest_refactoring: true
147
- ```
148
-
149
- ---
150
-
151
- ## 2. Pattern & Convention Conflicts
152
-
153
- ### Issue 2.1: Multiple Patterns for Same Thing
154
-
155
- **Problem:**
156
- ```typescript
157
- // Pattern A: Redux for state (older code)
158
- const mapStateToProps = (state) => ({ user: state.user });
159
-
160
- // Pattern B: Context for state (newer code)
161
- const user = useContext(UserContext);
162
-
163
- // Pattern C: Zustand for state (newest code)
164
- const user = useUserStore((state) => state.user);
165
- ```
166
-
167
- **Impact:**
168
- - Which pattern should new code follow?
169
- - Inconsistent recommendations
170
- - Team confusion
171
-
172
- **Solution:** See `pattern-reconciliation.md` - Define primary vs legacy patterns
173
-
174
- ---
175
-
176
- ### Issue 2.2: Naming Convention Conflicts
177
-
178
- **Problem:**
179
- ```
180
- Existing naming:
181
- - user_service.ts (snake_case)
182
- - UserComponent.tsx (PascalCase)
183
- - use-auth.ts (kebab-case)
184
- - utilHelpers.js (camelCase)
185
-
186
- ProAgents recommends:
187
- - userService.ts (camelCase)
188
- - UserComponent.tsx (PascalCase)
189
- - useAuth.ts (camelCase with prefix)
190
- ```
191
-
192
- **Impact:**
193
- - Generated code looks different
194
- - Inconsistent codebase
195
- - Team confusion
196
-
197
- **Solution:**
198
- ```yaml
199
- # Adapt to project conventions, don't enforce defaults
200
- conventions:
201
- detect_from_codebase: true
202
- override_defaults: true
203
-
204
- detected:
205
- services: "snake_case" # Will use project's convention
206
- hooks: "kebab-case" # Will use project's convention
207
- ```
208
-
209
- ---
210
-
211
- ### Issue 2.3: Architecture Pattern Mismatch
212
-
213
- **Problem:**
214
- ```
215
- Project uses: Feature-sliced design
216
- ProAgents expects: Feature-based or Atomic design
217
-
218
- Project structure:
219
- src/
220
- ├── entities/
221
- ├── features/
222
- ├── widgets/
223
- ├── pages/
224
- └── shared/
225
-
226
- ProAgents template:
227
- src/
228
- ├── components/
229
- ├── features/
230
- ├── hooks/
231
- ├── services/
232
- └── utils/
233
- ```
234
-
235
- **Impact:**
236
- - Generated scaffolding doesn't fit
237
- - Recommendations don't apply
238
- - File placement confusion
239
-
240
- **Solution:**
241
- ```yaml
242
- architecture:
243
- detect: true
244
- adapt_to_detected: true
245
-
246
- # Map detected to ProAgents concepts
247
- mapping:
248
- "entities": "models"
249
- "widgets": "components"
250
- "shared": "common"
251
- ```
252
-
253
- ---
254
-
255
- ## 3. Technical Debt Burden
256
-
257
- ### Issue 3.1: Low Test Coverage
258
-
259
- **Problem:**
260
- ```
261
- Current coverage: 25%
262
- Critical paths untested: 60%
263
- No integration tests
264
- E2E tests: None
265
- ```
266
-
267
- **Impact:**
268
- - Can't verify new features don't break things
269
- - Testing phase blocked
270
- - Confidence in changes is low
271
-
272
- **Solution:**
273
- ```yaml
274
- # Don't block, but track and improve
275
- testing:
276
- existing_coverage:
277
- current: 25%
278
- require_for_new_code: 80%
279
- require_for_existing: false # Don't block
280
-
281
- improvement_mode:
282
- enabled: true
283
- add_tests_for_touched_code: true
284
- suggest_critical_path_tests: true
285
- ```
286
-
287
- ---
288
-
289
- ### Issue 3.2: Security Vulnerabilities
290
-
291
- **Problem:**
292
- ```
293
- npm audit:
294
- - 5 critical vulnerabilities
295
- - 12 high vulnerabilities
296
- - 23 moderate vulnerabilities
297
-
298
- Code issues:
299
- - SQL concatenation in 3 places
300
- - Hardcoded secrets in 2 files
301
- - No input validation in 15 endpoints
302
- ```
303
-
304
- **Impact:**
305
- - Security scans fail
306
- - Blocking deployment
307
- - Risk in production
308
-
309
- **Solution:**
310
- ```yaml
311
- security:
312
- existing_issues:
313
- action: "document_and_track"
314
- block_new_issues: true
315
- block_existing: false
316
-
317
- remediation:
318
- create_tracking_issues: true
319
- prioritize_critical: true
320
- timeline: "gradual"
321
- ```
322
-
323
- ---
324
-
325
- ### Issue 3.3: Outdated Dependencies
326
-
327
- **Problem:**
328
- ```
329
- React: 16.8.0 (current: 18.2.0)
330
- Node: 14.x (EOL)
331
- TypeScript: 4.0 (current: 5.3)
332
- Webpack: 4 (current: 5)
333
- ```
334
-
335
- **Impact:**
336
- - Analysis tools may not support old versions
337
- - Generated code may use newer syntax
338
- - Security vulnerabilities
339
-
340
- **Solution:**
341
- ```yaml
342
- dependencies:
343
- compatibility_mode:
344
- enabled: true
345
- target_versions:
346
- react: "16.8" # Generate compatible code
347
- node: "14"
348
- typescript: "4.0"
349
-
350
- upgrade_tracking:
351
- suggest_upgrades: true
352
- create_upgrade_plan: true
353
- ```
354
-
355
- ---
356
-
357
- ### Issue 3.4: Missing Error Handling
358
-
359
- **Problem:**
360
- ```typescript
361
- // Existing code - no error handling
362
- async function fetchUser(id) {
363
- const response = await api.get(`/users/${id}`);
364
- return response.data;
365
- }
366
-
367
- // No error boundaries
368
- // No try-catch patterns
369
- // Errors crash the app
370
- ```
371
-
372
- **Impact:**
373
- - Analysis shows quality issues
374
- - New code may expose existing bugs
375
- - Integration may break
376
-
377
- **Solution:**
378
- ```yaml
379
- error_handling:
380
- existing_gaps:
381
- document: true
382
- require_for_new: true
383
- suggest_wrappers: true
384
-
385
- gradual_fix:
386
- enabled: true
387
- priority_order:
388
- - "api_calls"
389
- - "user_inputs"
390
- - "critical_flows"
391
- ```
392
-
393
- ---
394
-
395
- ## 4. Documentation Gaps
396
-
397
- ### Issue 4.1: No Architecture Documentation
398
-
399
- **Problem:**
400
- ```
401
- docs/
402
- ├── README.md (outdated)
403
- └── api.md (incomplete)
404
-
405
- Missing:
406
- - Architecture decisions
407
- - Module documentation
408
- - API documentation
409
- - Component documentation
410
- ```
411
-
412
- **Impact:**
413
- - Analysis relies on code only
414
- - Recommendations may miss context
415
- - New features may contradict hidden decisions
416
-
417
- **Solution:**
418
- ```yaml
419
- documentation:
420
- existing_gaps:
421
- generate_from_code: true
422
- mark_as_auto_generated: true
423
- request_review: true
424
-
425
- reverse_engineer:
426
- architecture: true
427
- api: true
428
- components: true
429
- ```
430
-
431
- ---
432
-
433
- ### Issue 4.2: Outdated Documentation
434
-
435
- **Problem:**
436
- ```markdown
437
- # API Documentation (Last updated: 2022)
438
-
439
- ## /api/users
440
- Returns user list...
441
-
442
- # Reality: Endpoint changed to /api/v2/users
443
- # Reality: Response format completely different
444
- ```
445
-
446
- **Impact:**
447
- - Analysis based on wrong information
448
- - Generated integration may fail
449
- - Team confusion
450
-
451
- **Solution:**
452
- ```yaml
453
- documentation:
454
- staleness_check:
455
- enabled: true
456
- compare_to_code: true
457
- flag_mismatches: true
458
-
459
- auto_update:
460
- enabled: true
461
- preserve_manual_content: true
462
- mark_updates: true
463
- ```
464
-
465
- ---
466
-
467
- ## 5. Team & Process Resistance
468
-
469
- ### Issue 5.1: Existing Workflows
470
-
471
- **Problem:**
472
- ```
473
- Team's current workflow:
474
- 1. Create branch
475
- 2. Code (no formal process)
476
- 3. PR review
477
- 4. Merge
478
-
479
- ProAgents workflow:
480
- 10 phases with checkpoints
481
- ```
482
-
483
- **Impact:**
484
- - Perceived as too heavyweight
485
- - Team resistance
486
- - Workflow collision
487
-
488
- **Solution:** See `team-onboarding.md` - Start with minimal adoption
489
-
490
- ---
491
-
492
- ### Issue 5.2: Different Git Conventions
493
-
494
- **Problem:**
495
- ```
496
- Existing conventions:
497
- - Branches: feature-AUTH-123
498
- - Commits: "[AUTH-123] Add login"
499
- - PRs: Link to Jira ticket
500
-
501
- ProAgents default:
502
- - Branches: feature/user-auth
503
- - Commits: feat(auth): add login
504
- - PRs: Template with phases
505
- ```
506
-
507
- **Impact:**
508
- - Generated commits look different
509
- - CI/CD may break (relies on conventions)
510
- - Team confusion
511
-
512
- **Solution:**
513
- ```yaml
514
- git:
515
- adapt_to_existing: true
516
-
517
- detected:
518
- branch_pattern: "feature-{TICKET}-{description}"
519
- commit_pattern: "[{TICKET}] {message}"
520
-
521
- use_detected: true # Don't override
522
- ```
523
-
524
- ---
525
-
526
- ### Issue 5.3: Existing Code Review Process
527
-
528
- **Problem:**
529
- ```
530
- Team uses:
531
- - Required reviewers: 2
532
- - CODEOWNERS for specific paths
533
- - Custom PR template
534
- - Required checks: lint, test, build
535
-
536
- ProAgents adds:
537
- - Code review phase
538
- - Security check
539
- - Documentation check
540
- ```
541
-
542
- **Impact:**
543
- - Duplicate review processes
544
- - Confusion about requirements
545
- - Slower PRs
546
-
547
- **Solution:**
548
- ```yaml
549
- review:
550
- integrate_with_existing: true
551
-
552
- mapping:
553
- proagents_review: "existing_pr_review"
554
- skip_duplicate_checks: true
555
-
556
- additional_checks:
557
- security: true # Add to existing
558
- documentation: true
559
- ```
560
-
561
- ---
562
-
563
- ## 6. Tool & Infrastructure Conflicts
564
-
565
- ### Issue 6.1: Existing CI/CD Pipeline
566
-
567
- **Problem:**
568
- ```yaml
569
- # Existing .github/workflows/main.yml
570
- - runs lint
571
- - runs tests
572
- - builds
573
- - deploys
574
-
575
- # ProAgents wants to add
576
- - security scan
577
- - documentation check
578
- - phase verification
579
- ```
580
-
581
- **Impact:**
582
- - Pipeline conflicts
583
- - Duplicate jobs
584
- - Longer CI times
585
-
586
- **Solution:**
587
- ```yaml
588
- cicd:
589
- integration_mode: "extend" # Don't replace
590
-
591
- extend:
592
- add_jobs:
593
- - security_scan
594
- - doc_check
595
-
596
- reuse_existing:
597
- lint: true
598
- test: true
599
- build: true
600
- ```
601
-
602
- ---
603
-
604
- ### Issue 6.2: Existing Linting/Formatting
605
-
606
- **Problem:**
607
- ```
608
- Project uses:
609
- - ESLint with custom config
610
- - Prettier with specific settings
611
- - Custom rules
612
-
613
- ProAgents recommends:
614
- - Different ESLint rules
615
- - Different formatting
616
- ```
617
-
618
- **Impact:**
619
- - Generated code doesn't match formatting
620
- - Lint errors on generated code
621
- - Conflicts
622
-
623
- **Solution:**
624
- ```yaml
625
- linting:
626
- use_existing: true
627
-
628
- extend_only:
629
- security_rules: true # Add these
630
-
631
- respect:
632
- eslint_config: true
633
- prettier_config: true
634
- ```
635
-
636
- ---
637
-
638
- ### Issue 6.3: Existing Automation
639
-
640
- **Problem:**
641
- ```
642
- Project has:
643
- - Husky pre-commit hooks
644
- - lint-staged
645
- - Commitlint
646
- - Custom scripts
647
-
648
- ProAgents automation:
649
- - May conflict with existing hooks
650
- - Different commit message format
651
- ```
652
-
653
- **Impact:**
654
- - Hook failures
655
- - Commit rejections
656
- - Developer frustration
657
-
658
- **Solution:**
659
- ```yaml
660
- automation:
661
- conflict_detection: true
662
-
663
- hooks:
664
- integrate_with_husky: true
665
- respect_existing: true
666
-
667
- add_to_existing:
668
- pre_commit:
669
- - "proagents-check"
670
- post_commit:
671
- - "proagents-log"
672
- ```
673
-
674
- ---
675
-
676
- ## 7. Gradual Adoption Complexity
677
-
678
- ### Issue 7.1: Can't Change Everything at Once
679
-
680
- **Problem:**
681
- ```
682
- 500+ files in codebase
683
- 20+ developers
684
- Active features in progress
685
- Can't pause development to adopt new system
686
- ```
687
-
688
- **Impact:**
689
- - Partial adoption causes confusion
690
- - Some code follows new patterns, some doesn't
691
- - Inconsistent experience
692
-
693
- **Solution:** See `gradual-adoption.md`
694
-
695
- ---
696
-
697
- ### Issue 7.2: Active Feature Branches
698
-
699
- **Problem:**
700
- ```
701
- Current branches:
702
- - feature/payment-system (2 weeks old)
703
- - feature/user-dashboard (1 week old)
704
- - feature/reporting (just started)
705
-
706
- Starting ProAgents now would conflict
707
- ```
708
-
709
- **Impact:**
710
- - Existing features don't have tracking
711
- - Merge conflicts with new structure
712
- - Confusion about which process to follow
713
-
714
- **Solution:**
715
- ```yaml
716
- adoption:
717
- existing_features:
718
- action: "grandfathered" # Let them complete as-is
719
- track_retroactively: false
720
- apply_to_new_only: true
721
-
722
- transition:
723
- start_date: "after current sprint"
724
- pilot_feature: true
725
- ```
726
-
727
- ---
728
-
729
- ### Issue 7.3: Mixed New/Old Code
730
-
731
- **Problem:**
732
- ```
733
- After partial adoption:
734
- src/
735
- ├── features/
736
- │ ├── auth/ # ProAgents style
737
- │ │ ├── status.json
738
- │ │ └── ...
739
- │ └── payments/ # Old style
740
- │ └── ... (no tracking)
741
- ```
742
-
743
- **Impact:**
744
- - Inconsistent tracking
745
- - Partial visibility
746
- - Confusing for team
747
-
748
- **Solution:**
749
- ```yaml
750
- coexistence:
751
- enabled: true
752
-
753
- identify:
754
- new_style_paths:
755
- - "src/features/*"
756
- - marker_file: "status.json"
757
-
758
- handle_legacy:
759
- track: false
760
- suggest_migration: true
761
- ```
762
-
763
- ---
764
-
765
- ## 8. Configuration Complexity
766
-
767
- ### Issue 8.1: Too Many Options
768
-
769
- **Problem:**
770
- ```
771
- User overwhelmed by:
772
- - 50+ configuration options
773
- - What applies to their project?
774
- - Reasonable defaults for existing projects?
775
- ```
776
-
777
- **Impact:**
778
- - Configuration paralysis
779
- - Wrong settings chosen
780
- - Suboptimal experience
781
-
782
- **Solution:**
783
- ```yaml
784
- # Smart defaults for existing projects
785
- init:
786
- mode: "existing"
787
-
788
- auto_configure:
789
- detect_from_codebase: true
790
- suggest_settings: true
791
- explain_choices: true
792
-
793
- presets:
794
- available:
795
- - "minimal" # Least intrusive
796
- - "standard" # Balanced
797
- - "full" # All features
798
- default_for_existing: "minimal"
799
- ```
800
-
801
- ---
802
-
803
- ### Issue 8.2: Exceptions Everywhere
804
-
805
- **Problem:**
806
- ```
807
- Project has many exceptions:
808
- - This folder follows different conventions
809
- - This file is auto-generated, don't analyze
810
- - This module uses legacy patterns intentionally
811
- ```
812
-
813
- **Impact:**
814
- - Generic rules don't apply
815
- - False positives in analysis
816
- - Noise in reports
817
-
818
- **Solution:**
819
- ```yaml
820
- exceptions:
821
- enabled: true
822
-
823
- ignore_paths:
824
- - "generated/**"
825
- - "vendor/**"
826
- - "legacy/**"
827
-
828
- pattern_exceptions:
829
- - path: "src/admin/**"
830
- reason: "Uses different framework"
831
- patterns:
832
- naming: "custom"
833
-
834
- document_exceptions: true
835
- ```
836
-
837
- ---
838
-
839
- ## Summary: Issue Impact Matrix
840
-
841
- | Issue | Frequency | Impact | Effort to Solve |
842
- |-------|-----------|--------|-----------------|
843
- | Inconsistent patterns | Very High | High | Medium |
844
- | Low test coverage | High | High | High |
845
- | Naming conflicts | High | Medium | Low |
846
- | Outdated dependencies | Medium | High | High |
847
- | Missing documentation | High | Medium | Medium |
848
- | Team resistance | Medium | High | Medium |
849
- | CI/CD conflicts | Medium | Medium | Low |
850
- | Existing workflows | High | Medium | Low |
851
- | Configuration complexity | High | Low | Low |
852
- | Active branches | Medium | Medium | Low |
853
-
854
- ---
855
-
856
- ## Next Steps
857
-
858
- 1. Run `pa:assess-compatibility` to identify which issues affect your project
859
- 2. Review `gradual-adoption.md` for step-by-step adoption
860
- 3. Use `pattern-reconciliation.md` to handle convention conflicts
861
- 4. See `coexistence-mode.md` for running alongside existing workflows