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
@@ -1,15 +1,15 @@
1
- # Slash Commands Reference
1
+ # ProAgents Commands Reference
2
2
 
3
- AI-platform slash commands for ProAgents workflow operations.
3
+ AI-platform commands for ProAgents workflow operations.
4
4
 
5
5
  ---
6
6
 
7
7
  ## Overview
8
8
 
9
- Slash commands (`/command`) provide quick access to workflow operations when working with any AI platform (Claude, ChatGPT, Gemini, Copilot, etc.).
9
+ ProAgents commands (`pa:command`) provide quick access to workflow operations when working with any AI platform (Claude, ChatGPT, Gemini, Copilot, etc.).
10
10
 
11
11
  ```
12
- User types: /feature start "Add authentication"
12
+ User types: pa:feature "Add authentication"
13
13
 
14
14
  AI responds: Starting feature "Add authentication"...
15
15
  Mode: Full Workflow
@@ -20,37 +20,37 @@ AI responds: Starting feature "Add authentication"...
20
20
 
21
21
  ---
22
22
 
23
- ## How Slash Commands Work
23
+ ## How Commands Work
24
24
 
25
25
  ### Intelligent Hints
26
26
 
27
- When you type `/`, available commands are displayed:
27
+ When you type `pa:`, available commands are displayed:
28
28
 
29
29
  ```
30
- / ← User types slash
30
+ pa: ← User types prefix
31
31
 
32
32
  ┌─────────────────────────────────────┐
33
33
  │ Available Commands: │
34
34
  ├─────────────────────────────────────┤
35
- /init - Initialize project
36
- /feature - Feature commands
37
- /fix - Bug fix commands
38
- /doc - Documentation
39
- /qa - Quality assurance
40
- /test - Testing
41
- /deploy - Deployment
42
- /analyze - Analysis
43
- /commit - Git commits
44
- │ Type more to filter...
35
+ pa:init - Initialize project
36
+ pa:feature - Feature commands
37
+ pa:fix - Bug fix commands
38
+ pa:doc - Documentation
39
+ pa:qa - Quality assurance
40
+ pa:test - Testing
41
+ pa:deploy - Deployment
42
+ pa:analyze - Analysis
43
+ pa:commit - Git commits
44
+ │ Type more to filter...
45
45
  └─────────────────────────────────────┘
46
46
  ```
47
47
 
48
48
  ### Progressive Filtering
49
49
 
50
50
  ```
51
- /d → Shows: /doc, /deploy, /doctor
52
- /do → Shows: /doc, /doc-full, /doc-moderate, /doc-lite
53
- /doc → Shows only documentation commands
51
+ pa:d → Shows: pa:doc, pa:deploy, pa:doctor
52
+ pa:do → Shows: pa:doc, pa:doc-full, pa:doc-moderate, pa:doc-lite
53
+ pa:doc → Shows only documentation commands
54
54
  ```
55
55
 
56
56
  ---
@@ -61,16 +61,16 @@ When you type `/`, available commands are displayed:
61
61
 
62
62
  | Command | Description |
63
63
  |---------|-------------|
64
- | `/init` | Initialize ProAgents in project |
65
- | `/setup` | Run setup wizard |
66
- | `/config` | Configuration settings |
67
- | `/help` | Show all commands |
64
+ | `pa:init` | Initialize ProAgents in project |
65
+ | `pa:setup` | Run setup wizard |
66
+ | `pa:config` | Configuration settings |
67
+ | `pa:help` | Show all commands |
68
68
 
69
69
  **Examples:**
70
70
  ```
71
- /init
72
- /init --type fullstack
73
- /config set checkpoints.before_deployment true
71
+ pa:init
72
+ pa:init --type fullstack
73
+ pa:config set checkpoints.before_deployment true
74
74
  ```
75
75
 
76
76
  ---
@@ -79,21 +79,21 @@ When you type `/`, available commands are displayed:
79
79
 
80
80
  | Command | Hints | Description |
81
81
  |---------|-------|-------------|
82
- | `/feature` | `/feature-start`, `/feature-status`, `/feature-pause`, `/feature-resume`, `/feature-complete`, `/feature-list` | Feature commands |
83
- | `/feature-start` | - | Start new feature |
84
- | `/feature-status` | - | Current feature status |
85
- | `/feature-pause` | - | Pause current feature |
86
- | `/feature-resume` | - | Resume paused feature |
87
- | `/feature-complete` | - | Mark feature done |
88
- | `/feature-list` | - | List all features |
82
+ | `pa:feature` | `pa:feature-status`, `pa:feature-pause`, `pa:feature-resume`, `pa:feature-complete`, `pa:feature-list` | Feature commands |
83
+ | `pa:feature` | - | Start new feature |
84
+ | `pa:feature-status` | - | Current feature status |
85
+ | `pa:feature-pause` | - | Pause current feature |
86
+ | `pa:feature-resume` | - | Resume paused feature |
87
+ | `pa:feature-complete` | - | Mark feature done |
88
+ | `pa:feature-list` | - | List all features |
89
89
 
90
90
  **Examples:**
91
91
  ```
92
- /feature-start "User authentication"
93
- /feature-status
94
- /feature-pause --note "Waiting for design review"
95
- /feature-resume user-auth
96
- /feature-complete
92
+ pa:feature "User authentication"
93
+ pa:feature-status
94
+ pa:feature-pause --note "Waiting for design review"
95
+ pa:feature-resume user-auth
96
+ pa:feature-complete
97
97
  ```
98
98
 
99
99
  ---
@@ -102,16 +102,16 @@ When you type `/`, available commands are displayed:
102
102
 
103
103
  | Command | Hints | Description |
104
104
  |---------|-------|-------------|
105
- | `/fix` | `/fix-quick`, `/fix-hotfix`, `/fix-bug` | Fix commands |
106
- | `/fix-quick` | - | Quick bug fix mode |
107
- | `/hotfix` | - | Emergency hotfix |
108
- | `/fix-bug` | - | Standard bug fix |
105
+ | `pa:fix` | `pa:fix-quick`, `pa:hotfix`, `pa:fix-bug` | Fix commands |
106
+ | `pa:fix-quick` | - | Quick bug fix mode |
107
+ | `pa:hotfix` | - | Emergency hotfix |
108
+ | `pa:fix-bug` | - | Standard bug fix |
109
109
 
110
110
  **Examples:**
111
111
  ```
112
- /fix "Login button not responding"
113
- /fix-quick "Update config value"
114
- /hotfix "Critical security issue"
112
+ pa:fix "Login button not responding"
113
+ pa:fix-quick "Update config value"
114
+ pa:hotfix "Critical security issue"
115
115
  ```
116
116
 
117
117
  ---
@@ -120,18 +120,18 @@ When you type `/`, available commands are displayed:
120
120
 
121
121
  | Command | Hints | Description |
122
122
  |---------|-------|-------------|
123
- | `/qa` | `/qa-full`, `/qa-quick`, `/qa-security`, `/qa-perf` | QA commands |
124
- | `/qa-full` | - | Full quality check |
125
- | `/qa-quick` | - | Quick quality check |
126
- | `/qa-security` | - | Security focused QA |
127
- | `/qa-perf` | - | Performance focused QA |
123
+ | `pa:qa` | `pa:qa-full`, `pa:qa-quick`, `pa:qa-security`, `pa:qa-perf` | QA commands |
124
+ | `pa:qa-full` | - | Full quality check |
125
+ | `pa:qa-quick` | - | Quick quality check |
126
+ | `pa:qa-security` | - | Security focused QA |
127
+ | `pa:qa-perf` | - | Performance focused QA |
128
128
 
129
129
  **Examples:**
130
130
  ```
131
- /qa
132
- /qa-full
133
- /qa-security
134
- /qa-perf
131
+ pa:qa
132
+ pa:qa-full
133
+ pa:qa-security
134
+ pa:qa-perf
135
135
  ```
136
136
 
137
137
  ---
@@ -140,20 +140,20 @@ When you type `/`, available commands are displayed:
140
140
 
141
141
  | Command | Hints | Description |
142
142
  |---------|-------|-------------|
143
- | `/test` | `/test-unit`, `/test-integration`, `/test-e2e`, `/test-all` | Test commands |
144
- | `/test-unit` | - | Run unit tests |
145
- | `/test-integration` | - | Run integration tests |
146
- | `/test-e2e` | - | Run end-to-end tests |
147
- | `/test-all` | - | Run all tests |
148
- | `/test-affected` | - | Test affected files |
149
- | `/test-coverage` | - | Run with coverage |
143
+ | `pa:test` | `pa:test-unit`, `pa:test-integration`, `pa:test-e2e`, `pa:test-all` | Test commands |
144
+ | `pa:test-unit` | - | Run unit tests |
145
+ | `pa:test-integration` | - | Run integration tests |
146
+ | `pa:test-e2e` | - | Run end-to-end tests |
147
+ | `pa:test-all` | - | Run all tests |
148
+ | `pa:test-affected` | - | Test affected files |
149
+ | `pa:test-coverage` | - | Run with coverage |
150
150
 
151
151
  **Examples:**
152
152
  ```
153
- /test
154
- /test-all
155
- /test-affected
156
- /test-coverage
153
+ pa:test
154
+ pa:test-all
155
+ pa:test-affected
156
+ pa:test-coverage
157
157
  ```
158
158
 
159
159
  ---
@@ -162,20 +162,20 @@ When you type `/`, available commands are displayed:
162
162
 
163
163
  | Command | Hints | Description |
164
164
  |---------|-------|-------------|
165
- | `/doc` | `/doc-full`, `/doc-moderate`, `/doc-lite`, `/doc-module`, `/doc-file`, `/doc-api` | Doc commands |
166
- | `/doc-full` | - | Full in-depth docs |
167
- | `/doc-moderate` | - | Balanced docs |
168
- | `/doc-lite` | - | Quick reference |
169
- | `/doc-module` | - | Document specific module |
170
- | `/doc-file` | - | Document specific file |
171
- | `/doc-api` | - | API documentation |
165
+ | `pa:doc` | `pa:doc-full`, `pa:doc-moderate`, `pa:doc-lite`, `pa:doc-module`, `pa:doc-file`, `pa:doc-api` | Doc commands |
166
+ | `pa:doc-full` | - | Full in-depth docs |
167
+ | `pa:doc-moderate` | - | Balanced docs |
168
+ | `pa:doc-lite` | - | Quick reference |
169
+ | `pa:doc-module` | - | Document specific module |
170
+ | `pa:doc-file` | - | Document specific file |
171
+ | `pa:doc-api` | - | API documentation |
172
172
 
173
173
  **Examples:**
174
174
  ```
175
- /doc
176
- /doc-full
177
- /doc-module auth
178
- /doc-file src/services/AuthService.ts
175
+ pa:doc
176
+ pa:doc-full
177
+ pa:doc-module auth
178
+ pa:doc-file src/services/AuthService.ts
179
179
  ```
180
180
 
181
181
  ---
@@ -184,19 +184,19 @@ When you type `/`, available commands are displayed:
184
184
 
185
185
  | Command | Hints | Description |
186
186
  |---------|-------|-------------|
187
- | `/analyze` | `/analyze-full`, `/analyze-moderate`, `/analyze-lite`, `/analyze-module`, `/analyze-deps` | Analysis commands |
188
- | `/analyze-full` | - | Deep codebase analysis |
189
- | `/analyze-moderate` | - | Moderate analysis |
190
- | `/analyze-lite` | - | Quick overview |
191
- | `/analyze-deps` | - | Dependency analysis |
192
- | `/analyze-security` | - | Security analysis |
187
+ | `pa:analyze` | `pa:analyze-full`, `pa:analyze-moderate`, `pa:analyze-lite`, `pa:analyze-module`, `pa:analyze-deps` | Analysis commands |
188
+ | `pa:analyze-full` | - | Deep codebase analysis |
189
+ | `pa:analyze-moderate` | - | Moderate analysis |
190
+ | `pa:analyze-lite` | - | Quick overview |
191
+ | `pa:analyze-deps` | - | Dependency analysis |
192
+ | `pa:analyze-security` | - | Security analysis |
193
193
 
194
194
  **Examples:**
195
195
  ```
196
- /analyze
197
- /analyze-full
198
- /analyze-module auth
199
- /analyze-deps
196
+ pa:analyze
197
+ pa:analyze-full
198
+ pa:analyze-module auth
199
+ pa:analyze-deps
200
200
  ```
201
201
 
202
202
  ---
@@ -205,21 +205,21 @@ When you type `/`, available commands are displayed:
205
205
 
206
206
  | Command | Hints | Description |
207
207
  |---------|-------|-------------|
208
- | `/commit` | `/commit-feat`, `/commit-fix`, `/commit-docs`, `/commit-refactor` | Commit commands |
209
- | `/commit-feat` | - | Feature commit |
210
- | `/commit-fix` | - | Fix commit |
211
- | `/commit-docs` | - | Documentation commit |
212
- | `/commit-refactor` | - | Refactor commit |
213
- | `/branch` | `/branch-feature`, `/branch-hotfix`, `/branch-release` | Branch commands |
214
- | `/pr` | `/pr-create`, `/pr-update`, `/pr-merge` | PR commands |
208
+ | `pa:commit` | `pa:commit-feat`, `pa:commit-fix`, `pa:commit-docs`, `pa:commit-refactor` | Commit commands |
209
+ | `pa:commit-feat` | - | Feature commit |
210
+ | `pa:commit-fix` | - | Fix commit |
211
+ | `pa:commit-docs` | - | Documentation commit |
212
+ | `pa:commit-refactor` | - | Refactor commit |
213
+ | `pa:branch` | `pa:branch-feature`, `pa:branch-hotfix`, `pa:branch-release` | Branch commands |
214
+ | `pa:pr` | `pa:pr-create`, `pa:pr-update`, `pa:pr-merge` | PR commands |
215
215
 
216
216
  **Examples:**
217
217
  ```
218
- /commit "Add login validation"
219
- /commit-feat "Add user authentication"
220
- /commit-fix "Fix token expiration"
221
- /branch-feature user-dashboard
222
- /pr-create
218
+ pa:commit "Add login validation"
219
+ pa:commit-feat "Add user authentication"
220
+ pa:commit-fix "Fix token expiration"
221
+ pa:branch-feature user-dashboard
222
+ pa:pr-create
223
223
  ```
224
224
 
225
225
  ---
@@ -228,19 +228,19 @@ When you type `/`, available commands are displayed:
228
228
 
229
229
  | Command | Hints | Description |
230
230
  |---------|-------|-------------|
231
- | `/deploy` | `/deploy-staging`, `/deploy-prod`, `/deploy-check` | Deploy commands |
232
- | `/deploy-staging` | - | Deploy to staging |
233
- | `/deploy-prod` | - | Deploy to production |
234
- | `/deploy-check` | - | Pre-deployment check |
235
- | `/rollback` | `/rollback-quick`, `/rollback-full` | Rollback commands |
231
+ | `pa:deploy` | `pa:deploy-staging`, `pa:deploy-prod`, `pa:deploy-check` | Deploy commands |
232
+ | `pa:deploy-staging` | - | Deploy to staging |
233
+ | `pa:deploy-prod` | - | Deploy to production |
234
+ | `pa:deploy-check` | - | Pre-deployment check |
235
+ | `pa:rollback` | `pa:rollback-quick`, `pa:rollback-full` | Rollback commands |
236
236
 
237
237
  **Examples:**
238
238
  ```
239
- /deploy-staging
240
- /deploy-prod
241
- /deploy-check
242
- /rollback production
243
- /rollback-quick
239
+ pa:deploy-staging
240
+ pa:deploy-prod
241
+ pa:deploy-check
242
+ pa:rollback production
243
+ pa:rollback-quick
244
244
  ```
245
245
 
246
246
  ---
@@ -249,18 +249,18 @@ When you type `/`, available commands are displayed:
249
249
 
250
250
  | Command | Hints | Description |
251
251
  |---------|-------|-------------|
252
- | `/report` | `/report-velocity`, `/report-quality`, `/report-coverage`, `/report-security` | Report commands |
253
- | `/report-velocity` | - | Development speed |
254
- | `/report-quality` | - | Code quality |
255
- | `/report-coverage` | - | Test coverage |
256
- | `/report-security` | - | Security status |
252
+ | `pa:report` | `pa:report-velocity`, `pa:report-quality`, `pa:report-coverage`, `pa:report-security` | Report commands |
253
+ | `pa:report-velocity` | - | Development speed |
254
+ | `pa:report-quality` | - | Code quality |
255
+ | `pa:report-coverage` | - | Test coverage |
256
+ | `pa:report-security` | - | Security status |
257
257
 
258
258
  **Examples:**
259
259
  ```
260
- /report
261
- /report-velocity --period week
262
- /report-quality
263
- /report-coverage
260
+ pa:report
261
+ pa:report-velocity --period week
262
+ pa:report-quality
263
+ pa:report-coverage
264
264
  ```
265
265
 
266
266
  ---
@@ -269,17 +269,17 @@ When you type `/`, available commands are displayed:
269
269
 
270
270
  | Command | Hints | Description |
271
271
  |---------|-------|-------------|
272
- | `/collab` | `/collab-start`, `/collab-join`, `/collab-leave` | Collaboration |
273
- | `/collab-start` | - | Start session |
274
- | `/collab-join` | - | Join session |
275
- | `/collab-leave` | - | Leave session |
276
- | `/collab-invite` | - | Invite collaborator |
272
+ | `pa:collab` | `pa:collab-start`, `pa:collab-join`, `pa:collab-leave` | Collaboration |
273
+ | `pa:collab-start` | - | Start session |
274
+ | `pa:collab-join` | - | Join session |
275
+ | `pa:collab-leave` | - | Leave session |
276
+ | `pa:collab-invite` | - | Invite collaborator |
277
277
 
278
278
  **Examples:**
279
279
  ```
280
- /collab-start --feature user-auth
281
- /collab-join session-123
282
- /collab-invite dev@email.com
280
+ pa:collab-start --feature user-auth
281
+ pa:collab-join session-123
282
+ pa:collab-invite dev@email.com
283
283
  ```
284
284
 
285
285
  ---
@@ -288,20 +288,20 @@ When you type `/`, available commands are displayed:
288
288
 
289
289
  | Command | Description |
290
290
  |---------|-------------|
291
- | `/status` | Show workflow status |
292
- | `/mode` | Show/change workflow mode |
293
- | `/phase` | Show/change current phase |
294
- | `/doctor` | Health check |
295
- | `/clean` | Clean temporary files |
296
- | `/version` | Show version |
291
+ | `pa:status` | Show workflow status |
292
+ | `pa:mode` | Show/change workflow mode |
293
+ | `pa:phase` | Show/change current phase |
294
+ | `pa:doctor` | Health check |
295
+ | `pa:clean` | Clean temporary files |
296
+ | `pa:version` | Show version |
297
297
 
298
298
  **Examples:**
299
299
  ```
300
- /status
301
- /status --all
302
- /mode bug-fix
303
- /phase implementation
304
- /doctor
300
+ pa:status
301
+ pa:status --all
302
+ pa:mode bug-fix
303
+ pa:phase implementation
304
+ pa:doctor
305
305
  ```
306
306
 
307
307
  ---
@@ -313,35 +313,35 @@ Commands adapt to your current context:
313
313
  ### During Feature Development
314
314
 
315
315
  ```
316
- / → Prioritizes: /feature-status, /test, /commit
316
+ pa: → Prioritizes: pa:feature-status, pa:test, pa:commit
317
317
 
318
318
  Available:
319
- /feature-status - Check progress
320
- /test-affected - Test changes
321
- /commit - Commit changes
322
- /phase-next - Move to next phase
319
+ pa:feature-status - Check progress
320
+ pa:test-affected - Test changes
321
+ pa:commit - Commit changes
322
+ pa:phase-next - Move to next phase
323
323
  ```
324
324
 
325
325
  ### After Tests Pass
326
326
 
327
327
  ```
328
- / → Suggests: /deploy, /pr-create
328
+ pa: → Suggests: pa:deploy, pa:pr-create
329
329
 
330
330
  Available:
331
- /deploy-staging - Deploy to staging
332
- /pr-create - Create pull request
333
- /doc-update - Update documentation
331
+ pa:deploy-staging - Deploy to staging
332
+ pa:pr-create - Create pull request
333
+ pa:doc-update - Update documentation
334
334
  ```
335
335
 
336
336
  ### In Bug Fix Mode
337
337
 
338
338
  ```
339
- / → Prioritizes: /fix-complete, /test, /commit-fix
339
+ pa: → Prioritizes: pa:fix-complete, pa:test, pa:commit-fix
340
340
 
341
341
  Available:
342
- /test-affected - Test fix
343
- /commit-fix - Commit fix
344
- /fix-complete - Complete bug fix
342
+ pa:test-affected - Test fix
343
+ pa:commit-fix - Commit fix
344
+ pa:fix-complete - Complete bug fix
345
345
  ```
346
346
 
347
347
  ---
@@ -351,62 +351,62 @@ Available:
351
351
  ### Sequential Commands
352
352
 
353
353
  ```
354
- /test && /deploy
354
+ pa:test && pa:deploy
355
355
  # Run tests, then deploy if tests pass
356
356
 
357
- /qa && /deploy || /rollback
357
+ pa:qa && pa:deploy || pa:rollback
358
358
  # QA check, deploy if pass, rollback if fail
359
359
  ```
360
360
 
361
361
  ### Pipeline Commands
362
362
 
363
363
  ```
364
- /test → /doc → /commit → /pr-create
364
+ pa:test → pa:doc → pa:commit → pa:pr-create
365
365
  # Full sequence from test to PR
366
366
  ```
367
367
 
368
368
  ---
369
369
 
370
- ## Custom Slash Commands
370
+ ## Custom Commands
371
371
 
372
372
  Define your own commands in config:
373
373
 
374
374
  ```yaml
375
375
  # proagents.config.yaml
376
376
  custom_commands:
377
- "/ship":
377
+ "pa:ship":
378
378
  description: "Full deployment workflow"
379
- hints: ["/ship-staging", "/ship-prod"]
379
+ hints: ["pa:ship-staging", "pa:ship-prod"]
380
380
  steps:
381
- - "/test-all"
382
- - "/qa-full"
383
- - "/deploy-prod"
381
+ - "pa:test-all"
382
+ - "pa:qa-full"
383
+ - "pa:deploy-prod"
384
384
 
385
- "/morning":
385
+ "pa:morning":
386
386
  description: "Daily start routine"
387
387
  steps:
388
- - "/status"
389
- - "/feature-list"
388
+ - "pa:status"
389
+ - "pa:feature-list"
390
390
 
391
- "/friday":
391
+ "pa:friday":
392
392
  description: "End of week"
393
393
  steps:
394
- - "/doc-moderate"
395
- - "/report-velocity"
394
+ - "pa:doc-moderate"
395
+ - "pa:report-velocity"
396
396
 
397
- "/ci":
397
+ "pa:ci":
398
398
  description: "CI pipeline"
399
399
  steps:
400
- - "/lint"
401
- - "/test-all"
402
- - "/qa-security"
400
+ - "pa:lint"
401
+ - "pa:test-all"
402
+ - "pa:qa-security"
403
403
  ```
404
404
 
405
405
  **Using Custom Commands:**
406
406
  ```
407
- /ship-staging
408
- /morning
409
- /ci
407
+ pa:ship-staging
408
+ pa:morning
409
+ pa:ci
410
410
  ```
411
411
 
412
412
  ---
@@ -415,16 +415,16 @@ custom_commands:
415
415
 
416
416
  ### Claude (Claude Code)
417
417
 
418
- Native support for all slash commands:
418
+ Native support for all pa: commands:
419
419
  ```
420
- /feature-start "Add authentication"
420
+ pa:feature "Add authentication"
421
421
  ```
422
422
 
423
423
  ### ChatGPT
424
424
 
425
425
  Enable via Custom Instructions or GPTs:
426
426
  ```
427
- When user types /command, interpret as ProAgents workflow command
427
+ When user types pa:command, interpret as ProAgents workflow command
428
428
  ```
429
429
 
430
430
  ### GitHub Copilot
@@ -433,7 +433,7 @@ Via Custom Commands configuration:
433
433
  ```json
434
434
  {
435
435
  "commands": {
436
- "/pa": "proagents"
436
+ "pa:": "proagents"
437
437
  }
438
438
  }
439
439
  ```
@@ -449,25 +449,25 @@ Native command support in Cursor settings.
449
449
  ### Positional Arguments
450
450
 
451
451
  ```
452
- /feature-start "Feature Name"
453
- /doc-module auth
454
- /commit-fix "Fix login bug"
452
+ pa:feature "Feature Name"
453
+ pa:doc-module auth
454
+ pa:commit-fix "Fix login bug"
455
455
  ```
456
456
 
457
457
  ### Named Arguments
458
458
 
459
459
  ```
460
- /feature-start "Auth" --mode full --branch custom-branch
461
- /deploy staging --skip-tests
462
- /test --coverage --verbose
460
+ pa:feature "Auth" --mode full --branch custom-branch
461
+ pa:deploy staging --skip-tests
462
+ pa:test --coverage --verbose
463
463
  ```
464
464
 
465
465
  ### Flags
466
466
 
467
467
  ```
468
- /qa --full
469
- /test --watch
470
- /deploy --dry-run
468
+ pa:qa --full
469
+ pa:test --watch
470
+ pa:deploy --dry-run
471
471
  ```
472
472
 
473
473
  ---
@@ -477,31 +477,31 @@ Native command support in Cursor settings.
477
477
  ### Most Used Commands
478
478
 
479
479
  ```
480
- /feature-start "name" → Start new feature
481
- /status → Check status
482
- /test → Run tests
483
- /qa → Quality check
484
- /commit → Create commit
485
- /pr-create → Create PR
486
- /deploy-staging → Deploy to staging
480
+ pa:feature "name" → Start new feature
481
+ pa:status → Check status
482
+ pa:test → Run tests
483
+ pa:qa → Quality check
484
+ pa:commit → Create commit
485
+ pa:pr-create → Create PR
486
+ pa:deploy-staging → Deploy to staging
487
487
  ```
488
488
 
489
489
  ### Feature Workflow
490
490
 
491
491
  ```
492
- /feature-start "name" → Begin
493
- /analyze → Analyze codebase
494
- /test → Run tests
495
- /doc → Generate docs
496
- /feature-complete → Finish
497
- /pr-create → Create PR
492
+ pa:feature "name" → Begin
493
+ pa:analyze → Analyze codebase
494
+ pa:test → Run tests
495
+ pa:doc → Generate docs
496
+ pa:feature-complete → Finish
497
+ pa:pr-create → Create PR
498
498
  ```
499
499
 
500
500
  ### Bug Fix Workflow
501
501
 
502
502
  ```
503
- /fix "description" → Start fix
504
- /test-affected → Test changes
505
- /commit-fix → Commit
506
- /pr-create --draft → Create draft PR
503
+ pa:fix "description" → Start fix
504
+ pa:test-affected → Test changes
505
+ pa:commit-fix → Commit
506
+ pa:pr-create --draft → Create draft PR
507
507
  ```