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.
- package/README.md +12 -12
- package/lib/commands/init.js +122 -11
- package/package.json +1 -1
- package/proagents/PROAGENTS.md +54 -0
- package/proagents/README.md +17 -17
- package/proagents/WORKFLOW.md +110 -110
- package/proagents/active-features/README.md +9 -9
- package/proagents/adr/README.md +15 -15
- package/proagents/api-versioning/changelog-template.md +4 -4
- package/proagents/api-versioning/deprecation-workflow.md +6 -6
- package/proagents/api-versioning/versioning-strategy.md +5 -5
- package/proagents/automation/ai-behavior-rules.md +1 -1
- package/proagents/automation/auto-decisions.md +6 -6
- package/proagents/cache/README.md +1 -1
- package/proagents/changelog/README.md +16 -16
- package/proagents/changelog/entry-template.md +4 -4
- package/proagents/cli/README.md +1 -1
- package/proagents/cli/slash-commands.md +202 -202
- package/proagents/collaboration/sessions.md +6 -6
- package/proagents/config/integrations/README.md +1 -1
- package/proagents/contract-testing/README.md +5 -5
- package/proagents/contract-testing/schema-validation.md +6 -6
- package/proagents/cost/cost-template.md +6 -6
- package/proagents/cost/estimation-framework.md +5 -5
- package/proagents/database/migration-workflow.md +6 -6
- package/proagents/database/rollback-scripts.md +6 -6
- package/proagents/database/safety-checks.md +6 -6
- package/proagents/examples/backend-nodejs/workflow-example.md +1 -1
- package/proagents/examples/web-frontend-react/workflow-example.md +1 -1
- package/proagents/existing-projects/README.md +3 -3
- package/proagents/existing-projects/challenges.md +1 -1
- package/proagents/existing-projects/coexistence-mode.md +8 -8
- package/proagents/existing-projects/compatibility-assessment.md +12 -12
- package/proagents/existing-projects/gradual-adoption.md +14 -14
- package/proagents/existing-projects/migration-strategies.md +7 -7
- package/proagents/existing-projects/pattern-reconciliation.md +10 -10
- package/proagents/existing-projects/team-onboarding.md +23 -23
- package/proagents/existing-projects/technical-debt-handling.md +24 -24
- package/proagents/getting-started/README.md +3 -3
- package/proagents/getting-started/ai-training-setup.md +24 -24
- package/proagents/getting-started/pm-integration.md +22 -22
- package/proagents/getting-started/prompt-engineering.md +4 -4
- package/proagents/getting-started/team-onboarding.md +5 -5
- package/proagents/git/branch-strategy.md +10 -10
- package/proagents/git/commit-conventions.md +5 -5
- package/proagents/git/pr-workflow.md +5 -5
- package/proagents/git/rollback-procedures.md +7 -7
- package/proagents/ide-integration/README.md +1 -1
- package/proagents/ide-integration/cline-config.md +10 -10
- package/proagents/ide-integration/continue-config.md +1 -1
- package/proagents/ide-integration/cursor-rules.md +10 -10
- package/proagents/ide-integration/github-copilot.md +4 -4
- package/proagents/ide-integration/windsurf-rules.md +9 -9
- package/proagents/learning/adaptation.md +10 -10
- package/proagents/learning/data-collection.md +9 -9
- package/proagents/learning/reports.md +14 -14
- package/proagents/metrics/README.md +6 -6
- package/proagents/metrics/code-quality-kpis.md +6 -6
- package/proagents/metrics/deployment-metrics.md +6 -6
- package/proagents/metrics/developer-productivity.md +5 -5
- package/proagents/metrics/learning-effectiveness.md +6 -6
- package/proagents/migrations/from-claude-projects.md +7 -6
- package/proagents/migrations/from-cursor-rules.md +1 -1
- package/proagents/notifications/templates.md +3 -3
- package/proagents/parallel-features/README.md +5 -5
- package/proagents/parallel-features/conflict-detection.md +6 -6
- package/proagents/parallel-features/dependency-management.md +7 -7
- package/proagents/parallel-features/merge-coordination.md +8 -8
- package/proagents/parallel-features/tracking-system.md +7 -7
- package/proagents/performance/bundle-analysis.md +4 -4
- package/proagents/performance/load-testing.md +7 -7
- package/proagents/performance/runtime-metrics.md +6 -6
- package/proagents/performance/web-vitals.md +6 -6
- package/proagents/plugins/README.md +1 -1
- package/proagents/plugins/creating-plugins.md +1 -1
- package/proagents/plugins/plugin-api.md +2 -2
- package/proagents/plugins/plugin-registry.md +3 -3
- package/proagents/proagents.config.yaml +32 -9
- package/proagents/prompts/00-init-wizard.md +18 -18
- package/proagents/prompts/00-init.md +93 -93
- package/proagents/prompts/01-analysis.md +5 -5
- package/proagents/prompts/02-requirements.md +8 -8
- package/proagents/prompts/03-ui-design.md +14 -14
- package/proagents/prompts/04-planning.md +10 -10
- package/proagents/prompts/05-implementation.md +10 -10
- package/proagents/prompts/06-testing.md +14 -14
- package/proagents/prompts/06.5-code-review.md +8 -8
- package/proagents/prompts/07-documentation.md +142 -20
- package/proagents/prompts/08-deployment.md +12 -12
- package/proagents/prompts/09-rollback.md +12 -12
- package/proagents/prompts/README.md +4 -4
- package/proagents/prompts/accessibility/README.md +6 -6
- package/proagents/prompts/accessibility/audit.md +3 -3
- package/proagents/prompts/accessibility/wcag.md +1 -1
- package/proagents/prompts/debugging/README.md +4 -4
- package/proagents/prompts/debugging/performance-debug.md +5 -5
- package/proagents/prompts/debugging/systematic.md +4 -4
- package/proagents/prompts/performance/README.md +4 -4
- package/proagents/prompts/performance/analyze.md +4 -4
- package/proagents/prompts/refactoring/README.md +4 -4
- package/proagents/prompts/refactoring/code-smells.md +9 -9
- package/proagents/prompts/refactoring/patterns.md +6 -6
- package/proagents/prompts/security-audit/README.md +6 -6
- package/proagents/prompts/security-audit/code-review.md +5 -5
- package/proagents/reverse-engineering/README.md +21 -21
- package/proagents/reverse-engineering/architecture-extraction.md +6 -6
- package/proagents/reverse-engineering/code-analysis.md +6 -6
- package/proagents/reverse-engineering/dependency-mapping.md +10 -10
- package/proagents/reverse-engineering/diagram-generation.md +9 -9
- package/proagents/reverse-engineering/documentation-generation.md +7 -7
- package/proagents/reverse-engineering/pattern-detection.md +8 -8
- package/proagents/reverse-engineering/quality-assessment.md +10 -10
- package/proagents/rules/README.md +7 -7
- package/proagents/rules/custom-rules.md +8 -8
- package/proagents/runbooks/README.md +9 -9
- package/proagents/runbooks/dependency-vulnerability.md +4 -4
- package/proagents/runbooks/incident-response.md +12 -12
- package/proagents/runbooks/performance-degradation.md +5 -5
- package/proagents/runbooks/production-debugging.md +5 -5
- package/proagents/scaffolding/nextjs/README.md +10 -10
- package/proagents/scaffolding/nodejs/README.md +10 -10
- package/proagents/scaffolding/project-types.md +7 -7
- package/proagents/scaffolding/react/README.md +6 -6
- package/proagents/scaffolding/react-native/README.md +10 -10
- package/proagents/security/owasp-checklist.md +3 -3
- package/proagents/security/sast-guide.md +6 -6
- package/proagents/security/security-report-template.md +5 -5
- package/proagents/security/vulnerability-scanning.md +6 -6
- package/proagents/slash-commands.json +50 -75
- package/proagents/standards/README.md +4 -4
- package/proagents/standards/architecture-patterns.md +10 -10
- package/proagents/standards/naming-conventions-template.md +4 -4
- package/proagents/standards/override-system.md +8 -8
- package/proagents/team/code-ownership.md +4 -4
- package/proagents/team/communication-templates.md +6 -6
- package/proagents/team/handoff-protocol.md +4 -4
- package/proagents/team/ide-setup/cursor.md +1 -1
- package/proagents/templates/README.md +1 -1
- package/proagents/templates/release-notes.md +214 -0
- package/proagents/ui-integration/figma-guide.md +3 -3
- package/proagents/ui-integration/manual-export-guide.md +2 -2
- package/proagents/ui-integration/sketch-interpretation.md +2 -2
- package/proagents/webhooks/events.md +3 -3
- package/proagents/workflow-modes/README.md +11 -11
- package/proagents/workflow-modes/deferred-tracking.md +12 -12
- package/proagents/workflow-modes/entry-modes.md +16 -16
- package/proagents/workflow-modes/guardrails.md +7 -7
- package/proagents/workflow-modes/mode-detection.md +7 -7
- package/proagents/workflow-modes/mode-switching.md +9 -9
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ProAgents Commands Reference
|
|
2
2
|
|
|
3
|
-
AI-platform
|
|
3
|
+
AI-platform commands for ProAgents workflow operations.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
## Overview
|
|
8
8
|
|
|
9
|
-
|
|
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:
|
|
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
|
|
23
|
+
## How Commands Work
|
|
24
24
|
|
|
25
25
|
### Intelligent Hints
|
|
26
26
|
|
|
27
|
-
When you type
|
|
27
|
+
When you type `pa:`, available commands are displayed:
|
|
28
28
|
|
|
29
29
|
```
|
|
30
|
-
|
|
30
|
+
pa: ← User types prefix
|
|
31
31
|
|
|
32
32
|
┌─────────────────────────────────────┐
|
|
33
33
|
│ Available Commands: │
|
|
34
34
|
├─────────────────────────────────────┤
|
|
35
|
-
│
|
|
36
|
-
│
|
|
37
|
-
│
|
|
38
|
-
│
|
|
39
|
-
│
|
|
40
|
-
│
|
|
41
|
-
│
|
|
42
|
-
│
|
|
43
|
-
│
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
|
65
|
-
|
|
|
66
|
-
|
|
|
67
|
-
|
|
|
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
|
-
|
|
72
|
-
|
|
73
|
-
|
|
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
|
-
|
|
|
83
|
-
|
|
|
84
|
-
|
|
|
85
|
-
|
|
|
86
|
-
|
|
|
87
|
-
|
|
|
88
|
-
|
|
|
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
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
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
|
-
|
|
|
106
|
-
|
|
|
107
|
-
|
|
|
108
|
-
|
|
|
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
|
-
|
|
113
|
-
|
|
114
|
-
|
|
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
|
-
|
|
|
124
|
-
|
|
|
125
|
-
|
|
|
126
|
-
|
|
|
127
|
-
|
|
|
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
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
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
|
-
|
|
|
144
|
-
|
|
|
145
|
-
|
|
|
146
|
-
|
|
|
147
|
-
|
|
|
148
|
-
|
|
|
149
|
-
|
|
|
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
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
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
|
-
|
|
|
166
|
-
|
|
|
167
|
-
|
|
|
168
|
-
|
|
|
169
|
-
|
|
|
170
|
-
|
|
|
171
|
-
|
|
|
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
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
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
|
-
|
|
|
188
|
-
|
|
|
189
|
-
|
|
|
190
|
-
|
|
|
191
|
-
|
|
|
192
|
-
|
|
|
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
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
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
|
-
|
|
|
209
|
-
|
|
|
210
|
-
|
|
|
211
|
-
|
|
|
212
|
-
|
|
|
213
|
-
|
|
|
214
|
-
|
|
|
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
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
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
|
-
|
|
|
232
|
-
|
|
|
233
|
-
|
|
|
234
|
-
|
|
|
235
|
-
|
|
|
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
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
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
|
-
|
|
|
253
|
-
|
|
|
254
|
-
|
|
|
255
|
-
|
|
|
256
|
-
|
|
|
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
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
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
|
-
|
|
|
273
|
-
|
|
|
274
|
-
|
|
|
275
|
-
|
|
|
276
|
-
|
|
|
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
|
-
|
|
281
|
-
|
|
282
|
-
|
|
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
|
-
|
|
|
292
|
-
|
|
|
293
|
-
|
|
|
294
|
-
|
|
|
295
|
-
|
|
|
296
|
-
|
|
|
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
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
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
|
-
|
|
316
|
+
pa: → Prioritizes: pa:feature-status, pa:test, pa:commit
|
|
317
317
|
|
|
318
318
|
Available:
|
|
319
|
-
•
|
|
320
|
-
•
|
|
321
|
-
•
|
|
322
|
-
•
|
|
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
|
-
|
|
328
|
+
pa: → Suggests: pa:deploy, pa:pr-create
|
|
329
329
|
|
|
330
330
|
Available:
|
|
331
|
-
•
|
|
332
|
-
•
|
|
333
|
-
•
|
|
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
|
-
|
|
339
|
+
pa: → Prioritizes: pa:fix-complete, pa:test, pa:commit-fix
|
|
340
340
|
|
|
341
341
|
Available:
|
|
342
|
-
•
|
|
343
|
-
•
|
|
344
|
-
•
|
|
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
|
-
|
|
354
|
+
pa:test && pa:deploy
|
|
355
355
|
# Run tests, then deploy if tests pass
|
|
356
356
|
|
|
357
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
"
|
|
377
|
+
"pa:ship":
|
|
378
378
|
description: "Full deployment workflow"
|
|
379
|
-
hints: ["
|
|
379
|
+
hints: ["pa:ship-staging", "pa:ship-prod"]
|
|
380
380
|
steps:
|
|
381
|
-
- "
|
|
382
|
-
- "
|
|
383
|
-
- "
|
|
381
|
+
- "pa:test-all"
|
|
382
|
+
- "pa:qa-full"
|
|
383
|
+
- "pa:deploy-prod"
|
|
384
384
|
|
|
385
|
-
"
|
|
385
|
+
"pa:morning":
|
|
386
386
|
description: "Daily start routine"
|
|
387
387
|
steps:
|
|
388
|
-
- "
|
|
389
|
-
- "
|
|
388
|
+
- "pa:status"
|
|
389
|
+
- "pa:feature-list"
|
|
390
390
|
|
|
391
|
-
"
|
|
391
|
+
"pa:friday":
|
|
392
392
|
description: "End of week"
|
|
393
393
|
steps:
|
|
394
|
-
- "
|
|
395
|
-
- "
|
|
394
|
+
- "pa:doc-moderate"
|
|
395
|
+
- "pa:report-velocity"
|
|
396
396
|
|
|
397
|
-
"
|
|
397
|
+
"pa:ci":
|
|
398
398
|
description: "CI pipeline"
|
|
399
399
|
steps:
|
|
400
|
-
- "
|
|
401
|
-
- "
|
|
402
|
-
- "
|
|
400
|
+
- "pa:lint"
|
|
401
|
+
- "pa:test-all"
|
|
402
|
+
- "pa:qa-security"
|
|
403
403
|
```
|
|
404
404
|
|
|
405
405
|
**Using Custom Commands:**
|
|
406
406
|
```
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
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
|
|
418
|
+
Native support for all pa: commands:
|
|
419
419
|
```
|
|
420
|
-
|
|
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
|
|
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
|
-
"
|
|
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
|
-
|
|
453
|
-
|
|
454
|
-
|
|
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
|
-
|
|
461
|
-
|
|
462
|
-
|
|
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
|
-
|
|
469
|
-
|
|
470
|
-
|
|
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
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
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
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
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
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
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
|
```
|