proagents 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/lib/commands/init.js +122 -11
  2. package/package.json +1 -1
  3. package/proagents/PROAGENTS.md +54 -0
  4. package/proagents/README.md +17 -17
  5. package/proagents/WORKFLOW.md +110 -110
  6. package/proagents/active-features/README.md +9 -9
  7. package/proagents/adr/README.md +15 -15
  8. package/proagents/api-versioning/changelog-template.md +4 -4
  9. package/proagents/api-versioning/deprecation-workflow.md +6 -6
  10. package/proagents/api-versioning/versioning-strategy.md +5 -5
  11. package/proagents/automation/ai-behavior-rules.md +1 -1
  12. package/proagents/automation/auto-decisions.md +6 -6
  13. package/proagents/cache/README.md +1 -1
  14. package/proagents/changelog/README.md +16 -16
  15. package/proagents/changelog/entry-template.md +4 -4
  16. package/proagents/cli/README.md +1 -1
  17. package/proagents/cli/slash-commands.md +202 -202
  18. package/proagents/collaboration/sessions.md +6 -6
  19. package/proagents/config/integrations/README.md +1 -1
  20. package/proagents/contract-testing/README.md +5 -5
  21. package/proagents/contract-testing/schema-validation.md +6 -6
  22. package/proagents/cost/cost-template.md +6 -6
  23. package/proagents/cost/estimation-framework.md +5 -5
  24. package/proagents/database/migration-workflow.md +6 -6
  25. package/proagents/database/rollback-scripts.md +6 -6
  26. package/proagents/database/safety-checks.md +6 -6
  27. package/proagents/examples/backend-nodejs/workflow-example.md +1 -1
  28. package/proagents/examples/web-frontend-react/workflow-example.md +1 -1
  29. package/proagents/existing-projects/README.md +3 -3
  30. package/proagents/existing-projects/challenges.md +1 -1
  31. package/proagents/existing-projects/coexistence-mode.md +8 -8
  32. package/proagents/existing-projects/compatibility-assessment.md +12 -12
  33. package/proagents/existing-projects/gradual-adoption.md +14 -14
  34. package/proagents/existing-projects/migration-strategies.md +7 -7
  35. package/proagents/existing-projects/pattern-reconciliation.md +10 -10
  36. package/proagents/existing-projects/team-onboarding.md +23 -23
  37. package/proagents/existing-projects/technical-debt-handling.md +24 -24
  38. package/proagents/getting-started/README.md +3 -3
  39. package/proagents/getting-started/ai-training-setup.md +24 -24
  40. package/proagents/getting-started/pm-integration.md +22 -22
  41. package/proagents/getting-started/prompt-engineering.md +4 -4
  42. package/proagents/getting-started/team-onboarding.md +5 -5
  43. package/proagents/git/branch-strategy.md +10 -10
  44. package/proagents/git/commit-conventions.md +5 -5
  45. package/proagents/git/pr-workflow.md +5 -5
  46. package/proagents/git/rollback-procedures.md +7 -7
  47. package/proagents/ide-integration/README.md +1 -1
  48. package/proagents/ide-integration/cline-config.md +10 -10
  49. package/proagents/ide-integration/continue-config.md +1 -1
  50. package/proagents/ide-integration/cursor-rules.md +10 -10
  51. package/proagents/ide-integration/github-copilot.md +4 -4
  52. package/proagents/ide-integration/windsurf-rules.md +9 -9
  53. package/proagents/learning/adaptation.md +10 -10
  54. package/proagents/learning/data-collection.md +9 -9
  55. package/proagents/learning/reports.md +14 -14
  56. package/proagents/metrics/README.md +6 -6
  57. package/proagents/metrics/code-quality-kpis.md +6 -6
  58. package/proagents/metrics/deployment-metrics.md +6 -6
  59. package/proagents/metrics/developer-productivity.md +5 -5
  60. package/proagents/metrics/learning-effectiveness.md +6 -6
  61. package/proagents/migrations/from-claude-projects.md +7 -6
  62. package/proagents/migrations/from-cursor-rules.md +1 -1
  63. package/proagents/notifications/templates.md +3 -3
  64. package/proagents/parallel-features/README.md +5 -5
  65. package/proagents/parallel-features/conflict-detection.md +6 -6
  66. package/proagents/parallel-features/dependency-management.md +7 -7
  67. package/proagents/parallel-features/merge-coordination.md +8 -8
  68. package/proagents/parallel-features/tracking-system.md +7 -7
  69. package/proagents/performance/bundle-analysis.md +4 -4
  70. package/proagents/performance/load-testing.md +7 -7
  71. package/proagents/performance/runtime-metrics.md +6 -6
  72. package/proagents/performance/web-vitals.md +6 -6
  73. package/proagents/plugins/README.md +1 -1
  74. package/proagents/plugins/creating-plugins.md +1 -1
  75. package/proagents/plugins/plugin-api.md +2 -2
  76. package/proagents/plugins/plugin-registry.md +3 -3
  77. package/proagents/proagents.config.yaml +32 -9
  78. package/proagents/prompts/00-init-wizard.md +18 -18
  79. package/proagents/prompts/00-init.md +93 -93
  80. package/proagents/prompts/01-analysis.md +5 -5
  81. package/proagents/prompts/02-requirements.md +8 -8
  82. package/proagents/prompts/03-ui-design.md +14 -14
  83. package/proagents/prompts/04-planning.md +10 -10
  84. package/proagents/prompts/05-implementation.md +10 -10
  85. package/proagents/prompts/06-testing.md +14 -14
  86. package/proagents/prompts/06.5-code-review.md +8 -8
  87. package/proagents/prompts/07-documentation.md +142 -20
  88. package/proagents/prompts/08-deployment.md +12 -12
  89. package/proagents/prompts/09-rollback.md +12 -12
  90. package/proagents/prompts/README.md +4 -4
  91. package/proagents/prompts/accessibility/README.md +6 -6
  92. package/proagents/prompts/accessibility/audit.md +3 -3
  93. package/proagents/prompts/accessibility/wcag.md +1 -1
  94. package/proagents/prompts/debugging/README.md +4 -4
  95. package/proagents/prompts/debugging/performance-debug.md +5 -5
  96. package/proagents/prompts/debugging/systematic.md +4 -4
  97. package/proagents/prompts/performance/README.md +4 -4
  98. package/proagents/prompts/performance/analyze.md +4 -4
  99. package/proagents/prompts/refactoring/README.md +4 -4
  100. package/proagents/prompts/refactoring/code-smells.md +9 -9
  101. package/proagents/prompts/refactoring/patterns.md +6 -6
  102. package/proagents/prompts/security-audit/README.md +6 -6
  103. package/proagents/prompts/security-audit/code-review.md +5 -5
  104. package/proagents/reverse-engineering/README.md +21 -21
  105. package/proagents/reverse-engineering/architecture-extraction.md +6 -6
  106. package/proagents/reverse-engineering/code-analysis.md +6 -6
  107. package/proagents/reverse-engineering/dependency-mapping.md +10 -10
  108. package/proagents/reverse-engineering/diagram-generation.md +9 -9
  109. package/proagents/reverse-engineering/documentation-generation.md +7 -7
  110. package/proagents/reverse-engineering/pattern-detection.md +8 -8
  111. package/proagents/reverse-engineering/quality-assessment.md +10 -10
  112. package/proagents/rules/README.md +7 -7
  113. package/proagents/rules/custom-rules.md +8 -8
  114. package/proagents/runbooks/README.md +9 -9
  115. package/proagents/runbooks/dependency-vulnerability.md +4 -4
  116. package/proagents/runbooks/incident-response.md +12 -12
  117. package/proagents/runbooks/performance-degradation.md +5 -5
  118. package/proagents/runbooks/production-debugging.md +5 -5
  119. package/proagents/scaffolding/nextjs/README.md +10 -10
  120. package/proagents/scaffolding/nodejs/README.md +10 -10
  121. package/proagents/scaffolding/project-types.md +7 -7
  122. package/proagents/scaffolding/react/README.md +6 -6
  123. package/proagents/scaffolding/react-native/README.md +10 -10
  124. package/proagents/security/owasp-checklist.md +3 -3
  125. package/proagents/security/sast-guide.md +6 -6
  126. package/proagents/security/security-report-template.md +5 -5
  127. package/proagents/security/vulnerability-scanning.md +6 -6
  128. package/proagents/slash-commands.json +50 -75
  129. package/proagents/standards/README.md +4 -4
  130. package/proagents/standards/architecture-patterns.md +10 -10
  131. package/proagents/standards/naming-conventions-template.md +4 -4
  132. package/proagents/standards/override-system.md +8 -8
  133. package/proagents/team/code-ownership.md +4 -4
  134. package/proagents/team/communication-templates.md +6 -6
  135. package/proagents/team/handoff-protocol.md +4 -4
  136. package/proagents/team/ide-setup/cursor.md +1 -1
  137. package/proagents/templates/README.md +1 -1
  138. package/proagents/templates/release-notes.md +214 -0
  139. package/proagents/ui-integration/figma-guide.md +3 -3
  140. package/proagents/ui-integration/manual-export-guide.md +2 -2
  141. package/proagents/ui-integration/sketch-interpretation.md +2 -2
  142. package/proagents/webhooks/events.md +3 -3
  143. package/proagents/workflow-modes/README.md +11 -11
  144. package/proagents/workflow-modes/deferred-tracking.md +12 -12
  145. package/proagents/workflow-modes/entry-modes.md +16 -16
  146. package/proagents/workflow-modes/guardrails.md +7 -7
  147. package/proagents/workflow-modes/mode-detection.md +7 -7
  148. package/proagents/workflow-modes/mode-switching.md +9 -9
@@ -1,13 +1,13 @@
1
- # ProAgents Slash Commands Reference
1
+ # ProAgents Commands Reference
2
2
 
3
- ## How Slash Commands Work
3
+ ## How Commands Work
4
4
 
5
- Type `/` to see available commands. As you type more, hints filter to show related commands.
5
+ Type `pa:` to see available commands. As you type more, hints filter to show related commands.
6
6
 
7
7
  ```
8
- / -> Shows all categories
9
- /d -> Shows: /doc, /deploy, /doctor
10
- /doc -> Shows: /doc-full, /doc-moderate, /doc-lite...
8
+ pa: -> Shows all categories
9
+ pa:d -> Shows: pa:doc, pa:deploy, pa:doctor
10
+ pa:doc -> Shows: pa:doc-full, pa:doc-moderate, pa:doc-lite...
11
11
  ```
12
12
 
13
13
  ---
@@ -18,13 +18,13 @@ Type `/` to see available commands. As you type more, hints filter to show relat
18
18
 
19
19
  | Command | Description |
20
20
  |---------|-------------|
21
- | `/init` | Initialize ProAgents in this project |
22
- | `/setup` | Run interactive setup wizard |
23
- | `/config` | Show/edit configuration |
24
- | `/help` | Show all available commands |
25
- | `/status` | Show workflow status |
26
- | `/version` | Show ProAgents version |
27
- | `/doctor` | Run health check |
21
+ | `pa:init` | Initialize ProAgents in this project |
22
+ | `pa:setup` | Run interactive setup wizard |
23
+ | `pa:config` | Show/edit configuration |
24
+ | `pa:help` | Show all available commands |
25
+ | `pa:status` | Show workflow status |
26
+ | `pa:version` | Show ProAgents version |
27
+ | `pa:doctor` | Run health check |
28
28
 
29
29
  ---
30
30
 
@@ -32,17 +32,17 @@ Type `/` to see available commands. As you type more, hints filter to show relat
32
32
 
33
33
  | Command | Description |
34
34
  |---------|-------------|
35
- | `/feature` | Show feature commands |
36
- | `/feature-start "name"` | Start new feature |
37
- | `/feature-status` | Current feature status |
38
- | `/feature-pause` | Pause current feature |
39
- | `/feature-resume` | Resume paused feature |
40
- | `/feature-complete` | Mark feature complete |
41
- | `/feature-list` | List all features |
35
+ | `pa:feature` | Show feature commands |
36
+ | `pa:feature "name"` | Start new feature |
37
+ | `pa:feature-status` | Current feature status |
38
+ | `pa:feature-pause` | Pause current feature |
39
+ | `pa:feature-resume` | Resume paused feature |
40
+ | `pa:feature-complete` | Mark feature complete |
41
+ | `pa:feature-list` | List all features |
42
42
 
43
43
  **Usage:**
44
44
  ```
45
- /feature-start "Add user authentication"
45
+ pa:feature "Add user authentication"
46
46
  ```
47
47
 
48
48
  ---
@@ -51,14 +51,14 @@ Type `/` to see available commands. As you type more, hints filter to show relat
51
51
 
52
52
  | Command | Description |
53
53
  |---------|-------------|
54
- | `/fix` | Show fix commands |
55
- | `/fix-quick "description"` | Quick bug fix mode |
56
- | `/hotfix "description"` | Emergency hotfix |
57
- | `/fix-upgrade` | Upgrade to full workflow |
54
+ | `pa:fix` | Show fix commands |
55
+ | `pa:fix-quick "description"` | Quick bug fix mode |
56
+ | `pa:hotfix "description"` | Emergency hotfix |
57
+ | `pa:fix-upgrade` | Upgrade to full workflow |
58
58
 
59
59
  **Usage:**
60
60
  ```
61
- /fix-quick "Login button not working"
61
+ pa:fix-quick "Login button not working"
62
62
  ```
63
63
 
64
64
  ---
@@ -67,11 +67,11 @@ Type `/` to see available commands. As you type more, hints filter to show relat
67
67
 
68
68
  | Command | Description |
69
69
  |---------|-------------|
70
- | `/qa` | Show QA commands |
71
- | `/qa-full` | Full quality check |
72
- | `/qa-quick` | Quick quality check |
73
- | `/qa-security` | Security focused QA |
74
- | `/qa-perf` | Performance focused QA |
70
+ | `pa:qa` | Show QA commands |
71
+ | `pa:qa-full` | Full quality check |
72
+ | `pa:qa-quick` | Quick quality check |
73
+ | `pa:qa-security` | Security focused QA |
74
+ | `pa:qa-perf` | Performance focused QA |
75
75
 
76
76
  ---
77
77
 
@@ -79,12 +79,12 @@ Type `/` to see available commands. As you type more, hints filter to show relat
79
79
 
80
80
  | Command | Description |
81
81
  |---------|-------------|
82
- | `/test` | Show test commands |
83
- | `/test-unit` | Run unit tests |
84
- | `/test-integration` | Run integration tests |
85
- | `/test-e2e` | Run end-to-end tests |
86
- | `/test-all` | Run all tests |
87
- | `/test-coverage` | Show coverage report |
82
+ | `pa:test` | Show test commands |
83
+ | `pa:test-unit` | Run unit tests |
84
+ | `pa:test-integration` | Run integration tests |
85
+ | `pa:test-e2e` | Run end-to-end tests |
86
+ | `pa:test-all` | Run all tests |
87
+ | `pa:test-coverage` | Show coverage report |
88
88
 
89
89
  ---
90
90
 
@@ -92,19 +92,19 @@ Type `/` to see available commands. As you type more, hints filter to show relat
92
92
 
93
93
  | Command | Description |
94
94
  |---------|-------------|
95
- | `/doc` | Show documentation commands |
96
- | `/doc-full` | Full in-depth documentation |
97
- | `/doc-moderate` | Balanced documentation |
98
- | `/doc-lite` | Quick reference |
99
- | `/doc-module [name]` | Document specific module |
100
- | `/doc-file [path]` | Document specific file |
101
- | `/doc-api` | API documentation |
95
+ | `pa:doc` | Show documentation commands |
96
+ | `pa:doc-full` | Full in-depth documentation |
97
+ | `pa:doc-moderate` | Balanced documentation |
98
+ | `pa:doc-lite` | Quick reference |
99
+ | `pa:doc-module [name]` | Document specific module |
100
+ | `pa:doc-file [path]` | Document specific file |
101
+ | `pa:doc-api` | API documentation |
102
102
 
103
103
  **Usage:**
104
104
  ```
105
- /doc-full
106
- /doc-module auth
107
- /doc-file ./src/services/AuthService.ts
105
+ pa:doc-full
106
+ pa:doc-module auth
107
+ pa:doc-file ./src/services/AuthService.ts
108
108
  ```
109
109
 
110
110
  ---
@@ -113,12 +113,12 @@ Type `/` to see available commands. As you type more, hints filter to show relat
113
113
 
114
114
  | Command | Description |
115
115
  |---------|-------------|
116
- | `/analyze` | Show analysis commands |
117
- | `/analyze-full` | Deep codebase analysis |
118
- | `/analyze-moderate` | Moderate analysis |
119
- | `/analyze-lite` | Quick overview |
120
- | `/analyze-module [name]` | Analyze specific module |
121
- | `/analyze-deps` | Dependency analysis |
116
+ | `pa:analyze` | Show analysis commands |
117
+ | `pa:analyze-full` | Deep codebase analysis |
118
+ | `pa:analyze-moderate` | Moderate analysis |
119
+ | `pa:analyze-lite` | Quick overview |
120
+ | `pa:analyze-module [name]` | Analyze specific module |
121
+ | `pa:analyze-deps` | Dependency analysis |
122
122
 
123
123
  ---
124
124
 
@@ -126,17 +126,17 @@ Type `/` to see available commands. As you type more, hints filter to show relat
126
126
 
127
127
  | Command | Description |
128
128
  |---------|-------------|
129
- | `/commit` | Show commit commands |
130
- | `/commit-feat` | Feature commit |
131
- | `/commit-fix` | Fix commit |
132
- | `/commit-docs` | Documentation commit |
133
- | `/commit-refactor` | Refactoring commit |
134
- | `/branch` | Show branch commands |
135
- | `/branch-feature` | Create feature branch |
136
- | `/branch-hotfix` | Create hotfix branch |
137
- | `/pr` | Show PR commands |
138
- | `/pr-create` | Create pull request |
139
- | `/pr-update` | Update pull request |
129
+ | `pa:commit` | Show commit commands |
130
+ | `pa:commit-feat` | Feature commit |
131
+ | `pa:commit-fix` | Fix commit |
132
+ | `pa:commit-docs` | Documentation commit |
133
+ | `pa:commit-refactor` | Refactoring commit |
134
+ | `pa:branch` | Show branch commands |
135
+ | `pa:branch-feature` | Create feature branch |
136
+ | `pa:branch-hotfix` | Create hotfix branch |
137
+ | `pa:pr` | Show PR commands |
138
+ | `pa:pr-create` | Create pull request |
139
+ | `pa:pr-update` | Update pull request |
140
140
 
141
141
  ---
142
142
 
@@ -144,13 +144,13 @@ Type `/` to see available commands. As you type more, hints filter to show relat
144
144
 
145
145
  | Command | Description |
146
146
  |---------|-------------|
147
- | `/deploy` | Show deploy commands |
148
- | `/deploy-staging` | Deploy to staging |
149
- | `/deploy-prod` | Deploy to production |
150
- | `/deploy-check` | Pre-deployment check |
151
- | `/rollback` | Show rollback commands |
152
- | `/rollback-quick` | Quick rollback |
153
- | `/rollback-full` | Full rollback procedure |
147
+ | `pa:deploy` | Show deploy commands |
148
+ | `pa:deploy-staging` | Deploy to staging |
149
+ | `pa:deploy-prod` | Deploy to production |
150
+ | `pa:deploy-check` | Pre-deployment check |
151
+ | `pa:rollback` | Show rollback commands |
152
+ | `pa:rollback-quick` | Quick rollback |
153
+ | `pa:rollback-full` | Full rollback procedure |
154
154
 
155
155
  ---
156
156
 
@@ -158,12 +158,12 @@ Type `/` to see available commands. As you type more, hints filter to show relat
158
158
 
159
159
  | Command | Description |
160
160
  |---------|-------------|
161
- | `/report` | Show report commands |
162
- | `/report-velocity` | Development velocity |
163
- | `/report-quality` | Code quality metrics |
164
- | `/report-coverage` | Test coverage |
165
- | `/report-security` | Security report |
166
- | `/report-deps` | Dependency status |
161
+ | `pa:report` | Show report commands |
162
+ | `pa:report-velocity` | Development velocity |
163
+ | `pa:report-quality` | Code quality metrics |
164
+ | `pa:report-coverage` | Test coverage |
165
+ | `pa:report-security` | Security report |
166
+ | `pa:report-deps` | Dependency status |
167
167
 
168
168
  ---
169
169
 
@@ -171,10 +171,10 @@ Type `/` to see available commands. As you type more, hints filter to show relat
171
171
 
172
172
  | Command | Description |
173
173
  |---------|-------------|
174
- | `/collab` | Show collaboration commands |
175
- | `/collab-start` | Start collaboration session |
176
- | `/collab-join [id]` | Join existing session |
177
- | `/collab-leave` | Leave current session |
174
+ | `pa:collab` | Show collaboration commands |
175
+ | `pa:collab-start` | Start collaboration session |
176
+ | `pa:collab-join [id]` | Join existing session |
177
+ | `pa:collab-leave` | Leave current session |
178
178
 
179
179
  ---
180
180
 
@@ -184,18 +184,18 @@ Define your own commands in `proagents.config.yaml`:
184
184
 
185
185
  ```yaml
186
186
  custom_commands:
187
- "/ship":
187
+ "pa:ship":
188
188
  description: "Full deployment workflow"
189
189
  steps:
190
- - "/test-all"
191
- - "/qa-full"
192
- - "/deploy-prod"
190
+ - "pa:test-all"
191
+ - "pa:qa-full"
192
+ - "pa:deploy-prod"
193
193
 
194
- "/morning":
194
+ "pa:morning":
195
195
  description: "Daily start routine"
196
196
  steps:
197
- - "/status"
198
- - "/feature-list"
197
+ - "pa:status"
198
+ - "pa:feature-list"
199
199
  ```
200
200
 
201
201
  ---
@@ -204,8 +204,8 @@ custom_commands:
204
204
 
205
205
  Run multiple commands:
206
206
  ```
207
- /test && /deploy
208
- /qa && /deploy || /rollback
207
+ pa:test && pa:deploy
208
+ pa:qa && pa:deploy || pa:rollback
209
209
  ```
210
210
 
211
211
  ---
@@ -214,6 +214,6 @@ Run multiple commands:
214
214
 
215
215
  Hints change based on context:
216
216
 
217
- - **In feature development:** Prioritizes `/feature-status`, `/test`, `/commit`
218
- - **In bug fix mode:** Prioritizes `/fix-complete`, `/test`, `/commit-fix`
219
- - **After tests pass:** Suggests `/deploy`, `/pr-create`
217
+ - **In feature development:** Prioritizes `pa:feature-status`, `pa:test`, `pa:commit`
218
+ - **In bug fix mode:** Prioritizes `pa:fix-complete`, `pa:test`, `pa:commit-fix`
219
+ - **After tests pass:** Suggests `pa:deploy`, `pa:pr-create`
@@ -4,7 +4,7 @@ Use these prompts to analyze an existing codebase before implementing new featur
4
4
 
5
5
  ---
6
6
 
7
- ## Quick Analysis (`/analyze-lite`)
7
+ ## Quick Analysis (`pa:analyze-lite`)
8
8
 
9
9
  ```
10
10
  Perform a quick overview of this codebase:
@@ -19,7 +19,7 @@ Output a brief summary (1 page max).
19
19
 
20
20
  ---
21
21
 
22
- ## Moderate Analysis (`/analyze-moderate`)
22
+ ## Moderate Analysis (`pa:analyze-moderate`)
23
23
 
24
24
  ```
25
25
  Perform a moderate analysis of this codebase:
@@ -46,7 +46,7 @@ Output a structured report.
46
46
 
47
47
  ---
48
48
 
49
- ## Full Analysis (`/analyze-full`)
49
+ ## Full Analysis (`pa:analyze-full`)
50
50
 
51
51
  ```
52
52
  Perform a comprehensive deep analysis of this codebase:
@@ -172,7 +172,7 @@ Generate a comprehensive Codebase Analysis Report with:
172
172
 
173
173
  ---
174
174
 
175
- ## Module-Specific Analysis (`/analyze-module [name]`)
175
+ ## Module-Specific Analysis (`pa:analyze-module [name]`)
176
176
 
177
177
  ```
178
178
  Analyze the [MODULE_NAME] module in detail:
@@ -207,7 +207,7 @@ Analyze the [MODULE_NAME] module in detail:
207
207
 
208
208
  ---
209
209
 
210
- ## Dependency Analysis (`/analyze-deps`)
210
+ ## Dependency Analysis (`pa:analyze-deps`)
211
211
 
212
212
  ```
213
213
  Analyze project dependencies:
@@ -7,7 +7,7 @@ Universal prompts for gathering and documenting feature requirements.
7
7
  ## Quick Start
8
8
 
9
9
  ```
10
- /feature-start "Feature Name"
10
+ pa:feature "Feature Name"
11
11
  ```
12
12
 
13
13
  ---
@@ -387,13 +387,13 @@ As a [user type], I want to [action] so that [benefit].
387
387
 
388
388
  ---
389
389
 
390
- ## Slash Commands Reference
390
+ ## Commands Reference
391
391
 
392
392
  | Command | Description |
393
393
  |---------|-------------|
394
- | `/feature-start "name"` | Start new feature requirements |
395
- | `/requirements` | Show requirements template |
396
- | `/user-story` | Generate user stories |
397
- | `/acceptance-criteria` | Define acceptance criteria |
398
- | `/edge-cases` | Identify edge cases |
399
- | `/technical-reqs` | Document technical requirements |
394
+ | `pa:feature "name"` | Start new feature requirements |
395
+ | `pa:requirements` | Show requirements template |
396
+ | `pa:user-story` | Generate user stories |
397
+ | `pa:acceptance-criteria` | Define acceptance criteria |
398
+ | `pa:edge-cases` | Identify edge cases |
399
+ | `pa:technical-reqs` | Document technical requirements |
@@ -10,9 +10,9 @@ Choose your design input method:
10
10
 
11
11
  | Method | Command | When to Use |
12
12
  |--------|---------|-------------|
13
- | Figma | `/design-figma` | Have Figma file access |
14
- | Export | `/design-export` | Have exported images/PDFs |
15
- | Sketch | `/design-sketch` | Have hand-drawn wireframes |
13
+ | Figma | `pa:design-figma` | Have Figma file access |
14
+ | Export | `pa:design-export` | Have exported images/PDFs |
15
+ | Sketch | `pa:design-sketch` | Have hand-drawn wireframes |
16
16
 
17
17
  ---
18
18
 
@@ -21,7 +21,7 @@ Choose your design input method:
21
21
  ### Extract Design from Figma
22
22
 
23
23
  ```
24
- /design-figma
24
+ pa:design-figma
25
25
 
26
26
  I have a Figma design for "[FEATURE_NAME]":
27
27
  URL: [FIGMA_URL or FILE_ID]
@@ -82,7 +82,7 @@ For each component in the Figma design:
82
82
  ### Analyze Exported Designs
83
83
 
84
84
  ```
85
- /design-export
85
+ pa:design-export
86
86
 
87
87
  I have exported design files for "[FEATURE_NAME]":
88
88
  [Provide file paths or describe uploads]
@@ -155,7 +155,7 @@ Accessibility:
155
155
  ### Interpret Hand-drawn Sketch
156
156
 
157
157
  ```
158
- /design-sketch
158
+ pa:design-sketch
159
159
 
160
160
  I have a sketch/wireframe for "[FEATURE_NAME]":
161
161
  [Provide image path or describe sketch]
@@ -480,14 +480,14 @@ Accessibility:
480
480
 
481
481
  ---
482
482
 
483
- ## Slash Commands Reference
483
+ ## Commands Reference
484
484
 
485
485
  | Command | Description |
486
486
  |---------|-------------|
487
- | `/design-figma` | Extract from Figma design |
488
- | `/design-export` | Analyze exported images |
489
- | `/design-sketch` | Interpret hand-drawn sketch |
490
- | `/design-tokens` | Generate design tokens |
491
- | `/component-spec` | Create component specification |
492
- | `/responsive-spec` | Document responsive behavior |
493
- | `/design-handoff` | Generate handoff document |
487
+ | `pa:design-figma` | Extract from Figma design |
488
+ | `pa:design-export` | Analyze exported images |
489
+ | `pa:design-sketch` | Interpret hand-drawn sketch |
490
+ | `pa:design-tokens` | Generate design tokens |
491
+ | `pa:component-spec` | Create component specification |
492
+ | `pa:responsive-spec` | Document responsive behavior |
493
+ | `pa:design-handoff` | Generate handoff document |
@@ -7,7 +7,7 @@ Universal prompts for planning feature implementation.
7
7
  ## Quick Start
8
8
 
9
9
  ```
10
- /plan
10
+ pa:plan
11
11
  ```
12
12
 
13
13
  ---
@@ -491,15 +491,15 @@ TEST DATA:
491
491
 
492
492
  ---
493
493
 
494
- ## Slash Commands Reference
494
+ ## Commands Reference
495
495
 
496
496
  | Command | Description |
497
497
  |---------|-------------|
498
- | `/plan` | Create implementation plan |
499
- | `/architecture` | Design architecture |
500
- | `/file-plan` | Map file changes |
501
- | `/task-breakdown` | Break into tasks |
502
- | `/risk-assess` | Assess risks |
503
- | `/api-design` | Design API changes |
504
- | `/state-plan` | Plan state management |
505
- | `/test-strategy` | Plan testing approach |
498
+ | `pa:plan` | Create implementation plan |
499
+ | `pa:architecture` | Design architecture |
500
+ | `pa:file-plan` | Map file changes |
501
+ | `pa:task-breakdown` | Break into tasks |
502
+ | `pa:risk-assess` | Assess risks |
503
+ | `pa:api-design` | Design API changes |
504
+ | `pa:state-plan` | Plan state management |
505
+ | `pa:test-strategy` | Plan testing approach |
@@ -7,7 +7,7 @@ Universal prompts for code implementation phase.
7
7
  ## Quick Start
8
8
 
9
9
  ```
10
- /implement
10
+ pa:implement
11
11
  ```
12
12
 
13
13
  ---
@@ -504,15 +504,15 @@ After coding:
504
504
 
505
505
  ---
506
506
 
507
- ## Slash Commands Reference
507
+ ## Commands Reference
508
508
 
509
509
  | Command | Description |
510
510
  |---------|-------------|
511
- | `/implement` | Start implementation |
512
- | `/generate-component` | Generate component code |
513
- | `/generate-hook` | Generate custom hook |
514
- | `/generate-api` | Generate API service |
515
- | `/review-code` | Review code quality |
516
- | `/add-types` | Add TypeScript types |
517
- | `/add-tests` | Add unit tests |
518
- | `/commit-prep` | Prepare commit message |
511
+ | `pa:implement` | Start implementation |
512
+ | `pa:generate-component` | Generate component code |
513
+ | `pa:generate-hook` | Generate custom hook |
514
+ | `pa:generate-api` | Generate API service |
515
+ | `pa:review-code` | Review code quality |
516
+ | `pa:add-types` | Add TypeScript types |
517
+ | `pa:add-tests` | Add unit tests |
518
+ | `pa:commit-prep` | Prepare commit message |
@@ -7,14 +7,14 @@ Universal prompts for comprehensive testing phase.
7
7
  ## Quick Start
8
8
 
9
9
  ```
10
- /test
10
+ pa:test
11
11
  ```
12
12
 
13
13
  Related commands:
14
- - `/test-unit` - Run unit tests
15
- - `/test-integration` - Run integration tests
16
- - `/test-e2e` - Run end-to-end tests
17
- - `/test-all` - Run all tests
14
+ - `pa:test-unit` - Run unit tests
15
+ - `pa:test-integration` - Run integration tests
16
+ - `pa:test-e2e` - Run end-to-end tests
17
+ - `pa:test-all` - Run all tests
18
18
 
19
19
  ---
20
20
 
@@ -606,15 +606,15 @@ QUALITY:
606
606
 
607
607
  ---
608
608
 
609
- ## Slash Commands Reference
609
+ ## Commands Reference
610
610
 
611
611
  | Command | Description |
612
612
  |---------|-------------|
613
- | `/test` | Show testing overview |
614
- | `/test-unit` | Generate/run unit tests |
615
- | `/test-integration` | Generate/run integration tests |
616
- | `/test-e2e` | Generate/run E2E tests |
617
- | `/test-all` | Run all tests |
618
- | `/test-coverage` | Check test coverage |
619
- | `/test-fixtures` | Generate test fixtures |
620
- | `/test-mocks` | Generate mock functions |
613
+ | `pa:test` | Show testing overview |
614
+ | `pa:test-unit` | Generate/run unit tests |
615
+ | `pa:test-integration` | Generate/run integration tests |
616
+ | `pa:test-e2e` | Generate/run E2E tests |
617
+ | `pa:test-all` | Run all tests |
618
+ | `pa:test-coverage` | Check test coverage |
619
+ | `pa:test-fixtures` | Generate test fixtures |
620
+ | `pa:test-mocks` | Generate mock functions |
@@ -7,7 +7,7 @@ Universal prompts for comprehensive code review phase.
7
7
  ## Quick Start
8
8
 
9
9
  ```
10
- /review
10
+ pa:review
11
11
  ```
12
12
 
13
13
  ---
@@ -500,13 +500,13 @@ KEY FEEDBACK:
500
500
 
501
501
  ---
502
502
 
503
- ## Slash Commands Reference
503
+ ## Commands Reference
504
504
 
505
505
  | Command | Description |
506
506
  |---------|-------------|
507
- | `/review` | Start code review |
508
- | `/review-security` | Security-focused review |
509
- | `/review-performance` | Performance-focused review |
510
- | `/review-quality` | Code quality review |
511
- | `/review-checklist` | Show review checklist |
512
- | `/self-review` | Pre-PR self-review |
507
+ | `pa:review` | Start code review |
508
+ | `pa:review-security` | Security-focused review |
509
+ | `pa:review-performance` | Performance-focused review |
510
+ | `pa:review-quality` | Code quality review |
511
+ | `pa:review-checklist` | Show review checklist |
512
+ | `pa:self-review` | Pre-PR self-review |