proagents 1.6.19 → 1.6.21

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 (143) hide show
  1. package/.claude/settings.local.json +13 -1
  2. package/.proagents/.cursorrules +25 -10
  3. package/.proagents/.windsurfrules +25 -10
  4. package/.proagents/AGENTS.md +30 -11
  5. package/.proagents/AI_INSTRUCTIONS.md +86 -30
  6. package/.proagents/BOLT.md +25 -10
  7. package/.proagents/CLAUDE.md +25 -10
  8. package/.proagents/GEMINI.md +25 -10
  9. package/.proagents/KIRO.md +25 -10
  10. package/.proagents/LOVABLE.md +25 -10
  11. package/.proagents/PROAGENTS.md +96 -343
  12. package/.proagents/REPLIT.md +25 -10
  13. package/.proagents/activity.log +1 -0
  14. package/.proagents/custom-commands.yaml +0 -1
  15. package/.proagents/docs/command-details.md +1 -2
  16. package/.proagents/getting-started/ai-training-setup.md +0 -1
  17. package/.proagents/performance/README.md +59 -0
  18. package/.proagents/performance/bundle-analysis.md +375 -0
  19. package/.proagents/performance/load-testing.md +563 -0
  20. package/.proagents/performance/runtime-metrics.md +489 -0
  21. package/.proagents/performance/web-vitals.md +425 -0
  22. package/.proagents/platforms.yaml +66 -0
  23. package/.proagents/proagents.config.yaml +0 -1
  24. package/.proagents/prompts/ai-add.md +80 -0
  25. package/.proagents/prompts/ai-list.md +41 -0
  26. package/.proagents/prompts/ai-remove.md +112 -0
  27. package/.proagents/prompts/ai-sync.md +96 -0
  28. package/.proagents/workflow-modes/entry-modes.md +1 -6
  29. package/lib/commands/ai.js +100 -48
  30. package/lib/commands/init.js +89 -22
  31. package/package.json +1 -1
  32. package/.proagents/ANTIGRAVITY.md +0 -61
  33. package/.proagents/CHATGPT.md +0 -57
  34. package/.proagents/GROQ.md +0 -57
  35. package/.proagents/api-versioning/README.md +0 -257
  36. package/.proagents/api-versioning/changelog-template.md +0 -225
  37. package/.proagents/api-versioning/deprecation-workflow.md +0 -470
  38. package/.proagents/api-versioning/versioning-strategy.md +0 -291
  39. package/.proagents/automation/README.md +0 -38
  40. package/.proagents/automation/ai-behavior-rules.md +0 -339
  41. package/.proagents/automation/ai-prompt-injection.md +0 -331
  42. package/.proagents/automation/auto-decisions.md +0 -535
  43. package/.proagents/automation/decision-defaults.yaml +0 -317
  44. package/.proagents/cache/README.md +0 -110
  45. package/.proagents/cache/analysis-metadata.json +0 -76
  46. package/.proagents/cache/conventions.json +0 -125
  47. package/.proagents/cache/dependencies.json +0 -85
  48. package/.proagents/cache/features.json +0 -115
  49. package/.proagents/cache/patterns.json +0 -105
  50. package/.proagents/cache/schemas/conventions-schema.json +0 -138
  51. package/.proagents/cache/schemas/dependencies-schema.json +0 -95
  52. package/.proagents/cache/schemas/features-schema.json +0 -104
  53. package/.proagents/cache/schemas/metadata-schema.json +0 -83
  54. package/.proagents/cache/schemas/patterns-schema.json +0 -136
  55. package/.proagents/cache/schemas/structure-schema.json +0 -72
  56. package/.proagents/cache/structure.json +0 -109
  57. package/.proagents/checklists/README.md +0 -261
  58. package/.proagents/checklists/code-quality.md +0 -137
  59. package/.proagents/checklists/code-review.md +0 -148
  60. package/.proagents/checklists/pr-checklist.md +0 -78
  61. package/.proagents/checklists/pre-deployment.md +0 -132
  62. package/.proagents/checklists/pre-implementation.md +0 -80
  63. package/.proagents/checklists/testing.md +0 -120
  64. package/.proagents/checkpoints.json +0 -13
  65. package/.proagents/cicd/README.md +0 -338
  66. package/.proagents/cicd/azure-devops.md +0 -267
  67. package/.proagents/cicd/github-actions.md +0 -375
  68. package/.proagents/cicd/gitlab-ci.md +0 -278
  69. package/.proagents/cicd/jenkins.md +0 -317
  70. package/.proagents/collaboration/README.md +0 -143
  71. package/.proagents/collaboration/roles.md +0 -248
  72. package/.proagents/collaboration/sessions.md +0 -390
  73. package/.proagents/collaboration/sync.md +0 -358
  74. package/.proagents/cost/README.md +0 -48
  75. package/.proagents/cost/cost-template.md +0 -283
  76. package/.proagents/cost/estimation-framework.md +0 -287
  77. package/.proagents/database/README.md +0 -72
  78. package/.proagents/database/examples/001-create-users.sql +0 -129
  79. package/.proagents/database/examples/002-add-preferences.sql +0 -94
  80. package/.proagents/database/examples/003-add-index.sql +0 -105
  81. package/.proagents/database/examples/004-rename-column.sql +0 -122
  82. package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
  83. package/.proagents/database/examples/006-data-migration.sql +0 -196
  84. package/.proagents/database/examples/007-drop-column.sql +0 -163
  85. package/.proagents/database/examples/README.md +0 -89
  86. package/.proagents/database/migration-workflow.md +0 -478
  87. package/.proagents/database/rollback-scripts.md +0 -487
  88. package/.proagents/database/safety-checks.md +0 -447
  89. package/.proagents/git/README.md +0 -68
  90. package/.proagents/git/branch-strategy.md +0 -164
  91. package/.proagents/git/commit-conventions.md +0 -241
  92. package/.proagents/git/pr-workflow.md +0 -286
  93. package/.proagents/git/rollback-procedures.md +0 -416
  94. package/.proagents/ide-integration/README.md +0 -124
  95. package/.proagents/ide-integration/cline-config.md +0 -429
  96. package/.proagents/ide-integration/continue-config.md +0 -380
  97. package/.proagents/ide-integration/cursor-rules.md +0 -280
  98. package/.proagents/ide-integration/github-copilot.md +0 -384
  99. package/.proagents/ide-integration/windsurf-rules.md +0 -314
  100. package/.proagents/integrations/README.md +0 -97
  101. package/.proagents/integrations/pm/README.md +0 -344
  102. package/.proagents/learning/README.md +0 -136
  103. package/.proagents/learning/adaptation.md +0 -305
  104. package/.proagents/learning/data-collection.md +0 -283
  105. package/.proagents/learning/implementation-guide.md +0 -865
  106. package/.proagents/learning/reports.md +0 -306
  107. package/.proagents/mcp/README.md +0 -133
  108. package/.proagents/mcp/context-providers.md +0 -442
  109. package/.proagents/mcp/server-config.md +0 -306
  110. package/.proagents/mcp/tools-definition.md +0 -513
  111. package/.proagents/pm-integration/README.md +0 -151
  112. package/.proagents/pm-integration/asana.md +0 -346
  113. package/.proagents/pm-integration/github-issues.md +0 -308
  114. package/.proagents/pm-integration/gitlab-issues.md +0 -482
  115. package/.proagents/pm-integration/jira.md +0 -364
  116. package/.proagents/pm-integration/linear.md +0 -409
  117. package/.proagents/pm-integration/notion.md +0 -275
  118. package/.proagents/pm-integration/sync-config.md +0 -533
  119. package/.proagents/pm-integration/trello.md +0 -159
  120. package/.proagents/rules/README.md +0 -179
  121. package/.proagents/rules/custom-rules-template.yaml +0 -286
  122. package/.proagents/rules/custom-rules.md +0 -754
  123. package/.proagents/rules/validation-rules-template.yaml +0 -517
  124. package/.proagents/runbooks/README.md +0 -219
  125. package/.proagents/runbooks/dependency-vulnerability.md +0 -505
  126. package/.proagents/runbooks/incident-response.md +0 -451
  127. package/.proagents/runbooks/performance-degradation.md +0 -584
  128. package/.proagents/runbooks/production-debugging.md +0 -489
  129. package/.proagents/sprints/README.md +0 -58
  130. package/.proagents/team/README.md +0 -256
  131. package/.proagents/team/code-ownership.md +0 -306
  132. package/.proagents/team/communication-templates.md +0 -441
  133. package/.proagents/team/handoff-protocol.md +0 -380
  134. package/.proagents/team/ide-setup/README.md +0 -103
  135. package/.proagents/team/ide-setup/cursor.md +0 -276
  136. package/.proagents/team/ide-setup/jetbrains.md +0 -330
  137. package/.proagents/team/ide-setup/neovim.md +0 -640
  138. package/.proagents/team/ide-setup/vscode.md +0 -348
  139. package/.proagents/team/onboarding.md +0 -278
  140. package/.proagents/time-tracking.json +0 -19
  141. package/.proagents/troubleshooting/README.md +0 -730
  142. package/.proagents/troubleshooting/ai-issues.md +0 -601
  143. package/.proagents/troubleshooting/workflow-issues.md +0 -571
@@ -1,533 +0,0 @@
1
- # Synchronization Configuration
2
-
3
- Configure how ProAgents syncs with project management platforms.
4
-
5
- ---
6
-
7
- ## Sync Overview
8
-
9
- ```
10
- ┌─────────────────────────────────────────────────────────────┐
11
- │ Sync Architecture │
12
- ├─────────────────────────────────────────────────────────────┤
13
- │ │
14
- │ ProAgents PM Platform │
15
- │ ┌─────────┐ ┌─────────┐ │
16
- │ │ Feature │ ──── Push ────────► │ Issue │ │
17
- │ │ State │ ◄─── Pull ───────── │ State │ │
18
- │ └─────────┘ └─────────┘ │
19
- │ │ │ │
20
- │ │ ┌─────────┐ │ │
21
- │ └────────►│ Sync │◄──────────┘ │
22
- │ │ Engine │ │
23
- │ └─────────┘ │
24
- │ │ │
25
- │ ┌───────┴───────┐ │
26
- │ │ Conflict │ │
27
- │ │ Resolution │ │
28
- │ └───────────────┘ │
29
- │ │
30
- └─────────────────────────────────────────────────────────────┘
31
- ```
32
-
33
- ---
34
-
35
- ## Sync Modes
36
-
37
- ### Push Mode (ProAgents → PM)
38
-
39
- ProAgents pushes changes to PM platform:
40
-
41
- ```yaml
42
- integrations:
43
- sync:
44
- mode: "push"
45
-
46
- # What to push
47
- push:
48
- feature_start: true
49
- phase_changes: true
50
- pr_creation: true
51
- feature_complete: true
52
- comments: true
53
- time_tracking: true
54
-
55
- # When to push
56
- triggers:
57
- on_event: true # Push on each event
58
- on_commit: false # Push on git commit
59
- scheduled: false # Push on schedule
60
- ```
61
-
62
- ### Pull Mode (PM → ProAgents)
63
-
64
- ProAgents pulls changes from PM platform:
65
-
66
- ```yaml
67
- integrations:
68
- sync:
69
- mode: "pull"
70
-
71
- # What to pull
72
- pull:
73
- new_issues: true
74
- status_changes: true
75
- assignments: true
76
- comments: true
77
- priority_changes: true
78
-
79
- # When to pull
80
- schedule: "*/5 * * * *" # Every 5 minutes
81
- ```
82
-
83
- ### Bi-Directional Mode
84
-
85
- Full two-way sync:
86
-
87
- ```yaml
88
- integrations:
89
- sync:
90
- mode: "bidirectional"
91
-
92
- # Conflict resolution
93
- conflicts:
94
- strategy: "pm_wins" # pm_wins, proagents_wins, manual, latest_wins
95
-
96
- # Manual resolution
97
- manual:
98
- notify: true
99
- timeout: "1h"
100
- default_action: "pm_wins"
101
- ```
102
-
103
- ---
104
-
105
- ## Sync Events
106
-
107
- ### Feature Lifecycle Events
108
-
109
- ```yaml
110
- integrations:
111
- sync:
112
- events:
113
- # Feature started
114
- feature_start:
115
- action: "create_or_link"
116
- fields:
117
- - title
118
- - description
119
- - assignee
120
- - labels
121
-
122
- # Phase changed
123
- phase_change:
124
- action: "update_status"
125
- add_comment: true
126
- fields:
127
- - status
128
- - custom_phase_field
129
-
130
- # PR created
131
- pr_created:
132
- action: "link_pr"
133
- add_comment: true
134
- fields:
135
- - pr_url
136
- - branch_name
137
-
138
- # Feature completed
139
- feature_complete:
140
- action: "close_issue"
141
- add_comment: true
142
- fields:
143
- - resolution
144
- - time_spent
145
- - summary
146
- ```
147
-
148
- ### Custom Events
149
-
150
- ```yaml
151
- integrations:
152
- sync:
153
- custom_events:
154
- # Sync on test completion
155
- tests_passed:
156
- action: "add_comment"
157
- template: "All tests passed. Coverage: {{coverage}}%"
158
-
159
- # Sync on security scan
160
- security_scan_complete:
161
- action: "update_field"
162
- field: "security_status"
163
- value: "{{scan_result}}"
164
-
165
- # Sync on deployment
166
- deployed:
167
- action: "add_comment"
168
- template: |
169
- Deployed to {{environment}}
170
- URL: {{deployment_url}}
171
- ```
172
-
173
- ---
174
-
175
- ## Field Mapping
176
-
177
- ### Standard Fields
178
-
179
- ```yaml
180
- integrations:
181
- sync:
182
- field_mapping:
183
- # ProAgents field: PM field
184
- standard:
185
- feature_name: "title"
186
- feature_description: "description"
187
- current_phase: "status"
188
- assignee: "assignee"
189
- priority: "priority"
190
- labels: "labels"
191
- due_date: "due_date"
192
- estimate: "estimate"
193
- ```
194
-
195
- ### Custom Fields
196
-
197
- ```yaml
198
- integrations:
199
- sync:
200
- field_mapping:
201
- custom:
202
- # Map to custom fields
203
- branch_name:
204
- jira: "customfield_10001"
205
- linear: "custom_field_branch"
206
-
207
- test_coverage:
208
- jira: "customfield_10002"
209
- linear: "custom_field_coverage"
210
-
211
- pr_link:
212
- jira: "customfield_10003"
213
- linear: "custom_field_pr"
214
-
215
- deployment_url:
216
- jira: "customfield_10004"
217
- linear: "custom_field_deploy"
218
- ```
219
-
220
- ### Field Transformations
221
-
222
- ```yaml
223
- integrations:
224
- sync:
225
- field_mapping:
226
- transformations:
227
- # Transform phase to status
228
- current_phase:
229
- transform: "status_map"
230
- map:
231
- init: "To Do"
232
- analysis: "In Progress"
233
- implementation: "In Development"
234
- testing: "In QA"
235
- deployed: "Done"
236
-
237
- # Transform priority
238
- priority:
239
- transform: "priority_map"
240
- map:
241
- critical: 1
242
- high: 2
243
- medium: 3
244
- low: 4
245
-
246
- # Custom transformation
247
- estimate:
248
- transform: "function"
249
- function: |
250
- (value) => {
251
- // Convert hours to story points
252
- return Math.ceil(value / 4);
253
- }
254
- ```
255
-
256
- ---
257
-
258
- ## Conflict Resolution
259
-
260
- ### Resolution Strategies
261
-
262
- ```yaml
263
- integrations:
264
- sync:
265
- conflicts:
266
- # Default strategy
267
- default_strategy: "latest_wins"
268
-
269
- # Per-field strategies
270
- field_strategies:
271
- status: "pm_wins" # PM status takes precedence
272
- description: "merge" # Merge descriptions
273
- labels: "union" # Combine all labels
274
- assignee: "proagents_wins" # ProAgents assignee wins
275
-
276
- # Strategies explained:
277
- # - pm_wins: PM platform value wins
278
- # - proagents_wins: ProAgents value wins
279
- # - latest_wins: Most recent change wins
280
- # - merge: Attempt to merge values
281
- # - union: Combine values (for arrays)
282
- # - manual: Require manual resolution
283
- ```
284
-
285
- ### Conflict Notification
286
-
287
- ```yaml
288
- integrations:
289
- sync:
290
- conflicts:
291
- notification:
292
- enabled: true
293
- channels:
294
- - "slack:#dev-sync"
295
- - "email:team@company.com"
296
-
297
- template: |
298
- **Sync Conflict Detected**
299
-
300
- Feature: {{feature_name}}
301
- Issue: {{issue_id}}
302
- Field: {{field_name}}
303
-
304
- ProAgents value: {{proagents_value}}
305
- PM value: {{pm_value}}
306
-
307
- Resolution: {{resolution_strategy}}
308
- ```
309
-
310
- ### Manual Resolution
311
-
312
- ```yaml
313
- integrations:
314
- sync:
315
- conflicts:
316
- manual_resolution:
317
- enabled: true
318
-
319
- # UI for resolution
320
- ui: "cli" # cli, web, notification
321
-
322
- # Timeout for manual resolution
323
- timeout: "4h"
324
-
325
- # Action on timeout
326
- timeout_action: "pm_wins"
327
- ```
328
-
329
- ---
330
-
331
- ## Sync Schedule
332
-
333
- ### Real-Time Sync
334
-
335
- ```yaml
336
- integrations:
337
- sync:
338
- realtime:
339
- enabled: true
340
-
341
- # Use webhooks when available
342
- webhooks: true
343
-
344
- # Fallback polling interval
345
- fallback_interval: "30s"
346
- ```
347
-
348
- ### Scheduled Sync
349
-
350
- ```yaml
351
- integrations:
352
- sync:
353
- schedule:
354
- enabled: true
355
-
356
- # Full sync schedule
357
- full_sync: "0 */6 * * *" # Every 6 hours
358
-
359
- # Incremental sync schedule
360
- incremental_sync: "*/5 * * * *" # Every 5 minutes
361
-
362
- # Sync on specific events
363
- on_events:
364
- - "git_push"
365
- - "pr_merge"
366
- ```
367
-
368
- ### Manual Sync
369
-
370
- ```bash
371
- # Sync current feature
372
- proagents pm sync
373
-
374
- # Sync all features
375
- proagents pm sync --all
376
-
377
- # Sync specific feature
378
- proagents pm sync --feature user-auth
379
-
380
- # Force full sync (ignore cache)
381
- proagents pm sync --force
382
- ```
383
-
384
- ---
385
-
386
- ## Sync Filtering
387
-
388
- ### Include/Exclude Filters
389
-
390
- ```yaml
391
- integrations:
392
- sync:
393
- filters:
394
- # Only sync these issue types
395
- include_types:
396
- - "Story"
397
- - "Bug"
398
- - "Task"
399
-
400
- # Exclude these
401
- exclude_types:
402
- - "Epic"
403
- - "Initiative"
404
-
405
- # Only sync issues with these labels
406
- include_labels:
407
- - "proagents"
408
- - "automated"
409
-
410
- # Exclude issues with these labels
411
- exclude_labels:
412
- - "manual-only"
413
- - "no-sync"
414
-
415
- # Only sync issues assigned to team
416
- team_only: true
417
- ```
418
-
419
- ### Project Filters
420
-
421
- ```yaml
422
- integrations:
423
- sync:
424
- filters:
425
- # Only sync from these projects
426
- projects:
427
- - "Backend"
428
- - "Frontend"
429
-
430
- # Exclude these projects
431
- exclude_projects:
432
- - "Archive"
433
- - "Experimental"
434
- ```
435
-
436
- ---
437
-
438
- ## Error Handling
439
-
440
- ### Retry Configuration
441
-
442
- ```yaml
443
- integrations:
444
- sync:
445
- error_handling:
446
- # Retry on failure
447
- retry:
448
- enabled: true
449
- max_attempts: 3
450
- backoff: "exponential" # linear, exponential, fixed
451
- initial_delay: "1s"
452
- max_delay: "1m"
453
-
454
- # On persistent failure
455
- on_failure:
456
- action: "queue" # queue, skip, alert
457
- notify: true
458
- ```
459
-
460
- ### Error Notifications
461
-
462
- ```yaml
463
- integrations:
464
- sync:
465
- error_handling:
466
- notifications:
467
- enabled: true
468
-
469
- # Notify on these errors
470
- on:
471
- - "connection_failed"
472
- - "auth_failed"
473
- - "rate_limited"
474
- - "sync_conflict"
475
-
476
- channels:
477
- - "slack:#dev-alerts"
478
- ```
479
-
480
- ---
481
-
482
- ## Sync Status & Monitoring
483
-
484
- ### View Sync Status
485
-
486
- ```bash
487
- # Show sync status
488
- proagents pm sync-status
489
-
490
- # Output:
491
- ┌─────────────────────────────────────────────────────────────┐
492
- │ Sync Status │
493
- ├─────────────────────────────────────────────────────────────┤
494
- │ Platform: Jira │
495
- │ Mode: Bidirectional │
496
- │ Last Sync: 2 minutes ago │
497
- │ Status: Healthy │
498
- ├─────────────────────────────────────────────────────────────┤
499
- │ Synced Features: 12 │
500
- │ Pending Changes: 0 │
501
- │ Conflicts: 0 │
502
- ├─────────────────────────────────────────────────────────────┤
503
- │ Recent Activity: │
504
- │ • PROJ-123: Status updated (1 min ago) │
505
- │ • PROJ-456: Comment added (5 min ago) │
506
- │ • PROJ-789: PR linked (10 min ago) │
507
- └─────────────────────────────────────────────────────────────┘
508
- ```
509
-
510
- ### Sync Logs
511
-
512
- ```bash
513
- # View sync logs
514
- proagents pm logs
515
-
516
- # View errors only
517
- proagents pm logs --errors
518
-
519
- # Export logs
520
- proagents pm logs --export sync-log.json
521
- ```
522
-
523
- ---
524
-
525
- ## Best Practices
526
-
527
- 1. **Start with Push Mode**: Begin with one-way sync, then enable bidirectional
528
- 2. **Use Webhooks**: Enable webhooks for real-time sync when available
529
- 3. **Define Clear Mappings**: Map fields explicitly to avoid confusion
530
- 4. **Handle Conflicts**: Choose appropriate conflict resolution strategies
531
- 5. **Monitor Sync Health**: Regularly check sync status and logs
532
- 6. **Test Before Production**: Test sync configuration in staging first
533
- 7. **Document Mappings**: Keep field mappings documented for team reference
@@ -1,159 +0,0 @@
1
- # Trello Integration
2
-
3
- Visual board integration with Trello for agile workflows.
4
-
5
- ---
6
-
7
- ## Setup
8
-
9
- ### 1. Get API Credentials
10
-
11
- 1. Go to [Trello Developer Portal](https://trello.com/power-ups/admin)
12
- 2. Create a new Power-Up or get API key
13
- 3. Generate token with necessary permissions
14
-
15
- ### 2. Configure Connection
16
-
17
- ```yaml
18
- # proagents.config.yaml
19
-
20
- integrations:
21
- trello:
22
- enabled: true
23
- api_key_env: "TRELLO_API_KEY"
24
- token_env: "TRELLO_TOKEN"
25
-
26
- # Board settings
27
- board_id: "your-board-id"
28
-
29
- # List mapping
30
- lists:
31
- backlog: "Backlog"
32
- in_progress: "In Progress"
33
- review: "In Review"
34
- done: "Done"
35
- ```
36
-
37
- ### 3. Set Environment Variables
38
-
39
- ```bash
40
- export TRELLO_API_KEY="your-api-key"
41
- export TRELLO_TOKEN="your-token"
42
- ```
43
-
44
- ### 4. Verify Connection
45
-
46
- ```bash
47
- proagents pm connect trello
48
- proagents pm status
49
- ```
50
-
51
- ---
52
-
53
- ## List Mapping
54
-
55
- Map ProAgents phases to Trello lists:
56
-
57
- ```yaml
58
- integrations:
59
- trello:
60
- list_mapping:
61
- # ProAgents phase: Trello list name
62
- init: "Backlog"
63
- analysis: "In Progress"
64
- requirements: "In Progress"
65
- design: "In Progress"
66
- planning: "In Progress"
67
- implementation: "In Progress"
68
- testing: "In Review"
69
- review: "In Review"
70
- documentation: "In Review"
71
- deployment: "Done"
72
- deployed: "Done"
73
- ```
74
-
75
- ---
76
-
77
- ## Card Configuration
78
-
79
- ### Card Template
80
-
81
- ```yaml
82
- integrations:
83
- trello:
84
- card_template:
85
- name: "{{feature_name}}"
86
- description: |
87
- ## Description
88
- {{feature_description}}
89
-
90
- ## Acceptance Criteria
91
- {{acceptance_criteria}}
92
-
93
- ---
94
- *Managed by ProAgents*
95
-
96
- # Labels
97
- labels:
98
- feature: "green"
99
- bug: "red"
100
- refactor: "yellow"
101
- proagents: "purple"
102
-
103
- # Checklist
104
- checklist:
105
- name: "Tasks"
106
- items:
107
- - "Analysis complete"
108
- - "Implementation complete"
109
- - "Tests passing"
110
- - "Code reviewed"
111
- - "Documentation updated"
112
- ```
113
-
114
- ### Auto-Actions
115
-
116
- ```yaml
117
- integrations:
118
- trello:
119
- on_feature_start:
120
- action: "create_card"
121
- list: "In Progress"
122
- add_labels: ["proagents"]
123
-
124
- on_phase_change:
125
- action: "move_card"
126
- add_comment: true
127
-
128
- on_feature_complete:
129
- action: "move_to_done"
130
- check_all_items: true
131
- add_comment: true
132
- ```
133
-
134
- ---
135
-
136
- ## Commands
137
-
138
- ```bash
139
- # Link to existing card
140
- proagents pm link --card "card-id"
141
-
142
- # Create new card
143
- proagents pm create --title "Feature name"
144
-
145
- # Move card
146
- proagents pm move --list "In Review"
147
-
148
- # Add comment
149
- proagents pm comment "Status update"
150
- ```
151
-
152
- ---
153
-
154
- ## Best Practices
155
-
156
- 1. **Use Labels**: Color-code by type (feature, bug, etc.)
157
- 2. **Checklists**: Track phase completion with checklists
158
- 3. **Due Dates**: Set target completion dates
159
- 4. **Attachments**: Link PRs and documentation