proagents 1.6.17 → 1.6.19

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 (185) hide show
  1. package/.claude/settings.local.json +169 -0
  2. package/.proagents/AGENTS.md +2 -0
  3. package/.proagents/AI_INSTRUCTIONS.md +13 -0
  4. package/.proagents/ANTIGRAVITY.md +2 -0
  5. package/.proagents/BOLT.md +2 -0
  6. package/.proagents/CHATGPT.md +2 -0
  7. package/.proagents/CLAUDE.md +2 -0
  8. package/.proagents/GEMINI.md +2 -0
  9. package/.proagents/GROQ.md +2 -0
  10. package/.proagents/KIRO.md +2 -0
  11. package/.proagents/LOVABLE.md +2 -0
  12. package/.proagents/PROAGENTS.md +2 -0
  13. package/.proagents/REPLIT.md +2 -0
  14. package/.proagents/prompts/00-project-setup.md +878 -0
  15. package/.proagents/prompts/04-planning.md +38 -0
  16. package/.proagents/prompts/12-rnd.md +957 -0
  17. package/.proagents/workflow-modes/entry-modes.md +27 -0
  18. package/.proagents/worklog/_context.template.md +47 -0
  19. package/COMMANDS.md +654 -0
  20. package/README.md +16 -24
  21. package/package.json +2 -7
  22. package/.proagents/ai-models/README.md +0 -141
  23. package/.proagents/ai-models/cost-management.md +0 -362
  24. package/.proagents/ai-models/fallbacks.md +0 -342
  25. package/.proagents/ai-models/model-config.md +0 -318
  26. package/.proagents/ai-models/task-routing.md +0 -503
  27. package/.proagents/ai-training/README.md +0 -155
  28. package/.proagents/ai-training/continuous-learning.md +0 -413
  29. package/.proagents/ai-training/domain-knowledge.md +0 -378
  30. package/.proagents/ai-training/pattern-learning.md +0 -455
  31. package/.proagents/ai-training/training-data.md +0 -337
  32. package/.proagents/ai-training/user-preferences.md +0 -346
  33. package/.proagents/approval-workflows/README.md +0 -146
  34. package/.proagents/approval-workflows/approval-config.md +0 -332
  35. package/.proagents/approval-workflows/approval-stages.md +0 -503
  36. package/.proagents/approval-workflows/emergency-bypass.md +0 -351
  37. package/.proagents/approval-workflows/examples.md +0 -859
  38. package/.proagents/approval-workflows/notifications.md +0 -320
  39. package/.proagents/compliance/README.md +0 -206
  40. package/.proagents/compliance/access-control.md +0 -310
  41. package/.proagents/compliance/audit-logging.md +0 -444
  42. package/.proagents/compliance/compliance-frameworks.md +0 -429
  43. package/.proagents/compliance/reports.md +0 -491
  44. package/.proagents/compliance/retention-policies.md +0 -454
  45. package/.proagents/config-versioning/README.md +0 -120
  46. package/.proagents/config-versioning/changelog.md +0 -300
  47. package/.proagents/config-versioning/rollback.md +0 -283
  48. package/.proagents/config-versioning/versioning.md +0 -330
  49. package/.proagents/contract-testing/README.md +0 -223
  50. package/.proagents/contract-testing/contract-testing.md +0 -614
  51. package/.proagents/contract-testing/pact-integration.md +0 -507
  52. package/.proagents/contract-testing/schema-validation.md +0 -565
  53. package/.proagents/dependency-management/README.md +0 -140
  54. package/.proagents/dependency-management/automation.md +0 -363
  55. package/.proagents/dependency-management/compatibility.md +0 -319
  56. package/.proagents/dependency-management/security-scanning.md +0 -413
  57. package/.proagents/dependency-management/update-policies.md +0 -374
  58. package/.proagents/disaster-recovery/README.md +0 -247
  59. package/.proagents/disaster-recovery/automation.md +0 -366
  60. package/.proagents/disaster-recovery/backup-recovery.md +0 -571
  61. package/.proagents/disaster-recovery/incident-response.md +0 -565
  62. package/.proagents/disaster-recovery/rollback-procedures.md +0 -499
  63. package/.proagents/disaster-recovery/runbooks.md +0 -603
  64. package/.proagents/disaster-recovery/scenarios.md +0 -892
  65. package/.proagents/disaster-recovery/testing.md +0 -438
  66. package/.proagents/environments/README.md +0 -244
  67. package/.proagents/environments/configuration.md +0 -437
  68. package/.proagents/environments/promotion.md +0 -434
  69. package/.proagents/environments/setup.md +0 -420
  70. package/.proagents/examples/README.md +0 -55
  71. package/.proagents/examples/backend-nodejs/README.md +0 -188
  72. package/.proagents/examples/backend-nodejs/complete-conversation.md +0 -601
  73. package/.proagents/examples/backend-nodejs/proagents.config.yaml +0 -415
  74. package/.proagents/examples/backend-nodejs/workflow-example.md +0 -909
  75. package/.proagents/examples/fullstack-nextjs/README.md +0 -155
  76. package/.proagents/examples/fullstack-nextjs/complete-conversation.md +0 -604
  77. package/.proagents/examples/fullstack-nextjs/proagents.config.yaml +0 -287
  78. package/.proagents/examples/fullstack-nextjs/workflow-example.md +0 -553
  79. package/.proagents/examples/mobile-react-native/README.md +0 -171
  80. package/.proagents/examples/mobile-react-native/complete-conversation.md +0 -825
  81. package/.proagents/examples/mobile-react-native/proagents.config.yaml +0 -330
  82. package/.proagents/examples/mobile-react-native/workflow-example.md +0 -723
  83. package/.proagents/examples/web-frontend-react/README.md +0 -125
  84. package/.proagents/examples/web-frontend-react/complete-conversation.md +0 -556
  85. package/.proagents/examples/web-frontend-react/proagents.config.yaml +0 -183
  86. package/.proagents/examples/web-frontend-react/workflow-example.md +0 -603
  87. package/.proagents/existing-projects/README.md +0 -65
  88. package/.proagents/existing-projects/challenges.md +0 -861
  89. package/.proagents/existing-projects/coexistence-mode.md +0 -483
  90. package/.proagents/existing-projects/compatibility-assessment.md +0 -541
  91. package/.proagents/existing-projects/gradual-adoption.md +0 -515
  92. package/.proagents/existing-projects/migration-strategies.md +0 -788
  93. package/.proagents/existing-projects/pattern-reconciliation.md +0 -489
  94. package/.proagents/existing-projects/team-onboarding.md +0 -617
  95. package/.proagents/existing-projects/technical-debt-handling.md +0 -644
  96. package/.proagents/feature-flags/README.md +0 -263
  97. package/.proagents/feature-flags/ab-testing.md +0 -413
  98. package/.proagents/feature-flags/configuration.md +0 -420
  99. package/.proagents/feature-flags/kill-switches.md +0 -444
  100. package/.proagents/feature-flags/rollout-strategies.md +0 -392
  101. package/.proagents/history.log +0 -12
  102. package/.proagents/i18n/README.md +0 -133
  103. package/.proagents/i18n/extraction.md +0 -433
  104. package/.proagents/i18n/tms-integration.md +0 -332
  105. package/.proagents/i18n/translation-workflow.md +0 -413
  106. package/.proagents/i18n/validation.md +0 -355
  107. package/.proagents/logging/README.md +0 -276
  108. package/.proagents/logging/aggregation.md +0 -475
  109. package/.proagents/logging/log-levels.md +0 -376
  110. package/.proagents/logging/sensitive-data.md +0 -423
  111. package/.proagents/logging/structured-logging.md +0 -406
  112. package/.proagents/metrics/README.md +0 -69
  113. package/.proagents/metrics/code-quality-kpis.md +0 -461
  114. package/.proagents/metrics/deployment-metrics.md +0 -517
  115. package/.proagents/metrics/developer-productivity.md +0 -368
  116. package/.proagents/metrics/learning-effectiveness.md +0 -478
  117. package/.proagents/migrations/README.md +0 -77
  118. package/.proagents/migrations/from-claude-projects.md +0 -313
  119. package/.proagents/migrations/from-cursor-rules.md +0 -345
  120. package/.proagents/migrations/from-custom-workflows.md +0 -410
  121. package/.proagents/monitoring/README.md +0 -308
  122. package/.proagents/monitoring/alerting.md +0 -449
  123. package/.proagents/monitoring/dashboards.md +0 -454
  124. package/.proagents/monitoring/health-checks.md +0 -436
  125. package/.proagents/monitoring/metrics.md +0 -434
  126. package/.proagents/multi-project/README.md +0 -170
  127. package/.proagents/multi-project/coordinated-deploy.md +0 -510
  128. package/.proagents/multi-project/cross-project-deps.md +0 -395
  129. package/.proagents/multi-project/unified-changelog.md +0 -477
  130. package/.proagents/multi-project/walkthroughs/monorepo-setup.md +0 -787
  131. package/.proagents/multi-project/workspace-config.md +0 -408
  132. package/.proagents/notifications/README.md +0 -151
  133. package/.proagents/notifications/channels.md +0 -457
  134. package/.proagents/notifications/preferences.md +0 -415
  135. package/.proagents/notifications/routing.md +0 -449
  136. package/.proagents/notifications/scheduling.md +0 -425
  137. package/.proagents/notifications/templates.md +0 -446
  138. package/.proagents/offline-mode/README.md +0 -145
  139. package/.proagents/offline-mode/caching.md +0 -344
  140. package/.proagents/offline-mode/offline-operations.md +0 -312
  141. package/.proagents/offline-mode/queue-specifications.md +0 -679
  142. package/.proagents/offline-mode/sync.md +0 -475
  143. package/.proagents/parallel-features/README.md +0 -85
  144. package/.proagents/parallel-features/conflict-detection.md +0 -226
  145. package/.proagents/parallel-features/dependency-management.md +0 -392
  146. package/.proagents/parallel-features/merge-coordination.md +0 -506
  147. package/.proagents/parallel-features/tracking-system.md +0 -416
  148. package/.proagents/performance/README.md +0 -59
  149. package/.proagents/performance/bundle-analysis.md +0 -375
  150. package/.proagents/performance/load-testing.md +0 -563
  151. package/.proagents/performance/runtime-metrics.md +0 -489
  152. package/.proagents/performance/web-vitals.md +0 -425
  153. package/.proagents/plugins/README.md +0 -139
  154. package/.proagents/plugins/creating-plugins.md +0 -504
  155. package/.proagents/plugins/plugin-api.md +0 -467
  156. package/.proagents/plugins/plugin-registry.md +0 -276
  157. package/.proagents/reporting/README.md +0 -158
  158. package/.proagents/reporting/dashboards.md +0 -366
  159. package/.proagents/reporting/exports.md +0 -524
  160. package/.proagents/reporting/quality-metrics.md +0 -385
  161. package/.proagents/reporting/templates/README.md +0 -56
  162. package/.proagents/reporting/templates/dashboard-config.json +0 -187
  163. package/.proagents/reporting/templates/metrics-queries.md +0 -427
  164. package/.proagents/reporting/templates/react-dashboard.tsx +0 -544
  165. package/.proagents/reporting/templates/widgets.md +0 -451
  166. package/.proagents/reporting/velocity-metrics.md +0 -340
  167. package/.proagents/reverse-engineering/README.md +0 -151
  168. package/.proagents/reverse-engineering/architecture-extraction.md +0 -325
  169. package/.proagents/reverse-engineering/code-analysis.md +0 -377
  170. package/.proagents/reverse-engineering/dependency-mapping.md +0 -567
  171. package/.proagents/reverse-engineering/diagram-generation.md +0 -586
  172. package/.proagents/reverse-engineering/documentation-generation.md +0 -468
  173. package/.proagents/reverse-engineering/pattern-detection.md +0 -569
  174. package/.proagents/reverse-engineering/quality-assessment.md +0 -733
  175. package/.proagents/secrets/README.md +0 -278
  176. package/.proagents/secrets/access-control.md +0 -443
  177. package/.proagents/secrets/rotation.md +0 -403
  178. package/.proagents/secrets/scanning.md +0 -487
  179. package/.proagents/secrets/storage.md +0 -394
  180. package/.proagents/webhooks/README.md +0 -126
  181. package/.proagents/webhooks/endpoints.md +0 -298
  182. package/.proagents/webhooks/events.md +0 -316
  183. package/.proagents/webhooks/payloads.md +0 -325
  184. package/.proagents/webhooks/reliability.md +0 -363
  185. package/.proagents/webhooks/security.md +0 -380
package/COMMANDS.md ADDED
@@ -0,0 +1,654 @@
1
+ # ProAgents Command Reference
2
+
3
+ Complete reference for CLI and AI (`pa:`) commands. For quick start, see [README.md](README.md).
4
+
5
+ ---
6
+
7
+ ## Table of Contents
8
+
9
+ ### CLI Commands
10
+ - [Initialization](#initialization)
11
+ - [Features & Fixes](#features--fixes)
12
+ - [Maintenance](#maintenance)
13
+ - [Release Notes](#release-notes)
14
+ - [Updating ProAgents](#updating-proagents)
15
+ - [AI Platforms](#ai-platforms)
16
+ - [Configuration](#configuration)
17
+ - [Statistics & Monitoring](#statistics--monitoring)
18
+ - [Changelog Management](#changelog-management)
19
+ - [Backup & Restore](#backup--restore)
20
+ - [Shell Completions](#shell-completions)
21
+ - [Quick File Access](#quick-file-access)
22
+
23
+ ### AI Commands (pa:)
24
+ - [Quick Aliases](#quick-aliases)
25
+ - [Core Commands](#core-commands)
26
+ - [Workflow Phase Commands](#workflow-phase-commands)
27
+ - [Documentation](#documentation)
28
+ - [Quality & Testing](#quality--testing)
29
+ - [Cross-AI Continuity](#cross-ai-continuity)
30
+ - [Learning & Tracking](#learning--tracking)
31
+ - [Navigation & Flow](#navigation--flow)
32
+ - [Context & History](#context--history)
33
+ - [Sprint & Estimation](#sprint--estimation)
34
+ - [Code Quality](#code-quality)
35
+ - [Code Generation](#code-generation)
36
+ - [Refactoring](#refactoring)
37
+ - [Debug & Logs](#debug--logs)
38
+ - [Testing Advanced](#testing-advanced)
39
+ - [Platform-Specific Test Suites](#platform-specific-test-suites)
40
+ - [Custom Commands](#custom-commands)
41
+
42
+ ---
43
+
44
+ ## CLI Commands
45
+
46
+ Run these in your terminal:
47
+
48
+ ### Initialization
49
+
50
+ ```bash
51
+ npx proagents init # Initialize in project
52
+ ```
53
+
54
+ ### Features & Fixes
55
+
56
+ ```bash
57
+ proagents feature start "name" # Start a new feature
58
+ proagents feature status # Check feature status
59
+ proagents fix "bug description" # Quick bug fix mode
60
+ ```
61
+
62
+ ### Maintenance
63
+
64
+ ```bash
65
+ proagents doctor # Health check installation
66
+ proagents doctor --full # Extended checks (branches, logs, features)
67
+ proagents status # Show ProAgents status
68
+ proagents version # Show detailed version info
69
+ ```
70
+
71
+ ### Release Notes
72
+
73
+ ```bash
74
+ proagents release # Interactive release note generator
75
+ proagents release -t detailed # Full comprehensive notes
76
+ proagents release -t short # Quick summary
77
+ proagents release -t client # Business-focused, non-technical
78
+ proagents release -t developer # Technical details for devs
79
+ proagents release -t hotfix # Urgent patch notes
80
+ proagents release -t prerelease # Beta/RC notes
81
+ proagents release --include fixes # Only include bug fixes
82
+ proagents release --include features # Only include features
83
+ proagents release --append -o FILE # Append to existing notes
84
+ proagents release --bump # Suggest version bump
85
+ proagents release --module auth # Filter by module name
86
+ proagents release --changelog # Update CHANGELOG.md
87
+ proagents release --tag # Create git tag
88
+ proagents release --json # JSON output for CI/CD
89
+ ```
90
+
91
+ ### Updating ProAgents
92
+
93
+ ```bash
94
+ npx proagents init # Smart update (recommended)
95
+ proagents upgrade # Full replace (use with caution)
96
+ ```
97
+
98
+ | Command | What It Does | When to Use |
99
+ |---------|--------------|-------------|
100
+ | `npx proagents init` | Updates framework, merges config, preserves your work | Regular updates |
101
+ | `proagents upgrade` | Removes everything, installs fresh | Complete reset |
102
+
103
+ **What's preserved with `init`:**
104
+ - `active-features/` - Your work in progress
105
+ - `changelog/` - Your change history
106
+ - `worklog/` - Your work context
107
+ - `.learning/` - Learned patterns
108
+ - `proagents.config.yaml` - Your values kept, new options merged
109
+
110
+ ### AI Platforms
111
+
112
+ ```bash
113
+ proagents ai list # List installed AI platforms
114
+ proagents ai add # Add more platforms
115
+ proagents ai remove # Remove platforms
116
+ ```
117
+
118
+ ### Configuration
119
+
120
+ ```bash
121
+ proagents config show # Show current config
122
+ proagents config setup # Interactive config wizard
123
+ proagents config export # Export config for sharing
124
+ proagents config import <file> # Import config from file
125
+ ```
126
+
127
+ ### Statistics & Monitoring
128
+
129
+ ```bash
130
+ proagents stats # Show project & AI usage stats
131
+ proagents stats --json # JSON output for scripting
132
+ ```
133
+
134
+ ### Changelog Management
135
+
136
+ ```bash
137
+ proagents changelog view # View recent changelog entries
138
+ proagents changelog add "entry" # Add new changelog entry
139
+ proagents changelog list # List available changelogs
140
+ proagents changelog export # Export to CHANGELOG.md
141
+ proagents changelog git # View git history as changelog
142
+ ```
143
+
144
+ ### Backup & Restore
145
+
146
+ ```bash
147
+ proagents restore <backup.json> # Restore from uninstall backup
148
+ ```
149
+
150
+ ### Shell Completions
151
+
152
+ ```bash
153
+ proagents completion bash # Generate bash completions
154
+ proagents completion zsh # Generate zsh completions
155
+ proagents completion fish # Generate fish completions
156
+ ```
157
+
158
+ ### Quick File Access
159
+
160
+ ```bash
161
+ proagents open # Show available shortcuts
162
+ proagents open config # Open proagents.config.yaml
163
+ proagents open changelog # Open recent changelog
164
+ proagents open activity # Open activity log
165
+ proagents open context # Open worklog context
166
+ ```
167
+
168
+ ### Other
169
+
170
+ ```bash
171
+ proagents docs # Open documentation
172
+ proagents commands # Show all commands
173
+ proagents uninstall # Remove ProAgents
174
+ ```
175
+
176
+ ---
177
+
178
+ # AI Commands (pa:)
179
+
180
+ Type these in any AI assistant (Claude, ChatGPT, Gemini, Cursor, etc.)
181
+
182
+ ---
183
+
184
+ ## Quick Aliases
185
+
186
+ | Alias | Expands To |
187
+ |-------|------------|
188
+ | `pa:f` | `pa:feature` |
189
+ | `pa:s` | `pa:status` |
190
+ | `pa:h` | `pa:help` |
191
+ | `pa:d` | `pa:doc` |
192
+ | `pa:t` | `pa:test` |
193
+ | `pa:q` | `pa:qa` |
194
+ | `pa:a` | `pa:analyze` |
195
+ | `pa:r` | `pa:requirements` |
196
+ | `pa:p` | `pa:plan` |
197
+ | `pa:i` | `pa:implement` |
198
+ | `pa:rev` | `pa:review` |
199
+ | `pa:dbg` | `pa:debug` |
200
+ | `pa:l` | `pa:logs` |
201
+
202
+ ---
203
+
204
+ ## Core Commands
205
+
206
+ | Command | Description |
207
+ |---------|-------------|
208
+ | `pa:feature "name"` | Start new feature workflow (all phases) |
209
+ | `pa:fix "description"` | Quick bug fix mode |
210
+ | `pa:status` | Show current progress |
211
+ | `pa:help` | Show all commands |
212
+
213
+ ---
214
+
215
+ ## Project Setup
216
+
217
+ | Command | Description |
218
+ |---------|-------------|
219
+ | `pa:project-setup` | Interactive setup wizard (new or existing projects) |
220
+ | `pa:setup` | Alias for pa:project-setup |
221
+ | `pa:setup --preset [name]` | Use quick preset (mobile-mvp, saas, etc.) |
222
+ | `pa:setup --analyze` | Analyze existing project only |
223
+ | `pa:setup --resume` | Resume interrupted setup |
224
+ | `pa:setup --clear-progress` | Clear saved progress and start fresh |
225
+
226
+ **Features:**
227
+ - Quick Presets - Instant setup for common stacks (Mobile MVP, SaaS, E-commerce, etc.)
228
+ - Idea-First Mode - Describe your idea, AI suggests tech stack with comparison table
229
+ - Full Automation - Installs packages, creates folders, generates docs
230
+ - Resume Support - Auto-saves progress, resume if interrupted
231
+ - Merge Strategy - Updates existing docs without overwriting custom content
232
+ - Works for both new projects and existing codebases
233
+
234
+ ---
235
+
236
+ ## Research & Development
237
+
238
+ | Command | Description |
239
+ |---------|-------------|
240
+ | `pa:rnd` | Interactive R&D workflow (compare, prototype, explore) |
241
+ | `pa:research` | Alias for pa:rnd |
242
+ | `pa:rnd-compare` | Direct to comparison mode |
243
+ | `pa:rnd-poc` | Direct to prototype mode |
244
+ | `pa:rnd-explore` | Direct to exploration mode |
245
+ | `pa:rnd --quick` | Quick 5-minute research |
246
+ | `pa:rnd --resume` | Resume interrupted session |
247
+ | `pa:rnd --clear` | Clear saved progress |
248
+
249
+ **Features:**
250
+ - Compare Options - Side-by-side library/framework comparisons with weighted scoring
251
+ - Build POC - Quick proof-of-concept in isolated `./poc/` folder
252
+ - Explore Solutions - Research and document findings
253
+ - Web Search - Verify latest package stats (stars, downloads, releases)
254
+ - Cost Estimator - Monthly costs at different user scales
255
+ - Deprecation Alerts - Warn about deprecated/insecure packages
256
+ - Comparison Tables - Visual side-by-side with recommendations
257
+ - Past Decision Recall - Surface previous decisions on similar topics
258
+ - Scope Guard - Alert when research drifts off-topic
259
+ - Resume Support - Auto-saves progress
260
+ - Tags & Categories - Organize research by topic
261
+ - Archive System - Auto-archive old research after 6 months
262
+ - Review Reminders - Set reminder to revisit decisions
263
+ - Next Phase Integration - After RND, trigger pa:feature or pa:plan
264
+
265
+ **Outputs:**
266
+ - Comparison docs: `docs/research/comparisons/`
267
+ - Research findings: `docs/research/findings/`
268
+ - Research index: `docs/research/INDEX.md`
269
+ - Bookmarks: `docs/research/BOOKMARKS.md`
270
+ - POC code: `./poc/[name]/`
271
+
272
+ ---
273
+
274
+ ## Workflow Phase Commands
275
+
276
+ | Command | Phase | Description |
277
+ |---------|-------|-------------|
278
+ | `pa:analyze` | Analysis | Deep codebase analysis |
279
+ | `pa:requirements` | Requirements | Gather feature requirements |
280
+ | `pa:design` | Design | UI/Architecture design |
281
+ | `pa:plan` | Planning | Create implementation plan |
282
+ | `pa:implement` | Implementation | Execute code changes |
283
+ | `pa:test` | Testing | Create and run tests |
284
+ | `pa:review` | Review | Code review workflow |
285
+ | `pa:doc` | Documentation | Generate documentation |
286
+ | `pa:deploy` | Deployment | Deployment preparation |
287
+
288
+ ---
289
+
290
+ ## Documentation
291
+
292
+ | Command | Description |
293
+ |---------|-------------|
294
+ | `pa:doc` | Generate documentation |
295
+ | `pa:changelog` | Update CHANGELOG.md |
296
+ | `pa:release` | Generate release notes |
297
+
298
+ ---
299
+
300
+ ## Quality & Testing
301
+
302
+ | Command | Description |
303
+ |---------|-------------|
304
+ | `pa:qa` | Run quality assurance checks |
305
+ | `pa:rollback` | Rollback procedures |
306
+
307
+ ---
308
+
309
+ ## Cross-AI Continuity
310
+
311
+ | Command | Description |
312
+ |---------|-------------|
313
+ | `pa:sync` | **Run first** - Load project context |
314
+ | `pa:resume` | Quick resume - shows last session + next action |
315
+ | `pa:session-start` | Begin new work session |
316
+ | `pa:session-end` | Finalize session, update logs |
317
+ | `pa:conflict-check` | Check if files modified by other AI |
318
+ | `pa:undo-last` | Undo last AI's entire session (revert all changes) |
319
+ | `pa:undo-file "path"` | Undo changes to specific file |
320
+ | `pa:changelog` | Update all changelogs |
321
+ | `pa:changelog --from-git` | Auto-populate from git commits |
322
+ | `pa:changelog-feature X` | View feature changelog |
323
+ | `pa:changelog-module X` | View module changelog |
324
+ | `pa:history` | View command history |
325
+ | `pa:activity` | Show recent AI activity |
326
+ | `pa:handoff` | Create handoff notes |
327
+
328
+ ---
329
+
330
+ ## Learning & Tracking
331
+
332
+ | Command | Description |
333
+ |---------|-------------|
334
+ | `pa:decision "title"` | Log architectural decision |
335
+ | `pa:decisions` | Show all decisions |
336
+ | `pa:error "description"` | Log error and solution |
337
+ | `pa:errors` | Search past errors |
338
+ | `pa:feedback "description"` | Log feedback for AI learning |
339
+
340
+ ---
341
+
342
+ ## AI Platform Management
343
+
344
+ | Command | Description |
345
+ |---------|-------------|
346
+ | `pa:ai-list` | List installed AI platforms |
347
+ | `pa:ai-add` | Add more AI platforms |
348
+ | `pa:ai-sync` | Sync config with files |
349
+
350
+ ---
351
+
352
+ ## Navigation & Flow
353
+
354
+ | Command | Description |
355
+ |---------|-------------|
356
+ | `pa:next` | Show next step in workflow |
357
+ | `pa:resume` | Resume paused feature |
358
+ | `pa:skip` | Skip current phase |
359
+ | `pa:back` | Go to previous phase |
360
+ | `pa:progress` | Show visual progress bar |
361
+
362
+ ---
363
+
364
+ ## Context & History
365
+
366
+ | Command | Description |
367
+ |---------|-------------|
368
+ | `pa:context` | View project context |
369
+ | `pa:diff` | Show changes since last session |
370
+ | `pa:history` | Show command history |
371
+ | `pa:checkpoint` | Create restore point |
372
+ | `pa:undo` | Undo last action |
373
+
374
+ ---
375
+
376
+ ## Sprint & Estimation
377
+
378
+ | Command | Description |
379
+ |---------|-------------|
380
+ | `pa:sprint-start` | Start new sprint |
381
+ | `pa:sprint-end` | End sprint with summary |
382
+ | `pa:estimate` | Estimate task complexity |
383
+ | `pa:velocity` | Show velocity metrics |
384
+
385
+ ---
386
+
387
+ ## Integration
388
+
389
+ | Command | Description |
390
+ |---------|-------------|
391
+ | `pa:github` | GitHub integration |
392
+ | `pa:github-pr` | Create pull request |
393
+ | `pa:jira` | Sync with Jira |
394
+ | `pa:notify` | Send notification |
395
+
396
+ ---
397
+
398
+ ## Code Quality
399
+
400
+ | Command | Description |
401
+ |---------|-------------|
402
+ | `pa:metrics` | Code quality metrics |
403
+ | `pa:coverage` | Test coverage report |
404
+ | `pa:deps` | Analyze dependencies |
405
+ | `pa:deps-outdated` | Find outdated packages |
406
+ | `pa:deps-security` | Security scan |
407
+
408
+ ---
409
+
410
+ ## Code Generation
411
+
412
+ | Command | Description |
413
+ |---------|-------------|
414
+ | `pa:generate` | Show generation options |
415
+ | `pa:generate-component` | Generate component |
416
+ | `pa:generate-api` | Generate API endpoint |
417
+ | `pa:generate-test` | Generate test file |
418
+
419
+ ---
420
+
421
+ ## Refactoring
422
+
423
+ | Command | Description |
424
+ |---------|-------------|
425
+ | `pa:refactor` | Suggest refactoring |
426
+ | `pa:rename` | Rename across codebase |
427
+ | `pa:extract` | Extract function/component |
428
+ | `pa:cleanup` | Remove dead code |
429
+
430
+ ---
431
+
432
+ ## Time Tracking
433
+
434
+ | Command | Description |
435
+ |---------|-------------|
436
+ | `pa:time-start` | Start time tracking |
437
+ | `pa:time-stop` | Stop tracking |
438
+ | `pa:time-report` | Show time report |
439
+
440
+ ---
441
+
442
+ ## Environment & Database
443
+
444
+ | Command | Description |
445
+ |---------|-------------|
446
+ | `pa:env-check` | Verify environment |
447
+ | `pa:secrets-scan` | Scan for secrets |
448
+ | `pa:db-migrate` | Run migrations |
449
+ | `pa:db-seed` | Seed database |
450
+
451
+ ---
452
+
453
+ ## Accessibility & Performance
454
+
455
+ | Command | Description |
456
+ |---------|-------------|
457
+ | `pa:a11y` | Accessibility audit |
458
+ | `pa:lighthouse` | Lighthouse audit |
459
+ | `pa:perf` | Performance analysis |
460
+
461
+ ---
462
+
463
+ ## Export & Learning
464
+
465
+ | Command | Description |
466
+ |---------|-------------|
467
+ | `pa:export` | Export config/data |
468
+ | `pa:import` | Import data |
469
+ | `pa:backup` | Backup proagents |
470
+ | `pa:learn` | Teach AI a pattern |
471
+ | `pa:suggestions` | Show AI suggestions |
472
+
473
+ ---
474
+
475
+ ## API & Documentation
476
+
477
+ | Command | Description |
478
+ |---------|-------------|
479
+ | `pa:api-docs` | Generate OpenAPI/Swagger docs |
480
+ | `pa:storybook` | Generate Storybook stories |
481
+ | `pa:readme` | Auto-generate/update README |
482
+ | `pa:types` | Generate TypeScript types |
483
+
484
+ ---
485
+
486
+ ## Git Advanced
487
+
488
+ | Command | Description |
489
+ |---------|-------------|
490
+ | `pa:branch` | Branch management |
491
+ | `pa:merge` | Smart merge with conflict preview |
492
+ | `pa:conflict` | Resolve merge conflicts with AI |
493
+ | `pa:changelog-gen` | Auto-generate changelog |
494
+
495
+ ---
496
+
497
+ ## Search & Code Navigation
498
+
499
+ | Command | Description |
500
+ |---------|-------------|
501
+ | `pa:find` | Find code patterns/usage |
502
+ | `pa:todo` | Find all TODOs in code |
503
+ | `pa:fixme` | Find FIXMEs and critical issues |
504
+ | `pa:unused` | Find unused code/exports |
505
+
506
+ ---
507
+
508
+ ## Code Analysis
509
+
510
+ | Command | Description |
511
+ |---------|-------------|
512
+ | `pa:complexity` | Cyclomatic complexity analysis |
513
+ | `pa:duplication` | Find duplicate code blocks |
514
+ | `pa:hotspots` | Find frequently changed files |
515
+
516
+ ---
517
+
518
+ ## Debug & Logs
519
+
520
+ | Command | Description |
521
+ |---------|-------------|
522
+ | `pa:debug` | Start debug session |
523
+ | `pa:debug-add` | Add debug logs to code |
524
+ | `pa:debug-add "file"` | Add logs to specific file |
525
+ | `pa:debug-trace "func"` | Add entry/exit logs to function |
526
+ | `pa:debug-var "var"` | Track variable changes |
527
+ | `pa:debug-api` | Add API request/response logging |
528
+ | `pa:debug-state` | Add state change logging |
529
+ | `pa:debug-error` | Add error boundary logging |
530
+ | `pa:debug-web` | Web console debugging |
531
+ | `pa:debug-rn` | React Native debugging |
532
+ | `pa:debug-android` | Android native (logcat) |
533
+ | `pa:debug-ios` | iOS native debugging |
534
+ | `pa:logs` | View recent logs |
535
+ | `pa:logs-filter "term"` | Filter logs by term |
536
+ | `pa:debug-clean` | Remove all debug statements |
537
+
538
+ ---
539
+
540
+ ## Testing Advanced
541
+
542
+ | Command | Description |
543
+ |---------|-------------|
544
+ | `pa:test-e2e` | Create/run E2E tests |
545
+ | `pa:test-unit` | Generate unit tests |
546
+ | `pa:mock` | Generate mocks/stubs |
547
+ | `pa:snapshot` | Snapshot testing management |
548
+
549
+ ---
550
+
551
+ ## DevOps & Infrastructure
552
+
553
+ | Command | Description |
554
+ |---------|-------------|
555
+ | `pa:docker` | Docker commands |
556
+ | `pa:ci` | CI/CD pipeline management |
557
+ | `pa:deploy-preview` | Deploy preview environment |
558
+
559
+ ---
560
+
561
+ ## Release Management
562
+
563
+ | Command | Description |
564
+ |---------|-------------|
565
+ | `pa:version` | Show/bump version |
566
+ | `pa:tag` | Create git tag |
567
+ | `pa:publish` | Publish package to registry |
568
+
569
+ ---
570
+
571
+ ## Code Review & PR
572
+
573
+ | Command | Description |
574
+ |---------|-------------|
575
+ | `pa:review-request` | Request code review from team |
576
+ | `pa:review-comments` | Show PR review comments |
577
+ | `pa:review-approve` | Approve current PR |
578
+
579
+ ---
580
+
581
+ ## Architecture
582
+
583
+ | Command | Description |
584
+ |---------|-------------|
585
+ | `pa:architecture` | Show architecture overview |
586
+ | `pa:architecture-diagram` | Generate diagram (Mermaid) |
587
+ | `pa:architecture-export` | Export diagram (SVG/PNG) |
588
+
589
+ ---
590
+
591
+ ## API Testing
592
+
593
+ | Command | Description |
594
+ |---------|-------------|
595
+ | `pa:api-test` | Test API endpoints |
596
+ | `pa:curl` | Generate curl commands |
597
+ | `pa:postman` | Generate Postman collection |
598
+
599
+ ---
600
+
601
+ ## Health & Monitoring
602
+
603
+ | Command | Description |
604
+ |---------|-------------|
605
+ | `pa:health` | Project health check |
606
+ | `pa:monitor` | Show monitoring status |
607
+ | `pa:uptime` | Service uptime check |
608
+
609
+ ---
610
+
611
+ ## Quick Actions
612
+
613
+ | Command | Description |
614
+ |---------|-------------|
615
+ | `pa:quick` | Show quick actions menu |
616
+ | `pa:alias` | Manage command aliases |
617
+ | `pa:alias-add` | Add custom alias |
618
+ | `pa:alias-remove` | Remove custom alias |
619
+
620
+ ---
621
+
622
+ ## Platform-Specific Test Suites
623
+
624
+ **Fully automated**: Auto-install tools, run tests, auto-fix failures, loop until all pass.
625
+
626
+ | Command | Description |
627
+ |---------|-------------|
628
+ | `pa:test-mobile` | Full mobile test suite (React Native, Android, iOS, Flutter) |
629
+ | `pa:test-web` | Full web test suite (React/Next.js/Vue) |
630
+ | `pa:test-api` | Full API test suite (Node.js/Python) |
631
+ | `pa:test-visual` | Visual/design comparison testing |
632
+ | `pa:test-auto-fix` | Auto-fix failing tests |
633
+ | `pa:test-loop` | Test -> Fix -> Retest until all pass |
634
+ | `pa:compare-figma` | Compare UI against Figma design |
635
+ | `pa:compare-image` | Compare UI against image/sketch |
636
+ | `pa:screenshot` | Capture app screenshots |
637
+
638
+ **What these commands do:**
639
+ - Check required tools -> Auto-install if missing
640
+ - Run all tests (unit, integration, e2e)
641
+ - Auto-fix failures (no confirmation needed)
642
+ - Loop until all pass or fix is impossible
643
+
644
+ ---
645
+
646
+ ## Custom Commands
647
+
648
+ | Command | Description |
649
+ |---------|-------------|
650
+ | `pa:standup` | Generate daily standup |
651
+ | `pa:tech-debt` | Scan for technical debt |
652
+ | `pa:security-scan` | Run security checklist |
653
+
654
+ Define your own in `./.proagents/custom-commands.yaml`