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
@@ -10,7 +10,7 @@ Quick start guides for setting up ProAgents features.
10
10
 
11
11
  ```bash
12
12
  # In your project directory
13
- /init
13
+ pa:init
14
14
  ```
15
15
 
16
16
  This creates the `.proagents/` directory with default configuration.
@@ -33,7 +33,7 @@ checkpoints:
33
33
  ### 3. Start Your First Feature
34
34
 
35
35
  ```bash
36
- /feature-start "Add user authentication"
36
+ pa:feature "Add user authentication"
37
37
  ```
38
38
 
39
39
  That's it! ProAgents will guide you through the workflow.
@@ -54,7 +54,7 @@ That's it! ProAgents will guide you through the workflow.
54
54
 
55
55
  ## Next Steps
56
56
 
57
- 1. **Explore Commands**: Run `/help` to see all available commands
57
+ 1. **Explore Commands**: Run `pa:help` to see all available commands
58
58
  2. **Customize Standards**: Set up [coding standards](../standards/)
59
59
  3. **Configure Rules**: Add [validation rules](../rules/)
60
60
  4. **Set Up Integrations**: Connect your [tools](../integrations/)
@@ -32,20 +32,20 @@ That's it! Learning starts automatically.
32
32
  As you work, the system learns:
33
33
 
34
34
  ```bash
35
- /feature-start "Add user profile"
35
+ pa:feature "Add user profile"
36
36
  # → Learns feature naming patterns
37
37
 
38
- /analyze
38
+ pa:analyze
39
39
  # → Learns project structure
40
40
 
41
- /implement
41
+ pa:implement
42
42
  # → Learns code patterns
43
43
  ```
44
44
 
45
45
  ### Step 3: Check Learning Progress
46
46
 
47
47
  ```bash
48
- /learning status
48
+ pa:learning status
49
49
  ```
50
50
 
51
51
  Output:
@@ -167,13 +167,13 @@ You can explicitly teach patterns:
167
167
 
168
168
  ```bash
169
169
  # Teach a naming convention
170
- /learning teach "Components should use PascalCase with 'View' suffix"
170
+ pa:learning teach "Components should use PascalCase with 'View' suffix"
171
171
 
172
172
  # Teach a code pattern
173
- /learning teach "Always use React Query for data fetching"
173
+ pa:learning teach "Always use React Query for data fetching"
174
174
 
175
175
  # Teach domain terminology
176
- /learning teach "A 'Workspace' contains multiple 'Projects'"
176
+ pa:learning teach "A 'Workspace' contains multiple 'Projects'"
177
177
  ```
178
178
 
179
179
  ### Correction Learning
@@ -250,7 +250,7 @@ learning:
250
250
  ### View Learning Summary
251
251
 
252
252
  ```bash
253
- /learning report
253
+ pa:learning report
254
254
  ```
255
255
 
256
256
  Output:
@@ -276,16 +276,16 @@ Output:
276
276
  ### View Specific Patterns
277
277
 
278
278
  ```bash
279
- /learning patterns # View all learned patterns
280
- /learning patterns naming # View naming patterns
281
- /learning patterns testing # View testing patterns
279
+ pa:learning patterns # View all learned patterns
280
+ pa:learning patterns naming # View naming patterns
281
+ pa:learning patterns testing # View testing patterns
282
282
  ```
283
283
 
284
284
  ### View Corrections
285
285
 
286
286
  ```bash
287
- /learning corrections # View all auto-corrections
288
- /learning corrections active # View active corrections
287
+ pa:learning corrections # View all auto-corrections
288
+ pa:learning corrections active # View active corrections
289
289
  ```
290
290
 
291
291
  ---
@@ -295,36 +295,36 @@ Output:
295
295
  ### Export Learning Data
296
296
 
297
297
  ```bash
298
- /learning export --output ./learning-export.json
298
+ pa:learning export --output ./learning-export.json
299
299
  ```
300
300
 
301
301
  ### Import Learning Data
302
302
 
303
303
  ```bash
304
- /learning import ./learning-export.json
304
+ pa:learning import ./learning-export.json
305
305
  ```
306
306
 
307
307
  ### Reset Learning
308
308
 
309
309
  ```bash
310
310
  # Reset specific category
311
- /learning reset patterns
311
+ pa:learning reset patterns
312
312
 
313
313
  # Reset all learning
314
- /learning reset --all
314
+ pa:learning reset --all
315
315
 
316
316
  # Reset with confirmation
317
- /learning reset --all --confirm
317
+ pa:learning reset --all --confirm
318
318
  ```
319
319
 
320
320
  ### Disable Specific Learning
321
321
 
322
322
  ```bash
323
323
  # Temporarily disable a learned pattern
324
- /learning disable "Use apiClient instead of fetch"
324
+ pa:learning disable "Use apiClient instead of fetch"
325
325
 
326
326
  # Re-enable
327
- /learning enable "Use apiClient instead of fetch"
327
+ pa:learning enable "Use apiClient instead of fetch"
328
328
  ```
329
329
 
330
330
  ---
@@ -335,20 +335,20 @@ Output:
335
335
 
336
336
  ```bash
337
337
  # Check status
338
- /learning status
338
+ pa:learning status
339
339
 
340
340
  # Debug mode
341
- /learning debug
341
+ pa:learning debug
342
342
  ```
343
343
 
344
344
  ### Wrong Pattern Learned
345
345
 
346
346
  ```bash
347
347
  # Remove incorrect pattern
348
- /learning remove "incorrect pattern"
348
+ pa:learning remove "incorrect pattern"
349
349
 
350
350
  # Or correct it
351
- /learning correct "old pattern" --to "correct pattern"
351
+ pa:learning correct "old pattern" --to "correct pattern"
352
352
  ```
353
353
 
354
354
  ### Performance Issues
@@ -23,15 +23,15 @@ Connect ProAgents to your project management tools for seamless workflow trackin
23
23
  ### Step 1: Choose Your Tool
24
24
 
25
25
  ```bash
26
- /pm setup
26
+ pa:pm setup
27
27
  ```
28
28
 
29
29
  Select from the interactive menu, or specify directly:
30
30
 
31
31
  ```bash
32
- /pm setup jira
33
- /pm setup linear
34
- /pm setup github
32
+ pa:pm setup jira
33
+ pa:pm setup linear
34
+ pa:pm setup github
35
35
  ```
36
36
 
37
37
  ### Step 2: Authenticate
@@ -77,7 +77,7 @@ integrations:
77
77
  ### Step 3: Test Connection
78
78
 
79
79
  ```bash
80
- /pm test
80
+ pa:pm test
81
81
  ```
82
82
 
83
83
  Expected output:
@@ -97,7 +97,7 @@ Expected output:
97
97
 
98
98
  When you start a feature:
99
99
  ```bash
100
- /feature-start "Add user authentication"
100
+ pa:feature "Add user authentication"
101
101
  ```
102
102
 
103
103
  ProAgents automatically:
@@ -108,7 +108,7 @@ ProAgents automatically:
108
108
  ### Sync Status
109
109
 
110
110
  ```bash
111
- /pm sync
111
+ pa:pm sync
112
112
  ```
113
113
 
114
114
  Updates your PM tool with current feature status.
@@ -116,7 +116,7 @@ Updates your PM tool with current feature status.
116
116
  ### Link Existing Issue
117
117
 
118
118
  ```bash
119
- /feature-start "Add auth" --issue PROJ-123
119
+ pa:feature "Add auth" --issue PROJ-123
120
120
  ```
121
121
 
122
122
  ---
@@ -231,7 +231,7 @@ integrations:
231
231
 
232
232
  ```
233
233
  ┌─────────────────┐
234
- /feature-start
234
+ pa:feature │
235
235
  └────────┬────────┘
236
236
 
237
237
 
@@ -262,7 +262,7 @@ integrations:
262
262
  ### Bug Fix Integration
263
263
 
264
264
  ```bash
265
- /fix "Login button broken" --issue BUG-456
265
+ pa:fix "Login button broken" --issue BUG-456
266
266
  ```
267
267
 
268
268
  ProAgents:
@@ -277,24 +277,24 @@ ProAgents:
277
277
 
278
278
  ```bash
279
279
  # Setup
280
- /pm setup [tool] # Initialize PM integration
280
+ pa:pm setup [tool] # Initialize PM integration
281
281
 
282
282
  # Status
283
- /pm status # Show integration status
284
- /pm test # Test connection
283
+ pa:pm status # Show integration status
284
+ pa:pm test # Test connection
285
285
 
286
286
  # Sync
287
- /pm sync # Sync current feature
288
- /pm sync-all # Sync all active features
287
+ pa:pm sync # Sync current feature
288
+ pa:pm sync-all # Sync all active features
289
289
 
290
290
  # Issues
291
- /pm create "Title" # Create new issue
292
- /pm link ISSUE-123 # Link current feature to issue
293
- /pm unlink # Unlink current feature
291
+ pa:pm create "Title" # Create new issue
292
+ pa:pm link ISSUE-123 # Link current feature to issue
293
+ pa:pm unlink # Unlink current feature
294
294
 
295
295
  # Queries
296
- /pm issues # List assigned issues
297
- /pm search "query" # Search issues
296
+ pa:pm issues # List assigned issues
297
+ pa:pm search "query" # Search issues
298
298
  ```
299
299
 
300
300
  ---
@@ -305,10 +305,10 @@ ProAgents:
305
305
 
306
306
  ```bash
307
307
  # Re-authenticate
308
- /pm auth
308
+ pa:pm auth
309
309
 
310
310
  # Test with debug output
311
- /pm test --debug
311
+ pa:pm test --debug
312
312
  ```
313
313
 
314
314
  ### Status Not Syncing
@@ -423,16 +423,16 @@ Let's wrap up. Please:
423
423
 
424
424
  ## ProAgents-Specific Tips
425
425
 
426
- ### Use Slash Commands
426
+ ### Use Commands
427
427
 
428
428
  ```bash
429
- /feature-start "Add user authentication"
429
+ pa:feature "Add user authentication"
430
430
  # More effective than: "I want to add auth"
431
431
 
432
- /fix "Login button not responding"
432
+ pa:fix "Login button not responding"
433
433
  # More effective than: "There's a bug"
434
434
 
435
- /analyze
435
+ pa:analyze
436
436
  # Let ProAgents understand your codebase first
437
437
  ```
438
438
 
@@ -54,16 +54,16 @@ ProAgents uses a 10-phase development workflow:
54
54
 
55
55
  ```bash
56
56
  # Start a new feature
57
- /feature-start "Feature name"
57
+ pa:feature "Feature name"
58
58
 
59
59
  # Check status
60
- /status
60
+ pa:status
61
61
 
62
62
  # Get help
63
- /help
63
+ pa:help
64
64
 
65
65
  # Quick bug fix
66
- /fix "Bug description"
66
+ pa:fix "Bug description"
67
67
  ```
68
68
 
69
69
  ### 3. Important Files
@@ -220,7 +220,7 @@ entry_modes:
220
220
  - [Node.js Example](../examples/backend-nodejs/)
221
221
 
222
222
  ### Support
223
- - Check `/help` for command reference
223
+ - Check `pa:help` for command reference
224
224
  - Review troubleshooting guides
225
225
  - Ask in team Slack channel
226
226
 
@@ -79,9 +79,9 @@ git pull origin develop
79
79
  git checkout -b feature/my-feature
80
80
  ```
81
81
 
82
- Or use slash command:
82
+ Or use command:
83
83
  ```
84
- /branch-feature "my-feature"
84
+ pa:branch-feature "my-feature"
85
85
  ```
86
86
 
87
87
  ### Working on Feature
@@ -103,7 +103,7 @@ git rebase origin/develop
103
103
  git push origin feature/my-feature
104
104
 
105
105
  # Create PR to develop
106
- # (Or use /pr-create)
106
+ # (Or use pa:pr-create)
107
107
  ```
108
108
 
109
109
  ### Hotfix
@@ -126,16 +126,16 @@ git merge hotfix/critical-fix
126
126
 
127
127
  ---
128
128
 
129
- ## Slash Commands for Git
129
+ ## Commands for Git
130
130
 
131
131
  | Command | Action |
132
132
  |---------|--------|
133
- | `/branch-feature "name"` | Create feature branch |
134
- | `/branch-hotfix "name"` | Create hotfix branch |
135
- | `/branch-release "v1.0.0"` | Create release branch |
136
- | `/commit-feat` | Feature commit |
137
- | `/commit-fix` | Fix commit |
138
- | `/pr-create` | Create pull request |
133
+ | `pa:branch-feature "name"` | Create feature branch |
134
+ | `pa:branch-hotfix "name"` | Create hotfix branch |
135
+ | `pa:branch-release "v1.0.0"` | Create release branch |
136
+ | `pa:commit-feat` | Feature commit |
137
+ | `pa:commit-fix` | Fix commit |
138
+ | `pa:pr-create` | Create pull request |
139
139
 
140
140
  ---
141
141
 
@@ -231,11 +231,11 @@ npx husky add .husky/commit-msg 'npx commitlint --edit $1'
231
231
 
232
232
  ---
233
233
 
234
- ## Slash Commands
234
+ ## Commands
235
235
 
236
236
  | Command | Description |
237
237
  |---------|-------------|
238
- | `/commit-feat` | Create feature commit |
239
- | `/commit-fix` | Create fix commit |
240
- | `/commit-docs` | Create docs commit |
241
- | `/commit-refactor` | Create refactor commit |
238
+ | `pa:commit-feat` | Create feature commit |
239
+ | `pa:commit-fix` | Create fix commit |
240
+ | `pa:commit-docs` | Create docs commit |
241
+ | `pa:commit-refactor` | Create refactor commit |
@@ -276,11 +276,11 @@ git push --force-with-lease
276
276
 
277
277
  ---
278
278
 
279
- ## Slash Commands
279
+ ## Commands
280
280
 
281
281
  | Command | Description |
282
282
  |---------|-------------|
283
- | `/pr-create` | Create pull request |
284
- | `/pr-update` | Update PR description |
285
- | `/pr-merge` | Merge pull request |
286
- | `/pr-review` | Request review |
283
+ | `pa:pr-create` | Create pull request |
284
+ | `pa:pr-update` | Update PR description |
285
+ | `pa:pr-merge` | Merge pull request |
286
+ | `pa:pr-review` | Request review |
@@ -404,13 +404,13 @@ git:
404
404
 
405
405
  ---
406
406
 
407
- ## Slash Commands
407
+ ## Commands
408
408
 
409
409
  | Command | Description |
410
410
  |---------|-------------|
411
- | `/rollback` | Start rollback wizard |
412
- | `/rollback --last` | Revert last commit |
413
- | `/rollback --to [tag]` | Rollback to specific tag |
414
- | `/rollback --commits [n]` | Revert last n commits |
415
- | `/rollback --dry-run` | Preview rollback changes |
416
- | `/rollback --status` | Check current rollback status |
411
+ | `pa:rollback` | Start rollback wizard |
412
+ | `pa:rollback --last` | Revert last commit |
413
+ | `pa:rollback --to [tag]` | Rollback to specific tag |
414
+ | `pa:rollback --commits [n]` | Revert last n commits |
415
+ | `pa:rollback --dry-run` | Preview rollback changes |
416
+ | `pa:rollback --status` | Check current rollback status |
@@ -51,7 +51,7 @@ IDE rules configure the AI assistant to:
51
51
 
52
52
  1. **Follow ProAgents Workflow**: Use the correct phases and checkpoints
53
53
  2. **Match Project Patterns**: Follow detected code conventions
54
- 3. **Use Slash Commands**: Recognize `/feature`, `/fix`, `/doc` commands
54
+ 3. **Use Commands**: Recognize `pa:feature`, `pa:fix`, `pa:doc` commands
55
55
  4. **Maintain Context**: Keep track of current feature and phase
56
56
  5. **Apply Standards**: Enforce project-specific coding standards
57
57
 
@@ -38,13 +38,13 @@ Respond to these commands:
38
38
 
39
39
  | Command | Description | Action |
40
40
  |---------|-------------|--------|
41
- | `/init` | Initialize ProAgents | Set up workflow configuration |
42
- | `/feature <name>` | New feature | Full development workflow |
43
- | `/fix <bug>` | Bug fix | Streamlined fix workflow |
44
- | `/doc` | Documentation | Generate docs for code |
45
- | `/test` | Testing | Write/run tests |
46
- | `/review` | Code review | Review current changes |
47
- | `/status` | Status check | Show workflow progress |
41
+ | `pa:init` | Initialize ProAgents | Set up workflow configuration |
42
+ | `pa:feature <name>` | New feature | Full development workflow |
43
+ | `pa:fix <bug>` | Bug fix | Streamlined fix workflow |
44
+ | `pa:doc` | Documentation | Generate docs for code |
45
+ | `pa:test` | Testing | Write/run tests |
46
+ | `pa:review` | Code review | Review current changes |
47
+ | `pa:status` | Status check | Show workflow progress |
48
48
 
49
49
  ## Task Execution
50
50
 
@@ -267,7 +267,7 @@ Add to `.vscode/settings.json`:
267
267
 
268
268
  ```json
269
269
  {
270
- "cline.customInstructions": "Follow ProAgents workflow. Use /feature for new features, /fix for bugs.",
270
+ "cline.customInstructions": "Follow ProAgents workflow. Use pa:feature for new features, pa:fix for bugs.",
271
271
 
272
272
  "cline.alwaysAllowReads": true,
273
273
  "cline.alwaysAllowWrites": false,
@@ -360,7 +360,7 @@ ide:
360
360
  ### Starting a Feature
361
361
 
362
362
  ```
363
- User: /feature user-authentication
363
+ User: pa:feature user-authentication
364
364
 
365
365
  Cline:
366
366
  I'll help you implement user authentication. Let me start by analyzing the codebase.
@@ -383,7 +383,7 @@ Shall I proceed with this plan?
383
383
  ### Bug Fix
384
384
 
385
385
  ```
386
- User: /fix Login button not responding
386
+ User: pa:fix Login button not responding
387
387
 
388
388
  Cline:
389
389
  I'll investigate the login button issue.
@@ -86,7 +86,7 @@ Create `.continuerc.json` in your project root:
86
86
  "steps": [
87
87
  {
88
88
  "type": "prompt",
89
- "prompt": "You are integrated with ProAgents workflow. Available commands:\n- /proagents feature <name> - Start new feature\n- /proagents fix <bug> - Fix a bug\n- /proagents doc - Generate documentation\n- /proagents test - Generate tests\n- /proagents review - Code review\n\nUser request: {{{ input }}}"
89
+ "prompt": "You are integrated with ProAgents workflow. Available commands:\n- pa:feature <name> - Start new feature\n- pa:fix <bug> - Fix a bug\n- pa:doc - Generate documentation\n- pa:test - Generate tests\n- pa:review - Code review\n\nUser request: {{{ input }}}"
90
90
  }
91
91
  ]
92
92
  }
@@ -32,16 +32,16 @@ You are an AI assistant integrated with the ProAgents development workflow. Foll
32
32
 
33
33
  ## Workflow Commands
34
34
 
35
- When the user types a slash command, follow the corresponding workflow:
36
-
37
- - `/init` - Initialize ProAgents in this project
38
- - `/feature <name>` - Start a new feature with full workflow
39
- - `/fix <description>` - Start bug fix workflow
40
- - `/doc` - Generate documentation
41
- - `/test` - Run tests
42
- - `/qa` - Quality assurance checks
43
- - `/deploy` - Deployment workflow
44
- - `/status` - Show current workflow status
35
+ When the user types a command, follow the corresponding workflow:
36
+
37
+ - `pa:init` - Initialize ProAgents in this project
38
+ - `pa:feature <name>` - Start a new feature with full workflow
39
+ - `pa:fix <description>` - Start bug fix workflow
40
+ - `pa:doc` - Generate documentation
41
+ - `pa:test` - Run tests
42
+ - `pa:qa` - Quality assurance checks
43
+ - `pa:deploy` - Deployment workflow
44
+ - `pa:status` - Show current workflow status
45
45
 
46
46
  ## Development Phases
47
47
 
@@ -234,25 +234,25 @@ You are a senior developer helping with the ProAgents workflow.
234
234
  - Explain trade-offs of different approaches
235
235
  - Reference existing project patterns
236
236
 
237
- ## Slash Commands
237
+ ## Commands
238
238
 
239
239
  Respond to these custom commands:
240
240
 
241
- ### /proagents-feature
241
+ ### pa:feature
242
242
  Start a new feature workflow:
243
243
  1. Ask about the feature requirements
244
244
  2. Analyze affected areas
245
245
  3. Propose implementation plan
246
246
  4. Guide through implementation
247
247
 
248
- ### /proagents-fix
248
+ ### pa:fix
249
249
  Quick bug fix workflow:
250
250
  1. Help identify the bug
251
251
  2. Suggest fix approach
252
252
  3. Generate fix code
253
253
  4. Suggest test cases
254
254
 
255
- ### /proagents-review
255
+ ### pa:review
256
256
  Code review assistance:
257
257
  1. Check for common issues
258
258
  2. Verify patterns are followed
@@ -36,13 +36,13 @@ Recognize and respond to these workflow commands:
36
36
 
37
37
  | Command | Action |
38
38
  |---------|--------|
39
- | `/init` | Initialize ProAgents workflow |
40
- | `/feature <name>` | Start new feature development |
41
- | `/fix <desc>` | Quick bug fix workflow |
42
- | `/doc` | Generate documentation |
43
- | `/test` | Run test suite |
44
- | `/qa` | Quality checks |
45
- | `/deploy` | Deployment preparation |
39
+ | `pa:init` | Initialize ProAgents workflow |
40
+ | `pa:feature <name>` | Start new feature development |
41
+ | `pa:fix <desc>` | Quick bug fix workflow |
42
+ | `pa:doc` | Generate documentation |
43
+ | `pa:test` | Run test suite |
44
+ | `pa:qa` | Quality checks |
45
+ | `pa:deploy` | Deployment preparation |
46
46
 
47
47
  ## Cascade Flow Integration
48
48
 
@@ -184,7 +184,7 @@ Configure custom flows in `.windsurfrules`:
184
184
  ```markdown
185
185
  ## Custom Flows
186
186
 
187
- ### /refactor Flow
187
+ ### pa:refactor Flow
188
188
  1. Analyze current implementation
189
189
  2. Identify improvement opportunities
190
190
  3. Propose refactoring plan
@@ -192,7 +192,7 @@ Configure custom flows in `.windsurfrules`:
192
192
  5. Verify no regressions
193
193
  6. Update tests if needed
194
194
 
195
- ### /optimize Flow
195
+ ### pa:optimize Flow
196
196
  1. Profile current performance
197
197
  2. Identify bottlenecks
198
198
  3. Propose optimizations
@@ -194,13 +194,13 @@ context_awareness:
194
194
  reversibility:
195
195
  # All adaptations can be undone
196
196
  undo_commands:
197
- - "/learning-undo last"
198
- - "/learning-undo [adaptation-id]"
199
- - "/learning-disable [pattern]"
197
+ - "pa:learning-undo last"
198
+ - "pa:learning-undo [adaptation-id]"
199
+ - "pa:learning-disable [pattern]"
200
200
 
201
201
  # Reset to defaults
202
202
  reset:
203
- - "/learning-reset"
203
+ - "pa:learning-reset"
204
204
  - "Clears all learned patterns"
205
205
  - "Returns to default behavior"
206
206
  ```
@@ -294,12 +294,12 @@ learning:
294
294
 
295
295
  ---
296
296
 
297
- ## Slash Commands
297
+ ## Commands
298
298
 
299
299
  | Command | Description |
300
300
  |---------|-------------|
301
- | `/adaptation-status` | View current adaptations |
302
- | `/adaptation-disable [id]` | Disable specific adaptation |
303
- | `/adaptation-enable [id]` | Re-enable adaptation |
304
- | `/adaptation-reset` | Reset all adaptations |
305
- | `/adaptation-review` | Review pending adaptations |
301
+ | `pa:adaptation-status` | View current adaptations |
302
+ | `pa:adaptation-disable [id]` | Disable specific adaptation |
303
+ | `pa:adaptation-enable [id]` | Re-enable adaptation |
304
+ | `pa:adaptation-reset` | Reset all adaptations |
305
+ | `pa:adaptation-review` | Review pending adaptations |
@@ -265,19 +265,19 @@ learning:
265
265
 
266
266
  # Reset options
267
267
  reset_commands:
268
- - "/learning-reset all" # Reset everything
269
- - "/learning-reset project" # Reset current project
270
- - "/learning-reset patterns" # Reset patterns only
268
+ - "pa:learning-reset all" # Reset everything
269
+ - "pa:learning-reset project" # Reset current project
270
+ - "pa:learning-reset patterns" # Reset patterns only
271
271
  ```
272
272
 
273
273
  ---
274
274
 
275
- ## Slash Commands
275
+ ## Commands
276
276
 
277
277
  | Command | Description |
278
278
  |---------|-------------|
279
- | `/learning-status` | Show learning statistics |
280
- | `/learning-patterns` | View learned patterns |
281
- | `/learning-corrections` | View correction history |
282
- | `/learning-reset` | Reset learning data |
283
- | `/learning-export` | Export learning data |
279
+ | `pa:learning-status` | Show learning statistics |
280
+ | `pa:learning-patterns` | View learned patterns |
281
+ | `pa:learning-corrections` | View correction history |
282
+ | `pa:learning-reset` | Reset learning data |
283
+ | `pa:learning-export` | Export learning data |