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.
- 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,13 +1,13 @@
|
|
|
1
|
-
# ProAgents
|
|
1
|
+
# ProAgents Commands Reference
|
|
2
2
|
|
|
3
|
-
## How
|
|
3
|
+
## How Commands Work
|
|
4
4
|
|
|
5
|
-
Type
|
|
5
|
+
Type `pa:` to see available commands. As you type more, hints filter to show related commands.
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
24
|
-
|
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
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
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
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
|
-
|
|
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
|
-
|
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
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
|
-
|
|
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
|
-
|
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
74
|
-
|
|
|
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
|
-
|
|
|
83
|
-
|
|
|
84
|
-
|
|
|
85
|
-
|
|
|
86
|
-
|
|
|
87
|
-
|
|
|
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
|
-
|
|
|
96
|
-
|
|
|
97
|
-
|
|
|
98
|
-
|
|
|
99
|
-
|
|
|
100
|
-
|
|
|
101
|
-
|
|
|
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
|
-
|
|
106
|
-
|
|
107
|
-
|
|
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
|
-
|
|
|
117
|
-
|
|
|
118
|
-
|
|
|
119
|
-
|
|
|
120
|
-
|
|
|
121
|
-
|
|
|
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
|
-
|
|
|
130
|
-
|
|
|
131
|
-
|
|
|
132
|
-
|
|
|
133
|
-
|
|
|
134
|
-
|
|
|
135
|
-
|
|
|
136
|
-
|
|
|
137
|
-
|
|
|
138
|
-
|
|
|
139
|
-
|
|
|
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
|
-
|
|
|
148
|
-
|
|
|
149
|
-
|
|
|
150
|
-
|
|
|
151
|
-
|
|
|
152
|
-
|
|
|
153
|
-
|
|
|
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
|
-
|
|
|
162
|
-
|
|
|
163
|
-
|
|
|
164
|
-
|
|
|
165
|
-
|
|
|
166
|
-
|
|
|
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
|
-
|
|
|
175
|
-
|
|
|
176
|
-
|
|
|
177
|
-
|
|
|
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
|
-
"
|
|
187
|
+
"pa:ship":
|
|
188
188
|
description: "Full deployment workflow"
|
|
189
189
|
steps:
|
|
190
|
-
- "
|
|
191
|
-
- "
|
|
192
|
-
- "
|
|
190
|
+
- "pa:test-all"
|
|
191
|
+
- "pa:qa-full"
|
|
192
|
+
- "pa:deploy-prod"
|
|
193
193
|
|
|
194
|
-
"
|
|
194
|
+
"pa:morning":
|
|
195
195
|
description: "Daily start routine"
|
|
196
196
|
steps:
|
|
197
|
-
- "
|
|
198
|
-
- "
|
|
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
|
-
|
|
208
|
-
|
|
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
|
|
218
|
-
- **In bug fix mode:** Prioritizes
|
|
219
|
-
- **After tests pass:** Suggests
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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
|
-
|
|
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
|
-
##
|
|
390
|
+
## Commands Reference
|
|
391
391
|
|
|
392
392
|
| Command | Description |
|
|
393
393
|
|---------|-------------|
|
|
394
|
-
|
|
|
395
|
-
|
|
|
396
|
-
|
|
|
397
|
-
|
|
|
398
|
-
|
|
|
399
|
-
|
|
|
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 |
|
|
14
|
-
| Export |
|
|
15
|
-
| Sketch |
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
483
|
+
## Commands Reference
|
|
484
484
|
|
|
485
485
|
| Command | Description |
|
|
486
486
|
|---------|-------------|
|
|
487
|
-
|
|
|
488
|
-
|
|
|
489
|
-
|
|
|
490
|
-
|
|
|
491
|
-
|
|
|
492
|
-
|
|
|
493
|
-
|
|
|
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
|
-
|
|
10
|
+
pa:plan
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
---
|
|
@@ -491,15 +491,15 @@ TEST DATA:
|
|
|
491
491
|
|
|
492
492
|
---
|
|
493
493
|
|
|
494
|
-
##
|
|
494
|
+
## Commands Reference
|
|
495
495
|
|
|
496
496
|
| Command | Description |
|
|
497
497
|
|---------|-------------|
|
|
498
|
-
|
|
|
499
|
-
|
|
|
500
|
-
|
|
|
501
|
-
|
|
|
502
|
-
|
|
|
503
|
-
|
|
|
504
|
-
|
|
|
505
|
-
|
|
|
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
|
-
|
|
10
|
+
pa:implement
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
---
|
|
@@ -504,15 +504,15 @@ After coding:
|
|
|
504
504
|
|
|
505
505
|
---
|
|
506
506
|
|
|
507
|
-
##
|
|
507
|
+
## Commands Reference
|
|
508
508
|
|
|
509
509
|
| Command | Description |
|
|
510
510
|
|---------|-------------|
|
|
511
|
-
|
|
|
512
|
-
|
|
|
513
|
-
|
|
|
514
|
-
|
|
|
515
|
-
|
|
|
516
|
-
|
|
|
517
|
-
|
|
|
518
|
-
|
|
|
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
|
-
|
|
10
|
+
pa:test
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Related commands:
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
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
|
-
##
|
|
609
|
+
## Commands Reference
|
|
610
610
|
|
|
611
611
|
| Command | Description |
|
|
612
612
|
|---------|-------------|
|
|
613
|
-
|
|
|
614
|
-
|
|
|
615
|
-
|
|
|
616
|
-
|
|
|
617
|
-
|
|
|
618
|
-
|
|
|
619
|
-
|
|
|
620
|
-
|
|
|
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
|
-
|
|
10
|
+
pa:review
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
---
|
|
@@ -500,13 +500,13 @@ KEY FEEDBACK:
|
|
|
500
500
|
|
|
501
501
|
---
|
|
502
502
|
|
|
503
|
-
##
|
|
503
|
+
## Commands Reference
|
|
504
504
|
|
|
505
505
|
| Command | Description |
|
|
506
506
|
|---------|-------------|
|
|
507
|
-
|
|
|
508
|
-
|
|
|
509
|
-
|
|
|
510
|
-
|
|
|
511
|
-
|
|
|
512
|
-
|
|
|
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 |
|