proagents 1.0.0 → 1.0.2

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 (149) hide show
  1. package/README.md +12 -12
  2. package/lib/commands/init.js +122 -11
  3. package/package.json +1 -1
  4. package/proagents/PROAGENTS.md +54 -0
  5. package/proagents/README.md +17 -17
  6. package/proagents/WORKFLOW.md +110 -110
  7. package/proagents/active-features/README.md +9 -9
  8. package/proagents/adr/README.md +15 -15
  9. package/proagents/api-versioning/changelog-template.md +4 -4
  10. package/proagents/api-versioning/deprecation-workflow.md +6 -6
  11. package/proagents/api-versioning/versioning-strategy.md +5 -5
  12. package/proagents/automation/ai-behavior-rules.md +1 -1
  13. package/proagents/automation/auto-decisions.md +6 -6
  14. package/proagents/cache/README.md +1 -1
  15. package/proagents/changelog/README.md +16 -16
  16. package/proagents/changelog/entry-template.md +4 -4
  17. package/proagents/cli/README.md +1 -1
  18. package/proagents/cli/slash-commands.md +202 -202
  19. package/proagents/collaboration/sessions.md +6 -6
  20. package/proagents/config/integrations/README.md +1 -1
  21. package/proagents/contract-testing/README.md +5 -5
  22. package/proagents/contract-testing/schema-validation.md +6 -6
  23. package/proagents/cost/cost-template.md +6 -6
  24. package/proagents/cost/estimation-framework.md +5 -5
  25. package/proagents/database/migration-workflow.md +6 -6
  26. package/proagents/database/rollback-scripts.md +6 -6
  27. package/proagents/database/safety-checks.md +6 -6
  28. package/proagents/examples/backend-nodejs/workflow-example.md +1 -1
  29. package/proagents/examples/web-frontend-react/workflow-example.md +1 -1
  30. package/proagents/existing-projects/README.md +3 -3
  31. package/proagents/existing-projects/challenges.md +1 -1
  32. package/proagents/existing-projects/coexistence-mode.md +8 -8
  33. package/proagents/existing-projects/compatibility-assessment.md +12 -12
  34. package/proagents/existing-projects/gradual-adoption.md +14 -14
  35. package/proagents/existing-projects/migration-strategies.md +7 -7
  36. package/proagents/existing-projects/pattern-reconciliation.md +10 -10
  37. package/proagents/existing-projects/team-onboarding.md +23 -23
  38. package/proagents/existing-projects/technical-debt-handling.md +24 -24
  39. package/proagents/getting-started/README.md +3 -3
  40. package/proagents/getting-started/ai-training-setup.md +24 -24
  41. package/proagents/getting-started/pm-integration.md +22 -22
  42. package/proagents/getting-started/prompt-engineering.md +4 -4
  43. package/proagents/getting-started/team-onboarding.md +5 -5
  44. package/proagents/git/branch-strategy.md +10 -10
  45. package/proagents/git/commit-conventions.md +5 -5
  46. package/proagents/git/pr-workflow.md +5 -5
  47. package/proagents/git/rollback-procedures.md +7 -7
  48. package/proagents/ide-integration/README.md +1 -1
  49. package/proagents/ide-integration/cline-config.md +10 -10
  50. package/proagents/ide-integration/continue-config.md +1 -1
  51. package/proagents/ide-integration/cursor-rules.md +10 -10
  52. package/proagents/ide-integration/github-copilot.md +4 -4
  53. package/proagents/ide-integration/windsurf-rules.md +9 -9
  54. package/proagents/learning/adaptation.md +10 -10
  55. package/proagents/learning/data-collection.md +9 -9
  56. package/proagents/learning/reports.md +14 -14
  57. package/proagents/metrics/README.md +6 -6
  58. package/proagents/metrics/code-quality-kpis.md +6 -6
  59. package/proagents/metrics/deployment-metrics.md +6 -6
  60. package/proagents/metrics/developer-productivity.md +5 -5
  61. package/proagents/metrics/learning-effectiveness.md +6 -6
  62. package/proagents/migrations/from-claude-projects.md +7 -6
  63. package/proagents/migrations/from-cursor-rules.md +1 -1
  64. package/proagents/notifications/templates.md +3 -3
  65. package/proagents/parallel-features/README.md +5 -5
  66. package/proagents/parallel-features/conflict-detection.md +6 -6
  67. package/proagents/parallel-features/dependency-management.md +7 -7
  68. package/proagents/parallel-features/merge-coordination.md +8 -8
  69. package/proagents/parallel-features/tracking-system.md +7 -7
  70. package/proagents/performance/bundle-analysis.md +4 -4
  71. package/proagents/performance/load-testing.md +7 -7
  72. package/proagents/performance/runtime-metrics.md +6 -6
  73. package/proagents/performance/web-vitals.md +6 -6
  74. package/proagents/plugins/README.md +1 -1
  75. package/proagents/plugins/creating-plugins.md +1 -1
  76. package/proagents/plugins/plugin-api.md +2 -2
  77. package/proagents/plugins/plugin-registry.md +3 -3
  78. package/proagents/proagents.config.yaml +32 -9
  79. package/proagents/prompts/00-init-wizard.md +18 -18
  80. package/proagents/prompts/00-init.md +93 -93
  81. package/proagents/prompts/01-analysis.md +5 -5
  82. package/proagents/prompts/02-requirements.md +8 -8
  83. package/proagents/prompts/03-ui-design.md +14 -14
  84. package/proagents/prompts/04-planning.md +10 -10
  85. package/proagents/prompts/05-implementation.md +10 -10
  86. package/proagents/prompts/06-testing.md +14 -14
  87. package/proagents/prompts/06.5-code-review.md +8 -8
  88. package/proagents/prompts/07-documentation.md +142 -20
  89. package/proagents/prompts/08-deployment.md +12 -12
  90. package/proagents/prompts/09-rollback.md +12 -12
  91. package/proagents/prompts/README.md +4 -4
  92. package/proagents/prompts/accessibility/README.md +6 -6
  93. package/proagents/prompts/accessibility/audit.md +3 -3
  94. package/proagents/prompts/accessibility/wcag.md +1 -1
  95. package/proagents/prompts/debugging/README.md +4 -4
  96. package/proagents/prompts/debugging/performance-debug.md +5 -5
  97. package/proagents/prompts/debugging/systematic.md +4 -4
  98. package/proagents/prompts/performance/README.md +4 -4
  99. package/proagents/prompts/performance/analyze.md +4 -4
  100. package/proagents/prompts/refactoring/README.md +4 -4
  101. package/proagents/prompts/refactoring/code-smells.md +9 -9
  102. package/proagents/prompts/refactoring/patterns.md +6 -6
  103. package/proagents/prompts/security-audit/README.md +6 -6
  104. package/proagents/prompts/security-audit/code-review.md +5 -5
  105. package/proagents/reverse-engineering/README.md +21 -21
  106. package/proagents/reverse-engineering/architecture-extraction.md +6 -6
  107. package/proagents/reverse-engineering/code-analysis.md +6 -6
  108. package/proagents/reverse-engineering/dependency-mapping.md +10 -10
  109. package/proagents/reverse-engineering/diagram-generation.md +9 -9
  110. package/proagents/reverse-engineering/documentation-generation.md +7 -7
  111. package/proagents/reverse-engineering/pattern-detection.md +8 -8
  112. package/proagents/reverse-engineering/quality-assessment.md +10 -10
  113. package/proagents/rules/README.md +7 -7
  114. package/proagents/rules/custom-rules.md +8 -8
  115. package/proagents/runbooks/README.md +9 -9
  116. package/proagents/runbooks/dependency-vulnerability.md +4 -4
  117. package/proagents/runbooks/incident-response.md +12 -12
  118. package/proagents/runbooks/performance-degradation.md +5 -5
  119. package/proagents/runbooks/production-debugging.md +5 -5
  120. package/proagents/scaffolding/nextjs/README.md +10 -10
  121. package/proagents/scaffolding/nodejs/README.md +10 -10
  122. package/proagents/scaffolding/project-types.md +7 -7
  123. package/proagents/scaffolding/react/README.md +6 -6
  124. package/proagents/scaffolding/react-native/README.md +10 -10
  125. package/proagents/security/owasp-checklist.md +3 -3
  126. package/proagents/security/sast-guide.md +6 -6
  127. package/proagents/security/security-report-template.md +5 -5
  128. package/proagents/security/vulnerability-scanning.md +6 -6
  129. package/proagents/slash-commands.json +50 -75
  130. package/proagents/standards/README.md +4 -4
  131. package/proagents/standards/architecture-patterns.md +10 -10
  132. package/proagents/standards/naming-conventions-template.md +4 -4
  133. package/proagents/standards/override-system.md +8 -8
  134. package/proagents/team/code-ownership.md +4 -4
  135. package/proagents/team/communication-templates.md +6 -6
  136. package/proagents/team/handoff-protocol.md +4 -4
  137. package/proagents/team/ide-setup/cursor.md +1 -1
  138. package/proagents/templates/README.md +1 -1
  139. package/proagents/templates/release-notes.md +214 -0
  140. package/proagents/ui-integration/figma-guide.md +3 -3
  141. package/proagents/ui-integration/manual-export-guide.md +2 -2
  142. package/proagents/ui-integration/sketch-interpretation.md +2 -2
  143. package/proagents/webhooks/events.md +3 -3
  144. package/proagents/workflow-modes/README.md +11 -11
  145. package/proagents/workflow-modes/deferred-tracking.md +12 -12
  146. package/proagents/workflow-modes/entry-modes.md +16 -16
  147. package/proagents/workflow-modes/guardrails.md +7 -7
  148. package/proagents/workflow-modes/mode-detection.md +7 -7
  149. package/proagents/workflow-modes/mode-switching.md +9 -9
@@ -459,12 +459,12 @@ api:
459
459
 
460
460
  ---
461
461
 
462
- ## Slash Commands
462
+ ## Commands
463
463
 
464
464
  | Command | Description |
465
465
  |---------|-------------|
466
- | `/api-deprecate` | Start deprecation wizard |
467
- | `/api-deprecate --endpoint [path]` | Deprecate specific endpoint |
468
- | `/api-deprecate --list` | List all deprecated endpoints |
469
- | `/api-deprecate --usage [endpoint]` | Show usage statistics |
470
- | `/api-deprecate --notify` | Send migration reminders |
466
+ | `pa:api-deprecate` | Start deprecation wizard |
467
+ | `pa:api-deprecate --endpoint [path]` | Deprecate specific endpoint |
468
+ | `pa:api-deprecate --list` | List all deprecated endpoints |
469
+ | `pa:api-deprecate --usage [endpoint]` | Show usage statistics |
470
+ | `pa:api-deprecate --notify` | Send migration reminders |
@@ -281,11 +281,11 @@ api_versioning:
281
281
 
282
282
  ---
283
283
 
284
- ## Slash Commands
284
+ ## Commands
285
285
 
286
286
  | Command | Description |
287
287
  |---------|-------------|
288
- | `/api-version new [version]` | Create new API version |
289
- | `/api-version deprecate [version]` | Mark version as deprecated |
290
- | `/api-version status` | Show version status |
291
- | `/api-migration-guide [from] [to]` | Generate migration guide |
288
+ | `pa:api-version new [version]` | Create new API version |
289
+ | `pa:api-version deprecate [version]` | Mark version as deprecated |
290
+ | `pa:api-version status` | Show version status |
291
+ | `pa:api-migration-guide [from] [to]` | Generate migration guide |
@@ -329,7 +329,7 @@ emergency_protocol:
329
329
 
330
330
  ---
331
331
 
332
- ## Slash Commands for AI
332
+ ## Commands for AI
333
333
 
334
334
  | Command | Description |
335
335
  |---------|-------------|
@@ -524,12 +524,12 @@ automation:
524
524
 
525
525
  ---
526
526
 
527
- ## Slash Commands
527
+ ## Commands
528
528
 
529
529
  | Command | Description |
530
530
  |---------|-------------|
531
- | `/auto-config` | Configure automation settings |
532
- | `/auto-level [level]` | Set automation level |
533
- | `/decisions` | View/edit pre-configured decisions |
534
- | `/decision-log` | View decision log |
535
- | `/review-decisions` | Review flagged decisions |
531
+ | `pa:auto-config` | Configure automation settings |
532
+ | `pa:auto-level [level]` | Set automation level |
533
+ | `pa:decisions` | View/edit pre-configured decisions |
534
+ | `pa:decision-log` | View decision log |
535
+ | `pa:review-decisions` | Review flagged decisions |
@@ -35,7 +35,7 @@ cache/
35
35
 
36
36
  ### Creation
37
37
  Cache is created/updated when:
38
- - Running `/analyze` command
38
+ - Running `pa:analyze` command
39
39
  - Starting a new feature (incremental update)
40
40
  - Manual cache refresh
41
41
 
@@ -171,7 +171,7 @@ All notable changes to this project.
171
171
 
172
172
  ```bash
173
173
  # Search all changelogs
174
- /changelog search "authentication"
174
+ pa:changelog search "authentication"
175
175
 
176
176
  # Results:
177
177
  - 2024-01-15: User authentication system
@@ -183,29 +183,29 @@ All notable changes to this project.
183
183
 
184
184
  ```bash
185
185
  # Last 7 days
186
- /changelog --since "7 days ago"
186
+ pa:changelog --since "7 days ago"
187
187
 
188
188
  # Specific date range
189
- /changelog --from "2024-01-01" --to "2024-01-15"
189
+ pa:changelog --from "2024-01-01" --to "2024-01-15"
190
190
  ```
191
191
 
192
192
  ### Filter by Type
193
193
 
194
194
  ```bash
195
195
  # Only features
196
- /changelog --type feature
196
+ pa:changelog --type feature
197
197
 
198
198
  # Only bug fixes
199
- /changelog --type bugfix
199
+ pa:changelog --type bugfix
200
200
 
201
201
  # Only quick changes
202
- /changelog --type quick
202
+ pa:changelog --type quick
203
203
  ```
204
204
 
205
205
  ### Filter by Author
206
206
 
207
207
  ```bash
208
- /changelog --author "developer@example.com"
208
+ pa:changelog --author "developer@example.com"
209
209
  ```
210
210
 
211
211
  ---
@@ -244,7 +244,7 @@ Extracted:
244
244
 
245
245
  ```bash
246
246
  # Generate release notes
247
- /changelog release 1.2.0
247
+ pa:changelog release 1.2.0
248
248
 
249
249
  # Output:
250
250
  # Release Notes - v1.2.0
@@ -314,14 +314,14 @@ changelog:
314
314
 
315
315
  ---
316
316
 
317
- ## Slash Commands
317
+ ## Commands
318
318
 
319
319
  | Command | Description |
320
320
  |---------|-------------|
321
- | `/changelog` | View recent changes |
322
- | `/changelog --today` | Today's changes |
323
- | `/changelog --week` | This week's changes |
324
- | `/changelog search [query]` | Search changelogs |
325
- | `/changelog create` | Create new entry |
326
- | `/changelog release [version]` | Generate release notes |
327
- | `/changelog export` | Export changelog |
321
+ | `pa:changelog` | View recent changes |
322
+ | `pa:changelog --today` | Today's changes |
323
+ | `pa:changelog --week` | This week's changes |
324
+ | `pa:changelog search [query]` | Search changelogs |
325
+ | `pa:changelog create` | Create new entry |
326
+ | `pa:changelog release [version]` | Generate release notes |
327
+ | `pa:changelog export` | Export changelog |
@@ -274,10 +274,10 @@ All notable changes to this project.
274
274
 
275
275
  ---
276
276
 
277
- ## Slash Commands
277
+ ## Commands
278
278
 
279
279
  | Command | Description |
280
280
  |---------|-------------|
281
- | `/changelog-add` | Add changelog entry |
282
- | `/changelog-view` | View recent changes |
283
- | `/changelog-search` | Search changelog |
281
+ | `pa:changelog-add` | Add changelog entry |
282
+ | `pa:changelog-view` | View recent changes |
283
+ | `pa:changelog-search` | Search changelog |
@@ -268,7 +268,7 @@ proagents completion powershell | Out-String | Invoke-Expression
268
268
  | [commands-reference.md](./commands-reference.md) | Complete command reference |
269
269
  | [shortcuts.md](./shortcuts.md) | Shell shortcuts and aliases |
270
270
  | [ide-integration.md](./ide-integration.md) | IDE integrations |
271
- | [slash-commands.md](./slash-commands.md) | AI slash commands |
271
+ | [slash-commands.md](./slash-commands.md) | AI commands |
272
272
 
273
273
  ---
274
274