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,478 +0,0 @@
1
- # Learning Effectiveness Metrics
2
-
3
- Track workflow adoption, improvement rates, and optimization effectiveness.
4
-
5
- ---
6
-
7
- ## Prompt Template
8
-
9
- ```
10
- Analyze learning system effectiveness for this project:
11
-
12
- Project: {project_name}
13
- Period: {date_range}
14
- Usage Data: {learning_data}
15
-
16
- Evaluate:
17
- 1. Workflow adoption rate
18
- 2. Pattern learning accuracy
19
- 3. Suggestion acceptance rate
20
- 4. Time savings achieved
21
- 5. Error reduction rate
22
-
23
- Compare:
24
- - Initial baseline: {baseline}
25
- - Current performance: {current}
26
- - Target improvements: {targets}
27
-
28
- Provide:
29
- - Learning system effectiveness score
30
- - Key improvements made
31
- - Areas still learning
32
- - Recommendations for optimization
33
- ```
34
-
35
- ---
36
-
37
- ## Key Metrics
38
-
39
- ### Workflow Adoption
40
-
41
- Track how effectively the team adopts ProAgents workflows.
42
-
43
- ```yaml
44
- adoption:
45
- metrics:
46
- active_users: "Users using workflow regularly"
47
- feature_utilization: "Features being used"
48
- workflow_completion: "Workflows completed vs started"
49
- checkpoint_usage: "Custom checkpoint configurations"
50
-
51
- targets:
52
- active_user_rate: "> 80%"
53
- feature_utilization: "> 60%"
54
- workflow_completion: "> 90%"
55
- ```
56
-
57
- **Tracking:**
58
- ```typescript
59
- interface AdoptionMetrics {
60
- activeUsers: {
61
- total: number;
62
- percentage: number;
63
- trend: 'growing' | 'stable' | 'declining';
64
- };
65
- featureUtilization: Map<string, {
66
- users: number;
67
- frequency: number;
68
- satisfaction: number;
69
- }>;
70
- workflowCompletion: {
71
- started: number;
72
- completed: number;
73
- abandoned: number;
74
- rate: number;
75
- };
76
- }
77
- ```
78
-
79
- **Dashboard:**
80
- ```
81
- Workflow Adoption - Last 30 Days
82
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
83
- Active Users: 12/15 (80%) ✅
84
- Trend: ↑ Growing (+2 this month)
85
-
86
- Feature Utilization:
87
- Full Workflow: ████████░░ 78%
88
- Bug Fix Mode: ██████████ 95%
89
- Quick Change: ███████░░░ 68%
90
- Code Review: █████████░ 88%
91
- Documentation: ██████░░░░ 55%
92
-
93
- Workflow Completion:
94
- Started: 156
95
- Completed: 142
96
- Abandoned: 14
97
- Rate: 91% ✅
98
-
99
- Abandonment Reasons:
100
- - Requirements changed: 8
101
- - Switched to quick mode: 4
102
- - Other: 2
103
- ```
104
-
105
- ---
106
-
107
- ### Pattern Learning Accuracy
108
-
109
- How accurately the system learns project patterns.
110
-
111
- ```yaml
112
- pattern_learning:
113
- categories:
114
- naming_conventions: "Variable, function, file naming"
115
- code_style: "Formatting, structure preferences"
116
- architecture: "Module organization, patterns used"
117
- testing: "Test structure, assertion styles"
118
-
119
- measurement:
120
- accuracy: "Correct suggestions / total suggestions"
121
- confidence: "System confidence in patterns"
122
- coverage: "Patterns detected / total patterns"
123
- ```
124
-
125
- **Analysis:**
126
- ```typescript
127
- interface PatternLearningMetrics {
128
- overallAccuracy: number;
129
- byCategory: {
130
- namingConventions: { accuracy: number; coverage: number; examples: number };
131
- codeStyle: { accuracy: number; coverage: number; examples: number };
132
- architecture: { accuracy: number; coverage: number; examples: number };
133
- testing: { accuracy: number; coverage: number; examples: number };
134
- };
135
- recentLearnings: PatternLearning[];
136
- needsMoreData: string[];
137
- }
138
-
139
- interface PatternLearning {
140
- pattern: string;
141
- confidence: number;
142
- examples: number;
143
- lastUsed: Date;
144
- }
145
- ```
146
-
147
- **Report:**
148
- ```
149
- Pattern Learning Accuracy
150
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
151
- Overall Accuracy: 87%
152
-
153
- By Category:
154
- Naming Conventions: ████████░░ 92% (high confidence)
155
- Code Style: █████████░ 89% (high confidence)
156
- Architecture: ████████░░ 85% (medium confidence)
157
- Testing Patterns: ███████░░░ 78% (learning)
158
-
159
- Recently Learned:
160
- ✓ Component naming: use{Feature}Hook pattern
161
- ✓ API calls: always use try-catch wrapper
162
- ✓ Tests: describe → it → expect structure
163
- ✓ Imports: group by external → internal → styles
164
-
165
- Still Learning (need more examples):
166
- • State management patterns (5 examples)
167
- • Error handling preferences (8 examples)
168
- • Database query patterns (3 examples)
169
- ```
170
-
171
- ---
172
-
173
- ### Suggestion Acceptance Rate
174
-
175
- Track how often AI suggestions are accepted.
176
-
177
- ```yaml
178
- suggestions:
179
- types:
180
- code_generation: "Generated code accepted"
181
- refactoring: "Refactoring suggestions accepted"
182
- fixes: "Bug fix suggestions accepted"
183
- documentation: "Doc suggestions accepted"
184
-
185
- tracking:
186
- accepted: "Used as-is or with minor edits"
187
- modified: "Significantly modified before use"
188
- rejected: "Not used"
189
- ```
190
-
191
- **Metrics:**
192
- ```typescript
193
- interface SuggestionMetrics {
194
- overallAcceptance: number;
195
- byType: {
196
- codeGeneration: { accepted: number; modified: number; rejected: number };
197
- refactoring: { accepted: number; modified: number; rejected: number };
198
- fixes: { accepted: number; modified: number; rejected: number };
199
- documentation: { accepted: number; modified: number; rejected: number };
200
- };
201
- trend: 'improving' | 'stable' | 'declining';
202
- commonRejectionReasons: Map<string, number>;
203
- }
204
- ```
205
-
206
- **Dashboard:**
207
- ```
208
- Suggestion Acceptance - Last 30 Days
209
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
210
- Overall Rate: 74% accepted, 18% modified, 8% rejected
211
-
212
- By Type: Accepted Modified Rejected
213
- Code Generation ████████░░ 78% 15% 7%
214
- Bug Fixes █████████░ 85% 10% 5%
215
- Refactoring ██████░░░░ 62% 25% 13%
216
- Documentation ███████░░░ 71% 20% 9%
217
-
218
- Trend: ↑ Improving (+8% vs previous month)
219
-
220
- Common Rejection Reasons:
221
- 1. Different style preference (35%)
222
- 2. Over-engineered solution (28%)
223
- 3. Missing edge case (20%)
224
- 4. Performance concerns (12%)
225
- 5. Other (5%)
226
-
227
- Learning Applied:
228
- • Now suggests simpler solutions
229
- • Better edge case handling
230
- • Aligned with team's style guide
231
- ```
232
-
233
- ---
234
-
235
- ### Time Savings
236
-
237
- Measure time saved through workflow automation.
238
-
239
- ```yaml
240
- time_savings:
241
- baseline:
242
- feature_development: "Manual average time"
243
- bug_fixing: "Manual average time"
244
- code_review: "Manual average time"
245
- documentation: "Manual average time"
246
-
247
- measurement:
248
- actual_time: "Time with workflow"
249
- estimated_manual: "Estimated without workflow"
250
- savings: "estimated_manual - actual_time"
251
- ```
252
-
253
- **Tracking:**
254
- ```typescript
255
- interface TimeSavings {
256
- totalSaved: Duration;
257
- byActivity: {
258
- codebaseAnalysis: { saved: Duration; percentage: number };
259
- codeGeneration: { saved: Duration; percentage: number };
260
- testing: { saved: Duration; percentage: number };
261
- codeReview: { saved: Duration; percentage: number };
262
- documentation: { saved: Duration; percentage: number };
263
- };
264
- weeklyTrend: Duration[];
265
- projectedAnnualSavings: Duration;
266
- }
267
- ```
268
-
269
- **Report:**
270
- ```
271
- Time Savings Analysis - Last 30 Days
272
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
273
- Total Time Saved: 48.5 hours
274
-
275
- By Activity:
276
- Codebase Analysis: ████████░░ 12h (45% reduction)
277
- Code Generation: ██████████ 15h (55% reduction)
278
- Testing Setup: ███████░░░ 8h (35% reduction)
279
- Code Review: █████░░░░░ 6h (25% reduction)
280
- Documentation: ███████░░░ 7.5h (40% reduction)
281
-
282
- Weekly Trend:
283
- Week 1: ████████░░░░ 10h
284
- Week 2: ██████████░░ 12h
285
- Week 3: ███████████░ 13h
286
- Week 4: ███████████░ 13.5h
287
-
288
- Projected Annual Savings: 582 hours
289
- At $100/hr: $58,200 value
290
- ```
291
-
292
- ---
293
-
294
- ### Error Reduction
295
-
296
- Track reduction in errors and rework.
297
-
298
- ```yaml
299
- error_reduction:
300
- types:
301
- code_errors: "Bugs introduced"
302
- style_violations: "Linting/style issues"
303
- test_failures: "Tests failing on first run"
304
- deployment_issues: "Deployment problems"
305
-
306
- comparison:
307
- baseline_period: "Before workflow adoption"
308
- current_period: "With workflow"
309
- ```
310
-
311
- **Analysis:**
312
- ```typescript
313
- interface ErrorReduction {
314
- overallReduction: number;
315
- byType: {
316
- codeErrors: { baseline: number; current: number; reduction: number };
317
- styleViolations: { baseline: number; current: number; reduction: number };
318
- testFailures: { baseline: number; current: number; reduction: number };
319
- deploymentIssues: { baseline: number; current: number; reduction: number };
320
- };
321
- reworkReduction: {
322
- reviewCycles: { before: number; after: number };
323
- bugFixRework: { before: number; after: number };
324
- };
325
- }
326
- ```
327
-
328
- **Dashboard:**
329
- ```
330
- Error Reduction Analysis
331
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
332
- Overall Error Reduction: 42%
333
-
334
- By Type: Before After Reduction
335
- Code Errors 8.2/week 4.1/week -50%
336
- Style Violations 25/week 5/week -80%
337
- Test Failures 12/week 6/week -50%
338
- Deploy Issues 3/month 1/month -67%
339
-
340
- Rework Reduction:
341
- Review Cycles: 2.8 avg → 1.6 avg -43%
342
- Bug Fix Rework: 1.5/bug → 0.8/bug -47%
343
-
344
- Key Improvements:
345
- ✓ Auto-linting catches style issues
346
- ✓ Pattern learning prevents common bugs
347
- ✓ Pre-commit checks catch test failures
348
- ✓ Deployment checklists reduce issues
349
- ```
350
-
351
- ---
352
-
353
- ## Learning System Performance
354
-
355
- ### Composite Learning Score
356
-
357
- ```typescript
358
- interface LearningScore {
359
- overall: number; // 0-100
360
- breakdown: {
361
- adoption: { score: number; weight: 0.20 };
362
- patternAccuracy: { score: number; weight: 0.25 };
363
- suggestionAcceptance: { score: number; weight: 0.25 };
364
- timeSavings: { score: number; weight: 0.15 };
365
- errorReduction: { score: number; weight: 0.15 };
366
- };
367
- trend: 'improving' | 'stable' | 'declining';
368
- maturityLevel: 'initial' | 'developing' | 'established' | 'optimized';
369
- }
370
- ```
371
-
372
- **Dashboard:**
373
- ```
374
- Learning System Effectiveness
375
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
376
- Overall Score: 76/100
377
- Maturity Level: ESTABLISHED
378
-
379
- Breakdown:
380
- Adoption (20%): ████████░░ 80/100
381
- Pattern Accuracy (25%): █████████░ 87/100
382
- Suggestion Accept (25%): ███████░░░ 74/100
383
- Time Savings (15%): ███████░░░ 65/100
384
- Error Reduction (15%): ███████░░░ 70/100
385
-
386
- Trend: ↑ Improving (+12 pts this quarter)
387
-
388
- Recommendations:
389
- 1. More examples needed for testing patterns
390
- 2. Simplify refactoring suggestions
391
- 3. Add more project-specific terminology
392
- ```
393
-
394
- ---
395
-
396
- ## Configuration
397
-
398
- ```yaml
399
- # proagents.config.yaml
400
- metrics:
401
- learning:
402
- enabled: true
403
-
404
- tracking:
405
- adoption: true
406
- patterns: true
407
- suggestions: true
408
- time_savings: true
409
- errors: true
410
-
411
- baseline:
412
- period: "2024-01-01 to 2024-01-31"
413
- source: "historical_data"
414
-
415
- reporting:
416
- schedule: "monthly"
417
- include_recommendations: true
418
-
419
- privacy:
420
- anonymize: true
421
- no_code_samples: true
422
- ```
423
-
424
- ---
425
-
426
- ## Commands
427
-
428
- ```bash
429
- # View learning dashboard
430
- pa:metrics learning
431
-
432
- # Adoption analysis
433
- pa:metrics learning --adoption
434
-
435
- # Pattern accuracy
436
- pa:metrics learning --patterns
437
-
438
- # Suggestion stats
439
- pa:metrics learning --suggestions
440
-
441
- # Time savings report
442
- pa:metrics learning --savings
443
-
444
- # Generate learning report
445
- pa:metrics learning --report
446
- ```
447
-
448
- ---
449
-
450
- ## Improving Learning Effectiveness
451
-
452
- ### Increasing Adoption
453
-
454
- 1. **Onboarding**: Provide workflow tutorials
455
- 2. **Quick Wins**: Start with bug fix mode
456
- 3. **Champions**: Identify power users
457
- 4. **Feedback**: Act on user feedback
458
-
459
- ### Improving Pattern Learning
460
-
461
- 1. **Consistent Code**: Follow established patterns
462
- 2. **Examples**: Provide more training examples
463
- 3. **Corrections**: Correct AI mistakes promptly
464
- 4. **Documentation**: Document patterns explicitly
465
-
466
- ### Increasing Suggestion Acceptance
467
-
468
- 1. **Simpler Solutions**: Prefer straightforward code
469
- 2. **Style Alignment**: Match team preferences
470
- 3. **Context Awareness**: Consider project context
471
- 4. **Iteration**: Learn from rejections
472
-
473
- ### Maximizing Time Savings
474
-
475
- 1. **Full Workflow**: Use all phases consistently
476
- 2. **Automation**: Automate repetitive tasks
477
- 3. **Templates**: Create project-specific templates
478
- 4. **Shortcuts**: Learn and use quick commands
@@ -1,77 +0,0 @@
1
- # Migration Guides
2
-
3
- Migrate from other tools and workflows to ProAgents.
4
-
5
- ---
6
-
7
- ## Available Migrations
8
-
9
- | From | Guide | Difficulty |
10
- |------|-------|------------|
11
- | Cursor Rules | [cursor-rules.md](./from-cursor-rules.md) | Easy |
12
- | Claude Projects | [claude-projects.md](./from-claude-projects.md) | Easy |
13
- | GitHub Copilot | [github-copilot.md](./from-github-copilot.md) | Easy |
14
- | Custom Workflows | [custom-workflows.md](./from-custom-workflows.md) | Medium |
15
-
16
- ---
17
-
18
- ## Quick Migration
19
-
20
- ### Automated Migration
21
-
22
- ```bash
23
- # Detect and migrate from existing setup
24
- proagents migrate --detect
25
-
26
- # Migrate from specific tool
27
- proagents migrate --from cursor-rules
28
- proagents migrate --from claude-projects
29
-
30
- # Preview migration without applying
31
- proagents migrate --from cursor-rules --dry-run
32
- ```
33
-
34
- ### Manual Migration
35
-
36
- 1. Install ProAgents
37
- 2. Run `proagents init`
38
- 3. Import existing configurations
39
- 4. Verify and adjust settings
40
-
41
- ---
42
-
43
- ## What Gets Migrated
44
-
45
- | Source | Migrated To |
46
- |--------|-------------|
47
- | Cursor `.cursorrules` | ProAgents standards + IDE rules |
48
- | Claude Project Instructions | ProAgents prompts + standards |
49
- | Copilot Instructions | ProAgents standards + IDE rules |
50
- | Custom Rules | ProAgents rules engine |
51
- | Code Conventions | ProAgents standards |
52
-
53
- ---
54
-
55
- ## Migration Checklist
56
-
57
- - [ ] Backup existing configuration
58
- - [ ] Run migration in dry-run mode first
59
- - [ ] Review generated ProAgents config
60
- - [ ] Test with a small feature
61
- - [ ] Update team documentation
62
- - [ ] Remove old configuration (optional)
63
-
64
- ---
65
-
66
- ## Getting Help
67
-
68
- ```bash
69
- # Show migration help
70
- proagents migrate --help
71
-
72
- # Validate migration result
73
- proagents validate
74
-
75
- # Compare configurations
76
- proagents migrate diff --from cursor-rules
77
- ```