proagents 1.0.0 → 1.0.1

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 (148) hide show
  1. package/lib/commands/init.js +122 -11
  2. package/package.json +1 -1
  3. package/proagents/PROAGENTS.md +54 -0
  4. package/proagents/README.md +17 -17
  5. package/proagents/WORKFLOW.md +110 -110
  6. package/proagents/active-features/README.md +9 -9
  7. package/proagents/adr/README.md +15 -15
  8. package/proagents/api-versioning/changelog-template.md +4 -4
  9. package/proagents/api-versioning/deprecation-workflow.md +6 -6
  10. package/proagents/api-versioning/versioning-strategy.md +5 -5
  11. package/proagents/automation/ai-behavior-rules.md +1 -1
  12. package/proagents/automation/auto-decisions.md +6 -6
  13. package/proagents/cache/README.md +1 -1
  14. package/proagents/changelog/README.md +16 -16
  15. package/proagents/changelog/entry-template.md +4 -4
  16. package/proagents/cli/README.md +1 -1
  17. package/proagents/cli/slash-commands.md +202 -202
  18. package/proagents/collaboration/sessions.md +6 -6
  19. package/proagents/config/integrations/README.md +1 -1
  20. package/proagents/contract-testing/README.md +5 -5
  21. package/proagents/contract-testing/schema-validation.md +6 -6
  22. package/proagents/cost/cost-template.md +6 -6
  23. package/proagents/cost/estimation-framework.md +5 -5
  24. package/proagents/database/migration-workflow.md +6 -6
  25. package/proagents/database/rollback-scripts.md +6 -6
  26. package/proagents/database/safety-checks.md +6 -6
  27. package/proagents/examples/backend-nodejs/workflow-example.md +1 -1
  28. package/proagents/examples/web-frontend-react/workflow-example.md +1 -1
  29. package/proagents/existing-projects/README.md +3 -3
  30. package/proagents/existing-projects/challenges.md +1 -1
  31. package/proagents/existing-projects/coexistence-mode.md +8 -8
  32. package/proagents/existing-projects/compatibility-assessment.md +12 -12
  33. package/proagents/existing-projects/gradual-adoption.md +14 -14
  34. package/proagents/existing-projects/migration-strategies.md +7 -7
  35. package/proagents/existing-projects/pattern-reconciliation.md +10 -10
  36. package/proagents/existing-projects/team-onboarding.md +23 -23
  37. package/proagents/existing-projects/technical-debt-handling.md +24 -24
  38. package/proagents/getting-started/README.md +3 -3
  39. package/proagents/getting-started/ai-training-setup.md +24 -24
  40. package/proagents/getting-started/pm-integration.md +22 -22
  41. package/proagents/getting-started/prompt-engineering.md +4 -4
  42. package/proagents/getting-started/team-onboarding.md +5 -5
  43. package/proagents/git/branch-strategy.md +10 -10
  44. package/proagents/git/commit-conventions.md +5 -5
  45. package/proagents/git/pr-workflow.md +5 -5
  46. package/proagents/git/rollback-procedures.md +7 -7
  47. package/proagents/ide-integration/README.md +1 -1
  48. package/proagents/ide-integration/cline-config.md +10 -10
  49. package/proagents/ide-integration/continue-config.md +1 -1
  50. package/proagents/ide-integration/cursor-rules.md +10 -10
  51. package/proagents/ide-integration/github-copilot.md +4 -4
  52. package/proagents/ide-integration/windsurf-rules.md +9 -9
  53. package/proagents/learning/adaptation.md +10 -10
  54. package/proagents/learning/data-collection.md +9 -9
  55. package/proagents/learning/reports.md +14 -14
  56. package/proagents/metrics/README.md +6 -6
  57. package/proagents/metrics/code-quality-kpis.md +6 -6
  58. package/proagents/metrics/deployment-metrics.md +6 -6
  59. package/proagents/metrics/developer-productivity.md +5 -5
  60. package/proagents/metrics/learning-effectiveness.md +6 -6
  61. package/proagents/migrations/from-claude-projects.md +7 -6
  62. package/proagents/migrations/from-cursor-rules.md +1 -1
  63. package/proagents/notifications/templates.md +3 -3
  64. package/proagents/parallel-features/README.md +5 -5
  65. package/proagents/parallel-features/conflict-detection.md +6 -6
  66. package/proagents/parallel-features/dependency-management.md +7 -7
  67. package/proagents/parallel-features/merge-coordination.md +8 -8
  68. package/proagents/parallel-features/tracking-system.md +7 -7
  69. package/proagents/performance/bundle-analysis.md +4 -4
  70. package/proagents/performance/load-testing.md +7 -7
  71. package/proagents/performance/runtime-metrics.md +6 -6
  72. package/proagents/performance/web-vitals.md +6 -6
  73. package/proagents/plugins/README.md +1 -1
  74. package/proagents/plugins/creating-plugins.md +1 -1
  75. package/proagents/plugins/plugin-api.md +2 -2
  76. package/proagents/plugins/plugin-registry.md +3 -3
  77. package/proagents/proagents.config.yaml +32 -9
  78. package/proagents/prompts/00-init-wizard.md +18 -18
  79. package/proagents/prompts/00-init.md +93 -93
  80. package/proagents/prompts/01-analysis.md +5 -5
  81. package/proagents/prompts/02-requirements.md +8 -8
  82. package/proagents/prompts/03-ui-design.md +14 -14
  83. package/proagents/prompts/04-planning.md +10 -10
  84. package/proagents/prompts/05-implementation.md +10 -10
  85. package/proagents/prompts/06-testing.md +14 -14
  86. package/proagents/prompts/06.5-code-review.md +8 -8
  87. package/proagents/prompts/07-documentation.md +142 -20
  88. package/proagents/prompts/08-deployment.md +12 -12
  89. package/proagents/prompts/09-rollback.md +12 -12
  90. package/proagents/prompts/README.md +4 -4
  91. package/proagents/prompts/accessibility/README.md +6 -6
  92. package/proagents/prompts/accessibility/audit.md +3 -3
  93. package/proagents/prompts/accessibility/wcag.md +1 -1
  94. package/proagents/prompts/debugging/README.md +4 -4
  95. package/proagents/prompts/debugging/performance-debug.md +5 -5
  96. package/proagents/prompts/debugging/systematic.md +4 -4
  97. package/proagents/prompts/performance/README.md +4 -4
  98. package/proagents/prompts/performance/analyze.md +4 -4
  99. package/proagents/prompts/refactoring/README.md +4 -4
  100. package/proagents/prompts/refactoring/code-smells.md +9 -9
  101. package/proagents/prompts/refactoring/patterns.md +6 -6
  102. package/proagents/prompts/security-audit/README.md +6 -6
  103. package/proagents/prompts/security-audit/code-review.md +5 -5
  104. package/proagents/reverse-engineering/README.md +21 -21
  105. package/proagents/reverse-engineering/architecture-extraction.md +6 -6
  106. package/proagents/reverse-engineering/code-analysis.md +6 -6
  107. package/proagents/reverse-engineering/dependency-mapping.md +10 -10
  108. package/proagents/reverse-engineering/diagram-generation.md +9 -9
  109. package/proagents/reverse-engineering/documentation-generation.md +7 -7
  110. package/proagents/reverse-engineering/pattern-detection.md +8 -8
  111. package/proagents/reverse-engineering/quality-assessment.md +10 -10
  112. package/proagents/rules/README.md +7 -7
  113. package/proagents/rules/custom-rules.md +8 -8
  114. package/proagents/runbooks/README.md +9 -9
  115. package/proagents/runbooks/dependency-vulnerability.md +4 -4
  116. package/proagents/runbooks/incident-response.md +12 -12
  117. package/proagents/runbooks/performance-degradation.md +5 -5
  118. package/proagents/runbooks/production-debugging.md +5 -5
  119. package/proagents/scaffolding/nextjs/README.md +10 -10
  120. package/proagents/scaffolding/nodejs/README.md +10 -10
  121. package/proagents/scaffolding/project-types.md +7 -7
  122. package/proagents/scaffolding/react/README.md +6 -6
  123. package/proagents/scaffolding/react-native/README.md +10 -10
  124. package/proagents/security/owasp-checklist.md +3 -3
  125. package/proagents/security/sast-guide.md +6 -6
  126. package/proagents/security/security-report-template.md +5 -5
  127. package/proagents/security/vulnerability-scanning.md +6 -6
  128. package/proagents/slash-commands.json +50 -75
  129. package/proagents/standards/README.md +4 -4
  130. package/proagents/standards/architecture-patterns.md +10 -10
  131. package/proagents/standards/naming-conventions-template.md +4 -4
  132. package/proagents/standards/override-system.md +8 -8
  133. package/proagents/team/code-ownership.md +4 -4
  134. package/proagents/team/communication-templates.md +6 -6
  135. package/proagents/team/handoff-protocol.md +4 -4
  136. package/proagents/team/ide-setup/cursor.md +1 -1
  137. package/proagents/templates/README.md +1 -1
  138. package/proagents/templates/release-notes.md +214 -0
  139. package/proagents/ui-integration/figma-guide.md +3 -3
  140. package/proagents/ui-integration/manual-export-guide.md +2 -2
  141. package/proagents/ui-integration/sketch-interpretation.md +2 -2
  142. package/proagents/webhooks/events.md +3 -3
  143. package/proagents/workflow-modes/README.md +11 -11
  144. package/proagents/workflow-modes/deferred-tracking.md +12 -12
  145. package/proagents/workflow-modes/entry-modes.md +16 -16
  146. package/proagents/workflow-modes/guardrails.md +7 -7
  147. package/proagents/workflow-modes/mode-detection.md +7 -7
  148. package/proagents/workflow-modes/mode-switching.md +9 -9
@@ -224,12 +224,12 @@ reports:
224
224
  ### On-Demand Reports
225
225
 
226
226
  ```bash
227
- # Generate reports via slash commands
228
- /report-learning weekly
229
- /report-learning monthly
230
- /report-learning patterns
231
- /report-learning decisions
232
- /report-learning all
227
+ # Generate reports via commands
228
+ pa:report-learning weekly
229
+ pa:report-learning monthly
230
+ pa:report-learning patterns
231
+ pa:report-learning decisions
232
+ pa:report-learning all
233
233
  ```
234
234
 
235
235
  ---
@@ -279,7 +279,7 @@ Reports include actionable insights:
279
279
  │ │
280
280
  │ 1. Consider disabling "after_testing" checkpoint │
281
281
  │ → You've skipped it 95% of the time │
282
- │ → Run: /config set checkpoints.after_testing false
282
+ │ → Run: pa:config set checkpoints.after_testing false
283
283
  │ │
284
284
  │ 2. Document your preferred caching strategy │
285
285
  │ → Only 45% confidence, frequently corrected │
@@ -294,13 +294,13 @@ Reports include actionable insights:
294
294
 
295
295
  ---
296
296
 
297
- ## Slash Commands
297
+ ## Commands
298
298
 
299
299
  | Command | Description |
300
300
  |---------|-------------|
301
- | `/report-learning` | Show learning summary |
302
- | `/report-learning weekly` | Generate weekly report |
303
- | `/report-learning monthly` | Generate monthly report |
304
- | `/report-patterns` | Pattern confidence report |
305
- | `/report-decisions` | Decision accuracy report |
306
- | `/report-export [format]` | Export reports |
301
+ | `pa:report-learning` | Show learning summary |
302
+ | `pa:report-learning weekly` | Generate weekly report |
303
+ | `pa:report-learning monthly` | Generate monthly report |
304
+ | `pa:report-patterns` | Pattern confidence report |
305
+ | `pa:report-decisions` | Decision accuracy report |
306
+ | `pa:report-export [format]` | Export reports |
@@ -53,18 +53,18 @@ metrics:
53
53
 
54
54
  ```bash
55
55
  # View current metrics dashboard
56
- /metrics dashboard
56
+ pa:metrics dashboard
57
57
 
58
58
  # Generate weekly report
59
- /metrics report --period weekly
59
+ pa:metrics report --period weekly
60
60
 
61
61
  # View specific category
62
- /metrics productivity
63
- /metrics quality
64
- /metrics deployment
62
+ pa:metrics productivity
63
+ pa:metrics quality
64
+ pa:metrics deployment
65
65
 
66
66
  # Export metrics
67
- /metrics export --format json --output ./metrics.json
67
+ pa:metrics export --format json --output ./metrics.json
68
68
  ```
69
69
 
70
70
  ---
@@ -409,22 +409,22 @@ Top Improvement Areas:
409
409
 
410
410
  ```bash
411
411
  # View quality dashboard
412
- /metrics quality
412
+ pa:metrics quality
413
413
 
414
414
  # Detailed coverage report
415
- /metrics coverage --detailed
415
+ pa:metrics coverage --detailed
416
416
 
417
417
  # Complexity hotspots
418
- /metrics complexity --hotspots
418
+ pa:metrics complexity --hotspots
419
419
 
420
420
  # Technical debt breakdown
421
- /metrics debt --by-category
421
+ pa:metrics debt --by-category
422
422
 
423
423
  # Dependency audit
424
- /metrics dependencies --audit
424
+ pa:metrics dependencies --audit
425
425
 
426
426
  # Generate quality report
427
- /metrics quality --report --format pdf
427
+ pa:metrics quality --report --format pdf
428
428
  ```
429
429
 
430
430
  ---
@@ -466,22 +466,22 @@ metrics:
466
466
 
467
467
  ```bash
468
468
  # View DORA dashboard
469
- /metrics dora
469
+ pa:metrics dora
470
470
 
471
471
  # Deployment frequency
472
- /metrics deployments --frequency
472
+ pa:metrics deployments --frequency
473
473
 
474
474
  # Lead time analysis
475
- /metrics deployments --lead-time
475
+ pa:metrics deployments --lead-time
476
476
 
477
477
  # Failure rate
478
- /metrics deployments --failures
478
+ pa:metrics deployments --failures
479
479
 
480
480
  # MTTR analysis
481
- /metrics deployments --mttr
481
+ pa:metrics deployments --mttr
482
482
 
483
483
  # Generate DORA report
484
- /metrics dora --report --period quarterly
484
+ pa:metrics dora --report --period quarterly
485
485
  ```
486
486
 
487
487
  ---
@@ -352,17 +352,17 @@ async function collectIssueMetrics(project: string): Promise<IssueMetrics> {
352
352
 
353
353
  ```bash
354
354
  # View productivity dashboard
355
- /metrics productivity
355
+ pa:metrics productivity
356
356
 
357
357
  # Analyze specific period
358
- /metrics productivity --from 2024-01-01 --to 2024-01-31
358
+ pa:metrics productivity --from 2024-01-01 --to 2024-01-31
359
359
 
360
360
  # Compare periods
361
- /metrics productivity --compare "this-sprint" "last-sprint"
361
+ pa:metrics productivity --compare "this-sprint" "last-sprint"
362
362
 
363
363
  # Export data
364
- /metrics productivity --export json
364
+ pa:metrics productivity --export json
365
365
 
366
366
  # View individual metrics
367
- /metrics productivity --developer @alice
367
+ pa:metrics productivity --developer @alice
368
368
  ```
@@ -427,22 +427,22 @@ metrics:
427
427
 
428
428
  ```bash
429
429
  # View learning dashboard
430
- /metrics learning
430
+ pa:metrics learning
431
431
 
432
432
  # Adoption analysis
433
- /metrics learning --adoption
433
+ pa:metrics learning --adoption
434
434
 
435
435
  # Pattern accuracy
436
- /metrics learning --patterns
436
+ pa:metrics learning --patterns
437
437
 
438
438
  # Suggestion stats
439
- /metrics learning --suggestions
439
+ pa:metrics learning --suggestions
440
440
 
441
441
  # Time savings report
442
- /metrics learning --savings
442
+ pa:metrics learning --savings
443
443
 
444
444
  # Generate learning report
445
- /metrics learning --report
445
+ pa:metrics learning --report
446
446
  ```
447
447
 
448
448
  ---
@@ -228,29 +228,30 @@ learning:
228
228
  - Write tests for this
229
229
  ```
230
230
 
231
- **To ProAgents Slash Commands:**
231
+ **To ProAgents Commands:**
232
232
 
233
233
  **`proagents/slash-commands.json`:**
234
234
  ```json
235
235
  {
236
+ "prefix": "pa:",
236
237
  "commands": [
237
238
  {
238
- "name": "/feature",
239
+ "name": "pa:feature",
239
240
  "description": "Start new feature development",
240
241
  "prompt": "Start a new feature workflow"
241
242
  },
242
243
  {
243
- "name": "/review",
244
+ "name": "pa:review",
244
245
  "description": "Code review assistance",
245
246
  "prompt": "Review the current code changes"
246
247
  },
247
248
  {
248
- "name": "/debug",
249
+ "name": "pa:debug",
249
250
  "description": "Debug an issue",
250
251
  "prompt": "Help debug the following issue"
251
252
  },
252
253
  {
253
- "name": "/test",
254
+ "name": "pa:test",
254
255
  "description": "Generate tests",
255
256
  "prompt": "Generate tests for the current code"
256
257
  }
@@ -296,7 +297,7 @@ proagents export --format claude-project > claude-instructions.md
296
297
  - [ ] Migrate coding standards
297
298
  - [ ] Migrate architecture patterns
298
299
  - [ ] Set up workflow prompts
299
- - [ ] Configure slash commands
300
+ - [ ] Configure commands
300
301
  - [ ] Test with a small feature
301
302
  - [ ] Set up MCP integration (optional)
302
303
 
@@ -39,7 +39,7 @@ Review your `.cursorrules` content and identify:
39
39
  1. **Coding Standards** - Style, naming, formatting rules
40
40
  2. **Project Patterns** - Architecture, state management, etc.
41
41
  3. **Instructions** - How AI should behave
42
- 4. **Custom Commands** - Slash commands or workflows
42
+ 4. **Custom Commands** - Commands or workflows
43
43
 
44
44
  ### Step 2: Create Standards Files
45
45
 
@@ -367,7 +367,7 @@ notifications:
367
367
 
368
368
  # Override specific templates
369
369
  overrides:
370
- feature.completed: "./templates/feature-completed.json"
370
+ feature.completed: "./templatespa:feature-completed.json"
371
371
  deploy.failed: "./templates/deploy-failed.json"
372
372
 
373
373
  # Template directory
@@ -381,11 +381,11 @@ notifications:
381
381
  templates:
382
382
  channels:
383
383
  slack:
384
- feature.completed: "./templates/slack/feature-completed.json"
384
+ feature.completed: "./templates/slackpa:feature-completed.json"
385
385
  deploy.failed: "./templates/slack/deploy-failed.json"
386
386
 
387
387
  email:
388
- feature.completed: "./templates/email/feature-completed.html"
388
+ feature.completed: "./templates/emailpa:feature-completed.html"
389
389
  weekly_digest: "./templates/email/weekly-digest.html"
390
390
 
391
391
  # Discord uses default templates
@@ -75,11 +75,11 @@ parallel_features:
75
75
 
76
76
  ---
77
77
 
78
- ## Slash Commands
78
+ ## Commands
79
79
 
80
80
  | Command | Description |
81
81
  |---------|-------------|
82
- | `/conflict-check` | Check for conflicts |
83
- | `/conflict-status` | View conflict dashboard |
84
- | `/feature-deps` | View feature dependencies |
85
- | `/merge-order` | Get recommended merge order |
82
+ | `pa:conflict-check` | Check for conflicts |
83
+ | `pa:conflict-status` | View conflict dashboard |
84
+ | `pa:feature-deps` | View feature dependencies |
85
+ | `pa:merge-order` | Get recommended merge order |
@@ -50,7 +50,7 @@ Beyond file-level, detect:
50
50
  Before starting a new feature:
51
51
 
52
52
  ```
53
- /conflict-check "feature-name"
53
+ pa:conflict-check "feature-name"
54
54
 
55
55
  Output:
56
56
  Feature: user-profile
@@ -90,7 +90,7 @@ Track file modifications:
90
90
  ### 3. Pre-Merge Check
91
91
 
92
92
  ```
93
- /conflict-check-merge "feature-name"
93
+ pa:conflict-check-merge "feature-name"
94
94
 
95
95
  Checking feature-user-profile for merge conflicts...
96
96
 
@@ -217,10 +217,10 @@ parallel_features:
217
217
 
218
218
  ---
219
219
 
220
- ## Slash Commands
220
+ ## Commands
221
221
 
222
222
  | Command | Description |
223
223
  |---------|-------------|
224
- | `/conflict-check` | Check for conflicts |
225
- | `/conflict-status` | Show conflict status |
226
- | `/conflict-resolve` | Help resolve conflicts |
224
+ | `pa:conflict-check` | Check for conflicts |
225
+ | `pa:conflict-status` | Show conflict status |
226
+ | `pa:conflict-resolve` | Help resolve conflicts |
@@ -380,13 +380,13 @@ dependencies:
380
380
 
381
381
  ---
382
382
 
383
- ## Slash Commands
383
+ ## Commands
384
384
 
385
385
  | Command | Description |
386
386
  |---------|-------------|
387
- | `/deps` | View dependency graph |
388
- | `/deps [feature]` | View feature dependencies |
389
- | `/deps --blocked` | List blocked features |
390
- | `/deps --add [from] [to]` | Add dependency |
391
- | `/deps --remove [from] [to]` | Remove dependency |
392
- | `/deps --check` | Check for issues |
387
+ | `pa:deps` | View dependency graph |
388
+ | `pa:deps [feature]` | View feature dependencies |
389
+ | `pa:deps --blocked` | List blocked features |
390
+ | `pa:deps --add [from] [to]` | Add dependency |
391
+ | `pa:deps --remove [from] [to]` | Remove dependency |
392
+ | `pa:deps --check` | Check for issues |
@@ -218,7 +218,7 @@ merge_workflow:
218
218
  phases:
219
219
  pre_merge:
220
220
  - name: "Conflict Check"
221
- command: "/merge-check [feature]"
221
+ command: "pa:merge-check [feature]"
222
222
  required: true
223
223
 
224
224
  - name: "Test Verification"
@@ -494,13 +494,13 @@ merge:
494
494
 
495
495
  ---
496
496
 
497
- ## Slash Commands
497
+ ## Commands
498
498
 
499
499
  | Command | Description |
500
500
  |---------|-------------|
501
- | `/merge-order` | View recommended merge order |
502
- | `/merge-check [feature]` | Pre-merge conflict check |
503
- | `/merge [feature]` | Start merge process |
504
- | `/merge-batch` | Merge all ready features |
505
- | `/merge-status` | View merge progress |
506
- | `/merge-schedule` | View/set merge schedule |
501
+ | `pa:merge-order` | View recommended merge order |
502
+ | `pa:merge-check [feature]` | Pre-merge conflict check |
503
+ | `pa:merge [feature]` | Start merge process |
504
+ | `pa:merge-batch` | Merge all ready features |
505
+ | `pa:merge-status` | View merge progress |
506
+ | `pa:merge-schedule` | View/set merge schedule |
@@ -404,13 +404,13 @@ tracking:
404
404
 
405
405
  ---
406
406
 
407
- ## Slash Commands
407
+ ## Commands
408
408
 
409
409
  | Command | Description |
410
410
  |---------|-------------|
411
- | `/feature-status` | View all features status |
412
- | `/feature-status [id]` | View specific feature |
413
- | `/feature-update [id]` | Update feature status |
414
- | `/feature-block [id]` | Mark feature as blocked |
415
- | `/feature-unblock [id]` | Remove blocker |
416
- | `/feature-dashboard` | View dashboard |
411
+ | `pa:feature-status` | View all features status |
412
+ | `pa:feature-status [id]` | View specific feature |
413
+ | `pa:feature-update [id]` | Update feature status |
414
+ | `pa:feature-block [id]` | Mark feature as blocked |
415
+ | `pa:feature-unblock [id]` | Remove blocker |
416
+ | `pa:feature-dashboard` | View dashboard |
@@ -366,10 +366,10 @@ jobs:
366
366
 
367
367
  ---
368
368
 
369
- ## Slash Commands
369
+ ## Commands
370
370
 
371
371
  | Command | Description |
372
372
  |---------|-------------|
373
- | `/bundle-analyze` | Analyze bundle |
374
- | `/bundle-report` | Generate report |
375
- | `/bundle-optimize` | Optimization suggestions |
373
+ | `pa:bundle-analyze` | Analyze bundle |
374
+ | `pa:bundle-report` | Generate report |
375
+ | `pa:bundle-optimize` | Optimization suggestions |
@@ -551,13 +551,13 @@ performance:
551
551
 
552
552
  ---
553
553
 
554
- ## Slash Commands
554
+ ## Commands
555
555
 
556
556
  | Command | Description |
557
557
  |---------|-------------|
558
- | `/load-test` | Run default load test |
559
- | `/load-test --smoke` | Run smoke test |
560
- | `/load-test --stress` | Run stress test |
561
- | `/load-test --spike` | Run spike test |
562
- | `/load-test --soak` | Run soak test |
563
- | `/load-test --report` | Generate test report |
558
+ | `pa:load-test` | Run default load test |
559
+ | `pa:load-test --smoke` | Run smoke test |
560
+ | `pa:load-test --stress` | Run stress test |
561
+ | `pa:load-test --spike` | Run spike test |
562
+ | `pa:load-test --soak` | Run soak test |
563
+ | `pa:load-test --report` | Generate test report |
@@ -478,12 +478,12 @@ performance:
478
478
 
479
479
  ---
480
480
 
481
- ## Slash Commands
481
+ ## Commands
482
482
 
483
483
  | Command | Description |
484
484
  |---------|-------------|
485
- | `/perf-metrics` | View current metrics |
486
- | `/perf-metrics --endpoint [path]` | Metrics for specific endpoint |
487
- | `/perf-metrics --baseline` | Compare to baseline |
488
- | `/perf-metrics --slow` | List slow endpoints |
489
- | `/perf-metrics --alerts` | View active alerts |
485
+ | `pa:perf-metrics` | View current metrics |
486
+ | `pa:perf-metrics --endpoint [path]` | Metrics for specific endpoint |
487
+ | `pa:perf-metrics --baseline` | Compare to baseline |
488
+ | `pa:perf-metrics --slow` | List slow endpoints |
489
+ | `pa:perf-metrics --alerts` | View active alerts |
@@ -414,12 +414,12 @@ jobs:
414
414
 
415
415
  ---
416
416
 
417
- ## Slash Commands
417
+ ## Commands
418
418
 
419
419
  | Command | Description |
420
420
  |---------|-------------|
421
- | `/perf-vitals` | Check Web Vitals |
422
- | `/perf-lcp` | Analyze LCP |
423
- | `/perf-cls` | Analyze CLS |
424
- | `/perf-fid` | Analyze FID |
425
- | `/perf-report` | Generate performance report |
421
+ | `pa:perf-vitals` | Check Web Vitals |
422
+ | `pa:perf-lcp` | Analyze LCP |
423
+ | `pa:perf-cls` | Analyze CLS |
424
+ | `pa:perf-fid` | Analyze FID |
425
+ | `pa:perf-report` | Generate performance report |
@@ -10,7 +10,7 @@ ProAgents supports a plugin architecture that allows you to:
10
10
 
11
11
  - Add custom workflow phases
12
12
  - Integrate with external tools
13
- - Create custom slash commands
13
+ - Create custom commands
14
14
  - Add new code generators
15
15
  - Implement custom validators
16
16
  - Extend reporting capabilities
@@ -184,7 +184,7 @@ export default class CustomGeneratorPlugin implements Plugin<GeneratorPluginConf
184
184
  generator: new MyComponentGenerator(config.templatesDir),
185
185
  });
186
186
 
187
- // Register slash command
187
+ // Register command
188
188
  context.commands.registerSlash({
189
189
  name: '/generate-component',
190
190
  description: 'Generate a custom component',
@@ -310,10 +310,10 @@ context.commands.register({
310
310
  },
311
311
  });
312
312
 
313
- // Slash command
313
+ // Command
314
314
  context.commands.registerSlash({
315
315
  name: '/my-command',
316
- description: 'My slash command',
316
+ description: 'My command',
317
317
  handler: async (input) => {
318
318
  return { response: 'Command executed' };
319
319
  },
@@ -110,9 +110,9 @@ plugins:
110
110
  ```
111
111
 
112
112
  **Commands:**
113
- - `/jira link <ticket-id>` - Link feature to existing ticket
114
- - `/jira status` - Show linked ticket status
115
- - `/jira comment <message>` - Add comment to ticket
113
+ - `pa:jira link <ticket-id>` - Link feature to existing ticket
114
+ - `pa:jira status` - Show linked ticket status
115
+ - `pa:jira comment <message>` - Add comment to ticket
116
116
 
117
117
  ---
118
118
 
@@ -49,12 +49,35 @@ parallel_features:
49
49
  documentation:
50
50
  default_mode: "moderate" # full | moderate | lite
51
51
  default_scope: "project"
52
+
53
+ # Output locations for different document types
52
54
  output:
53
55
  format: "markdown"
54
- directory: "./docs"
55
56
  include_diagrams: true
57
+
58
+ # Client-facing docs (at project root for easy sharing)
59
+ client_facing:
60
+ changelog: "./CHANGELOG.md" # Project changelog
61
+ release_notes: "./RELEASE_NOTES.md" # Current release summary
62
+ readme: "./README.md" # Project README
63
+ releases_dir: "./docs/releases/" # Version-specific release notes
64
+ api_docs: "./docs/api/" # Public API documentation
65
+
66
+ # Internal development docs (inside proagents/)
67
+ internal:
68
+ feature_docs: "./proagents/active-features/" # Feature-specific docs
69
+ dev_changelog: "./proagents/changelog/" # Detailed dev notes
70
+ analysis: "./proagents/cache/" # Codebase analysis
71
+ learning: "./proagents/.learning/" # AI learning data
72
+
56
73
  required_for_all_modes: true
57
74
 
75
+ # Auto-generate settings
76
+ auto_generate:
77
+ release_notes_on_deploy: true
78
+ changelog_on_feature_complete: true
79
+ update_readme_on_major_changes: false
80
+
58
81
  # AI Model Configuration
59
82
  ai:
60
83
  default_model: "auto" # auto | claude-3-opus | gpt-4 | etc.
@@ -192,20 +215,20 @@ approvals:
192
215
  production:
193
216
  required: true
194
217
 
195
- # Custom Slash Commands
218
+ # Custom Commands
196
219
  custom_commands:
197
- "/ship":
220
+ "pa:ship":
198
221
  description: "Full deployment workflow"
199
222
  steps:
200
- - "/test-all"
201
- - "/qa-full"
202
- - "/deploy-prod"
223
+ - "pa:test-all"
224
+ - "pa:qa-full"
225
+ - "pa:deploy-prod"
203
226
 
204
- "/morning":
227
+ "pa:morning":
205
228
  description: "Daily start routine"
206
229
  steps:
207
- - "/status"
208
- - "/feature-list"
230
+ - "pa:status"
231
+ - "pa:feature-list"
209
232
 
210
233
  # Standards (extend or override)
211
234
  # extends:
@@ -6,7 +6,7 @@ Interactive project setup with project type selection.
6
6
 
7
7
  ## Trigger
8
8
 
9
- User runs `/init` or starts a new project conversation.
9
+ User runs `pa:init` or starts a new project conversation.
10
10
 
11
11
  ---
12
12
 
@@ -367,21 +367,21 @@ For experienced users who want to skip the wizard:
367
367
 
368
368
  ```bash
369
369
  # Full wizard (default)
370
- /init
370
+ pa:init
371
371
 
372
372
  # Quick init with type
373
- /init --type web-frontend
374
- /init --type mobile --framework react-native
375
- /init --type backend --framework nestjs
373
+ pa:init --type web-frontend
374
+ pa:init --type mobile --framework react-native
375
+ pa:init --type backend --framework nestjs
376
376
 
377
377
  # Use existing config
378
- /init --config ./proagents.config.yaml
378
+ pa:init --config ./proagents.config.yaml
379
379
 
380
380
  # Minimal setup (prompts only essential questions)
381
- /init --quick
381
+ pa:init --quick
382
382
 
383
383
  # Skip all prompts, use all defaults
384
- /init --yes
384
+ pa:init --yes
385
385
  ```
386
386
 
387
387
  ---
@@ -396,12 +396,12 @@ ProAgents initialized successfully!
396
396
 
397
397
  Next steps:
398
398
  1. Review proagents.config.yaml
399
- 2. Start your first feature: /feature-start "Feature name"
400
- 3. Need help? Run /help
399
+ 2. Start your first feature: pa:feature "Feature name"
400
+ 3. Need help? Run pa:help
401
401
 
402
402
  Your project type: Web Frontend (React)
403
403
  Recommended workflow:
404
- /feature-start/analyze → Design → /implement → /test → /deploy
404
+ pa:feature → pa:analyze → Design → pa:implement → pa:test → pa:deploy
405
405
  ```
406
406
 
407
407
  2. **Create initial files:**
@@ -414,13 +414,13 @@ Recommended workflow:
414
414
 
415
415
  ---
416
416
 
417
- ## Slash Commands
417
+ ## Commands
418
418
 
419
419
  | Command | Description |
420
420
  |---------|-------------|
421
- | `/init` | Full initialization wizard |
422
- | `/init --type [type]` | Quick init with project type |
423
- | `/init --wizard` | Force full wizard |
424
- | `/init --quick` | Minimal setup |
425
- | `/init --config [file]` | Use existing config |
426
- | `/setup` | Re-run setup for existing project |
421
+ | `pa:init` | Full initialization wizard |
422
+ | `pa:init --type [type]` | Quick init with project type |
423
+ | `pa:init --wizard` | Force full wizard |
424
+ | `pa:init --quick` | Minimal setup |
425
+ | `pa:init --config [file]` | Use existing config |
426
+ | `pa:setup` | Re-run setup for existing project |