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
@@ -56,22 +56,22 @@ Not every task requires the full 10-phase workflow. ProAgents supports multiple
56
56
 
57
57
  ### Start in Full Workflow Mode
58
58
  ```bash
59
- /feature start "User Authentication"
59
+ pa:feature start "User Authentication"
60
60
  ```
61
61
 
62
62
  ### Start in Bug Fix Mode
63
63
  ```bash
64
- /fix "Login button not responding"
64
+ pa:fix "Login button not responding"
65
65
  ```
66
66
 
67
67
  ### Start in Quick Change Mode
68
68
  ```bash
69
- /quick "Update API endpoint URL"
69
+ pa:quick "Update API endpoint URL"
70
70
  ```
71
71
 
72
72
  ### Resume Previous Work
73
73
  ```bash
74
- /resume user-auth
74
+ pa:resume user-auth
75
75
  ```
76
76
 
77
77
  ---
@@ -124,13 +124,13 @@ workflow_modes:
124
124
 
125
125
  ---
126
126
 
127
- ## Slash Commands
127
+ ## Commands
128
128
 
129
129
  | Command | Description |
130
130
  |---------|-------------|
131
- | `/feature start [name]` | Start full workflow |
132
- | `/fix [description]` | Start bug fix mode |
133
- | `/quick [description]` | Start quick change mode |
134
- | `/resume [feature]` | Resume previous work |
135
- | `/mode` | Show current mode |
136
- | `/mode switch [mode]` | Switch to different mode |
131
+ | `pa:feature start [name]` | Start full workflow |
132
+ | `pa:fix [description]` | Start bug fix mode |
133
+ | `pa:quick [description]` | Start quick change mode |
134
+ | `pa:resume [feature]` | Resume previous work |
135
+ | `pa:mode` | Show current mode |
136
+ | `pa:mode switch [mode]` | Switch to different mode |
@@ -307,23 +307,23 @@ reminders:
307
307
 
308
308
  ```bash
309
309
  # Mark task complete
310
- /deferred complete DEF-001
310
+ pa:deferred complete DEF-001
311
311
 
312
312
  # Complete with details
313
- /deferred complete DEF-001 --commit abc123 --notes "Added 5 integration tests"
313
+ pa:deferred complete DEF-001 --commit abc123 --notes "Added 5 integration tests"
314
314
 
315
315
  # Bulk complete
316
- /deferred complete DEF-001 DEF-002 DEF-003
316
+ pa:deferred complete DEF-001 DEF-002 DEF-003
317
317
  ```
318
318
 
319
319
  ### Closing Without Completing
320
320
 
321
321
  ```bash
322
322
  # Close as won't do
323
- /deferred close DEF-001 --reason "No longer applicable after refactor"
323
+ pa:deferred close DEF-001 --reason "No longer applicable after refactor"
324
324
 
325
325
  # Close as duplicate
326
- /deferred close DEF-001 --duplicate DEF-005
326
+ pa:deferred close DEF-001 --duplicate DEF-005
327
327
  ```
328
328
 
329
329
  ---
@@ -393,13 +393,13 @@ deferred_tracking:
393
393
 
394
394
  ---
395
395
 
396
- ## Slash Commands
396
+ ## Commands
397
397
 
398
398
  | Command | Description |
399
399
  |---------|-------------|
400
- | `/deferred list` | List all deferred tasks |
401
- | `/deferred show [id]` | Show task details |
402
- | `/deferred complete [id]` | Mark task complete |
403
- | `/deferred close [id]` | Close without completing |
404
- | `/deferred assign [id] [user]` | Assign task |
405
- | `/deferred report` | Generate report |
400
+ | `pa:deferred list` | List all deferred tasks |
401
+ | `pa:deferred show [id]` | Show task details |
402
+ | `pa:deferred complete [id]` | Mark task complete |
403
+ | `pa:deferred close [id]` | Close without completing |
404
+ | `pa:deferred assign [id] [user]` | Assign task |
405
+ | `pa:deferred report` | Generate report |
@@ -59,10 +59,10 @@ The complete 10-phase development workflow for new features.
59
59
 
60
60
  ```bash
61
61
  # Start new feature
62
- /feature start "User Profile Management"
62
+ pa:feature start "User Profile Management"
63
63
 
64
64
  # With options
65
- /feature start "User Profile" --skip-ui --checkpoint=critical
65
+ pa:feature start "User Profile" --skip-ui --checkpoint=critical
66
66
  ```
67
67
 
68
68
  ### Checkpoints
@@ -131,13 +131,13 @@ Streamlined workflow for fixing bugs quickly without skipping quality.
131
131
 
132
132
  ```bash
133
133
  # Start bug fix
134
- /fix "Login button not responding on mobile"
134
+ pa:fix "Login button not responding on mobile"
135
135
 
136
136
  # With issue reference
137
- /fix "Login button issue" --issue PROJ-123
137
+ pa:fix "Login button issue" --issue PROJ-123
138
138
 
139
139
  # With urgency
140
- /fix "Critical auth bypass" --priority critical
140
+ pa:fix "Critical auth bypass" --priority critical
141
141
  ```
142
142
 
143
143
  ### Auto-Context Gathering
@@ -226,10 +226,10 @@ Minimal workflow for simple, low-risk changes.
226
226
 
227
227
  ```bash
228
228
  # Quick change
229
- /quick "Update API URL to production"
229
+ pa:quick "Update API URL to production"
230
230
 
231
231
  # With specific file
232
- /quick "Fix typo in button" --file src/components/Button.tsx
232
+ pa:quick "Fix typo in button" --file src/components/Button.tsx
233
233
  ```
234
234
 
235
235
  ### Restrictions
@@ -301,13 +301,13 @@ Continue work on a previously started feature.
301
301
 
302
302
  ```bash
303
303
  # Resume by feature name
304
- /resume user-authentication
304
+ pa:resume user-authentication
305
305
 
306
306
  # Resume last feature
307
- /resume --last
307
+ pa:resume --last
308
308
 
309
309
  # Show all resumable features
310
- /resume --list
310
+ pa:resume --list
311
311
  ```
312
312
 
313
313
  ### Resume Context
@@ -386,12 +386,12 @@ entry_modes:
386
386
 
387
387
  ---
388
388
 
389
- ## Slash Commands
389
+ ## Commands
390
390
 
391
391
  | Command | Mode | Description |
392
392
  |---------|------|-------------|
393
- | `/feature start` | Full | Start full workflow |
394
- | `/fix` | Bug Fix | Start bug fix mode |
395
- | `/quick` | Quick Change | Start quick change |
396
- | `/resume` | Resume | Continue previous work |
397
- | `/mode` | Any | Show/change current mode |
393
+ | `pa:feature start` | Full | Start full workflow |
394
+ | `pa:fix` | Bug Fix | Start bug fix mode |
395
+ | `pa:quick` | Quick Change | Start quick change |
396
+ | `pa:resume` | Resume | Continue previous work |
397
+ | `pa:mode` | Any | Show/change current mode |
@@ -345,10 +345,10 @@ bypass_procedures:
345
345
 
346
346
  ```bash
347
347
  # Bypass with justification
348
- /guardrail bypass scope_warning --reason "One-time migration script"
348
+ pa:guardrail bypass scope_warning --reason "One-time migration script"
349
349
 
350
350
  # Request bypass approval
351
- /guardrail request-bypass critical_path --approver tech_lead
351
+ pa:guardrail request-bypass critical_path --approver tech_lead
352
352
  ```
353
353
 
354
354
  ---
@@ -395,11 +395,11 @@ guardrails:
395
395
 
396
396
  ---
397
397
 
398
- ## Slash Commands
398
+ ## Commands
399
399
 
400
400
  | Command | Description |
401
401
  |---------|-------------|
402
- | `/guardrails status` | Show current guardrail status |
403
- | `/guardrails check` | Run all guardrail checks |
404
- | `/guardrails bypass [id]` | Bypass specific guardrail |
405
- | `/guardrails history` | Show bypass history |
402
+ | `pa:guardrails status` | Show current guardrail status |
403
+ | `pa:guardrails check` | Run all guardrail checks |
404
+ | `pa:guardrails bypass [id]` | Bypass specific guardrail |
405
+ | `pa:guardrails history` | Show bypass history |
@@ -311,13 +311,13 @@ Users can always override:
311
311
 
312
312
  ```bash
313
313
  # Force full workflow
314
- /feature start "Fix login button" --mode full
314
+ pa:feature start "Fix login button" --mode full
315
315
 
316
316
  # Force bug fix mode
317
- /fix "Add new validation" --mode bug-fix
317
+ pa:fix "Add new validation" --mode bug-fix
318
318
 
319
319
  # Skip detection
320
- /quick "Update config" --no-detect
320
+ pa:quick "Update config" --no-detect
321
321
  ```
322
322
 
323
323
  ---
@@ -349,10 +349,10 @@ mode_detection:
349
349
 
350
350
  ---
351
351
 
352
- ## Slash Commands
352
+ ## Commands
353
353
 
354
354
  | Command | Description |
355
355
  |---------|-------------|
356
- | `/detect [request]` | Test mode detection |
357
- | `/mode suggest` | Get mode suggestion for current context |
358
- | `/mode override [mode]` | Override detected mode |
356
+ | `pa:detect [request]` | Test mode detection |
357
+ | `pa:mode suggest` | Get mode suggestion for current context |
358
+ | `pa:mode override [mode]` | Override detected mode |
@@ -33,7 +33,7 @@ Action: Suggest upgrade to Full Workflow
33
33
  **How to Switch:**
34
34
  ```bash
35
35
  # Manual switch
36
- /mode switch full-workflow
36
+ pa:mode switch full-workflow
37
37
 
38
38
  # Accept suggestion
39
39
  # When prompted: [Upgrade to Full Workflow?] → Yes
@@ -78,10 +78,10 @@ Action: Suggest downgrade to Bug Fix
78
78
  **How to Switch:**
79
79
  ```bash
80
80
  # Manual switch
81
- /mode switch bug-fix
81
+ pa:mode switch bug-fix
82
82
 
83
83
  # With confirmation
84
- /mode switch bug-fix --confirm
84
+ pa:mode switch bug-fix --confirm
85
85
  ```
86
86
 
87
87
  **What Happens:**
@@ -315,18 +315,18 @@ preserved_on_switch:
315
315
 
316
316
  ```bash
317
317
  # Switch modes
318
- /mode switch full-workflow
319
- /mode switch bug-fix
320
- /mode switch quick-change
318
+ pa:mode switch full-workflow
319
+ pa:mode switch bug-fix
320
+ pa:mode switch quick-change
321
321
 
322
322
  # Check current mode
323
- /mode current
323
+ pa:mode current
324
324
 
325
325
  # See switch history
326
- /mode history
326
+ pa:mode history
327
327
 
328
328
  # Force mode (skip confirmation)
329
- /mode switch full-workflow --force
329
+ pa:mode switch full-workflow --force
330
330
  ```
331
331
 
332
332
  ---