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
|
@@ -224,12 +224,12 @@ reports:
|
|
|
224
224
|
### On-Demand Reports
|
|
225
225
|
|
|
226
226
|
```bash
|
|
227
|
-
# Generate reports via
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
227
|
+
# Generate reports via commands
|
|
228
|
+
pa:report-learning weekly
|
|
229
|
+
pa:report-learning monthly
|
|
230
|
+
pa:report-learning patterns
|
|
231
|
+
pa:report-learning decisions
|
|
232
|
+
pa:report-learning all
|
|
233
233
|
```
|
|
234
234
|
|
|
235
235
|
---
|
|
@@ -279,7 +279,7 @@ Reports include actionable insights:
|
|
|
279
279
|
│ │
|
|
280
280
|
│ 1. Consider disabling "after_testing" checkpoint │
|
|
281
281
|
│ → You've skipped it 95% of the time │
|
|
282
|
-
│ → Run:
|
|
282
|
+
│ → Run: pa:config set checkpoints.after_testing false │
|
|
283
283
|
│ │
|
|
284
284
|
│ 2. Document your preferred caching strategy │
|
|
285
285
|
│ → Only 45% confidence, frequently corrected │
|
|
@@ -294,13 +294,13 @@ Reports include actionable insights:
|
|
|
294
294
|
|
|
295
295
|
---
|
|
296
296
|
|
|
297
|
-
##
|
|
297
|
+
## Commands
|
|
298
298
|
|
|
299
299
|
| Command | Description |
|
|
300
300
|
|---------|-------------|
|
|
301
|
-
|
|
|
302
|
-
|
|
|
303
|
-
|
|
|
304
|
-
|
|
|
305
|
-
|
|
|
306
|
-
|
|
|
301
|
+
| `pa:report-learning` | Show learning summary |
|
|
302
|
+
| `pa:report-learning weekly` | Generate weekly report |
|
|
303
|
+
| `pa:report-learning monthly` | Generate monthly report |
|
|
304
|
+
| `pa:report-patterns` | Pattern confidence report |
|
|
305
|
+
| `pa:report-decisions` | Decision accuracy report |
|
|
306
|
+
| `pa:report-export [format]` | Export reports |
|
|
@@ -53,18 +53,18 @@ metrics:
|
|
|
53
53
|
|
|
54
54
|
```bash
|
|
55
55
|
# View current metrics dashboard
|
|
56
|
-
|
|
56
|
+
pa:metrics dashboard
|
|
57
57
|
|
|
58
58
|
# Generate weekly report
|
|
59
|
-
|
|
59
|
+
pa:metrics report --period weekly
|
|
60
60
|
|
|
61
61
|
# View specific category
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
pa:metrics productivity
|
|
63
|
+
pa:metrics quality
|
|
64
|
+
pa:metrics deployment
|
|
65
65
|
|
|
66
66
|
# Export metrics
|
|
67
|
-
|
|
67
|
+
pa:metrics export --format json --output ./metrics.json
|
|
68
68
|
```
|
|
69
69
|
|
|
70
70
|
---
|
|
@@ -409,22 +409,22 @@ Top Improvement Areas:
|
|
|
409
409
|
|
|
410
410
|
```bash
|
|
411
411
|
# View quality dashboard
|
|
412
|
-
|
|
412
|
+
pa:metrics quality
|
|
413
413
|
|
|
414
414
|
# Detailed coverage report
|
|
415
|
-
|
|
415
|
+
pa:metrics coverage --detailed
|
|
416
416
|
|
|
417
417
|
# Complexity hotspots
|
|
418
|
-
|
|
418
|
+
pa:metrics complexity --hotspots
|
|
419
419
|
|
|
420
420
|
# Technical debt breakdown
|
|
421
|
-
|
|
421
|
+
pa:metrics debt --by-category
|
|
422
422
|
|
|
423
423
|
# Dependency audit
|
|
424
|
-
|
|
424
|
+
pa:metrics dependencies --audit
|
|
425
425
|
|
|
426
426
|
# Generate quality report
|
|
427
|
-
|
|
427
|
+
pa:metrics quality --report --format pdf
|
|
428
428
|
```
|
|
429
429
|
|
|
430
430
|
---
|
|
@@ -466,22 +466,22 @@ metrics:
|
|
|
466
466
|
|
|
467
467
|
```bash
|
|
468
468
|
# View DORA dashboard
|
|
469
|
-
|
|
469
|
+
pa:metrics dora
|
|
470
470
|
|
|
471
471
|
# Deployment frequency
|
|
472
|
-
|
|
472
|
+
pa:metrics deployments --frequency
|
|
473
473
|
|
|
474
474
|
# Lead time analysis
|
|
475
|
-
|
|
475
|
+
pa:metrics deployments --lead-time
|
|
476
476
|
|
|
477
477
|
# Failure rate
|
|
478
|
-
|
|
478
|
+
pa:metrics deployments --failures
|
|
479
479
|
|
|
480
480
|
# MTTR analysis
|
|
481
|
-
|
|
481
|
+
pa:metrics deployments --mttr
|
|
482
482
|
|
|
483
483
|
# Generate DORA report
|
|
484
|
-
|
|
484
|
+
pa:metrics dora --report --period quarterly
|
|
485
485
|
```
|
|
486
486
|
|
|
487
487
|
---
|
|
@@ -352,17 +352,17 @@ async function collectIssueMetrics(project: string): Promise<IssueMetrics> {
|
|
|
352
352
|
|
|
353
353
|
```bash
|
|
354
354
|
# View productivity dashboard
|
|
355
|
-
|
|
355
|
+
pa:metrics productivity
|
|
356
356
|
|
|
357
357
|
# Analyze specific period
|
|
358
|
-
|
|
358
|
+
pa:metrics productivity --from 2024-01-01 --to 2024-01-31
|
|
359
359
|
|
|
360
360
|
# Compare periods
|
|
361
|
-
|
|
361
|
+
pa:metrics productivity --compare "this-sprint" "last-sprint"
|
|
362
362
|
|
|
363
363
|
# Export data
|
|
364
|
-
|
|
364
|
+
pa:metrics productivity --export json
|
|
365
365
|
|
|
366
366
|
# View individual metrics
|
|
367
|
-
|
|
367
|
+
pa:metrics productivity --developer @alice
|
|
368
368
|
```
|
|
@@ -427,22 +427,22 @@ metrics:
|
|
|
427
427
|
|
|
428
428
|
```bash
|
|
429
429
|
# View learning dashboard
|
|
430
|
-
|
|
430
|
+
pa:metrics learning
|
|
431
431
|
|
|
432
432
|
# Adoption analysis
|
|
433
|
-
|
|
433
|
+
pa:metrics learning --adoption
|
|
434
434
|
|
|
435
435
|
# Pattern accuracy
|
|
436
|
-
|
|
436
|
+
pa:metrics learning --patterns
|
|
437
437
|
|
|
438
438
|
# Suggestion stats
|
|
439
|
-
|
|
439
|
+
pa:metrics learning --suggestions
|
|
440
440
|
|
|
441
441
|
# Time savings report
|
|
442
|
-
|
|
442
|
+
pa:metrics learning --savings
|
|
443
443
|
|
|
444
444
|
# Generate learning report
|
|
445
|
-
|
|
445
|
+
pa:metrics learning --report
|
|
446
446
|
```
|
|
447
447
|
|
|
448
448
|
---
|
|
@@ -228,29 +228,30 @@ learning:
|
|
|
228
228
|
- Write tests for this
|
|
229
229
|
```
|
|
230
230
|
|
|
231
|
-
**To ProAgents
|
|
231
|
+
**To ProAgents Commands:**
|
|
232
232
|
|
|
233
233
|
**`proagents/slash-commands.json`:**
|
|
234
234
|
```json
|
|
235
235
|
{
|
|
236
|
+
"prefix": "pa:",
|
|
236
237
|
"commands": [
|
|
237
238
|
{
|
|
238
|
-
"name": "
|
|
239
|
+
"name": "pa:feature",
|
|
239
240
|
"description": "Start new feature development",
|
|
240
241
|
"prompt": "Start a new feature workflow"
|
|
241
242
|
},
|
|
242
243
|
{
|
|
243
|
-
"name": "
|
|
244
|
+
"name": "pa:review",
|
|
244
245
|
"description": "Code review assistance",
|
|
245
246
|
"prompt": "Review the current code changes"
|
|
246
247
|
},
|
|
247
248
|
{
|
|
248
|
-
"name": "
|
|
249
|
+
"name": "pa:debug",
|
|
249
250
|
"description": "Debug an issue",
|
|
250
251
|
"prompt": "Help debug the following issue"
|
|
251
252
|
},
|
|
252
253
|
{
|
|
253
|
-
"name": "
|
|
254
|
+
"name": "pa:test",
|
|
254
255
|
"description": "Generate tests",
|
|
255
256
|
"prompt": "Generate tests for the current code"
|
|
256
257
|
}
|
|
@@ -296,7 +297,7 @@ proagents export --format claude-project > claude-instructions.md
|
|
|
296
297
|
- [ ] Migrate coding standards
|
|
297
298
|
- [ ] Migrate architecture patterns
|
|
298
299
|
- [ ] Set up workflow prompts
|
|
299
|
-
- [ ] Configure
|
|
300
|
+
- [ ] Configure commands
|
|
300
301
|
- [ ] Test with a small feature
|
|
301
302
|
- [ ] Set up MCP integration (optional)
|
|
302
303
|
|
|
@@ -39,7 +39,7 @@ Review your `.cursorrules` content and identify:
|
|
|
39
39
|
1. **Coding Standards** - Style, naming, formatting rules
|
|
40
40
|
2. **Project Patterns** - Architecture, state management, etc.
|
|
41
41
|
3. **Instructions** - How AI should behave
|
|
42
|
-
4. **Custom Commands** -
|
|
42
|
+
4. **Custom Commands** - Commands or workflows
|
|
43
43
|
|
|
44
44
|
### Step 2: Create Standards Files
|
|
45
45
|
|
|
@@ -367,7 +367,7 @@ notifications:
|
|
|
367
367
|
|
|
368
368
|
# Override specific templates
|
|
369
369
|
overrides:
|
|
370
|
-
feature.completed: "./
|
|
370
|
+
feature.completed: "./templatespa:feature-completed.json"
|
|
371
371
|
deploy.failed: "./templates/deploy-failed.json"
|
|
372
372
|
|
|
373
373
|
# Template directory
|
|
@@ -381,11 +381,11 @@ notifications:
|
|
|
381
381
|
templates:
|
|
382
382
|
channels:
|
|
383
383
|
slack:
|
|
384
|
-
feature.completed: "./templates/
|
|
384
|
+
feature.completed: "./templates/slackpa:feature-completed.json"
|
|
385
385
|
deploy.failed: "./templates/slack/deploy-failed.json"
|
|
386
386
|
|
|
387
387
|
email:
|
|
388
|
-
feature.completed: "./templates/
|
|
388
|
+
feature.completed: "./templates/emailpa:feature-completed.html"
|
|
389
389
|
weekly_digest: "./templates/email/weekly-digest.html"
|
|
390
390
|
|
|
391
391
|
# Discord uses default templates
|
|
@@ -75,11 +75,11 @@ parallel_features:
|
|
|
75
75
|
|
|
76
76
|
---
|
|
77
77
|
|
|
78
|
-
##
|
|
78
|
+
## Commands
|
|
79
79
|
|
|
80
80
|
| Command | Description |
|
|
81
81
|
|---------|-------------|
|
|
82
|
-
|
|
|
83
|
-
|
|
|
84
|
-
|
|
|
85
|
-
|
|
|
82
|
+
| `pa:conflict-check` | Check for conflicts |
|
|
83
|
+
| `pa:conflict-status` | View conflict dashboard |
|
|
84
|
+
| `pa:feature-deps` | View feature dependencies |
|
|
85
|
+
| `pa:merge-order` | Get recommended merge order |
|
|
@@ -50,7 +50,7 @@ Beyond file-level, detect:
|
|
|
50
50
|
Before starting a new feature:
|
|
51
51
|
|
|
52
52
|
```
|
|
53
|
-
|
|
53
|
+
pa:conflict-check "feature-name"
|
|
54
54
|
|
|
55
55
|
Output:
|
|
56
56
|
Feature: user-profile
|
|
@@ -90,7 +90,7 @@ Track file modifications:
|
|
|
90
90
|
### 3. Pre-Merge Check
|
|
91
91
|
|
|
92
92
|
```
|
|
93
|
-
|
|
93
|
+
pa:conflict-check-merge "feature-name"
|
|
94
94
|
|
|
95
95
|
Checking feature-user-profile for merge conflicts...
|
|
96
96
|
|
|
@@ -217,10 +217,10 @@ parallel_features:
|
|
|
217
217
|
|
|
218
218
|
---
|
|
219
219
|
|
|
220
|
-
##
|
|
220
|
+
## Commands
|
|
221
221
|
|
|
222
222
|
| Command | Description |
|
|
223
223
|
|---------|-------------|
|
|
224
|
-
|
|
|
225
|
-
|
|
|
226
|
-
|
|
|
224
|
+
| `pa:conflict-check` | Check for conflicts |
|
|
225
|
+
| `pa:conflict-status` | Show conflict status |
|
|
226
|
+
| `pa:conflict-resolve` | Help resolve conflicts |
|
|
@@ -380,13 +380,13 @@ dependencies:
|
|
|
380
380
|
|
|
381
381
|
---
|
|
382
382
|
|
|
383
|
-
##
|
|
383
|
+
## Commands
|
|
384
384
|
|
|
385
385
|
| Command | Description |
|
|
386
386
|
|---------|-------------|
|
|
387
|
-
|
|
|
388
|
-
|
|
|
389
|
-
|
|
|
390
|
-
|
|
|
391
|
-
|
|
|
392
|
-
|
|
|
387
|
+
| `pa:deps` | View dependency graph |
|
|
388
|
+
| `pa:deps [feature]` | View feature dependencies |
|
|
389
|
+
| `pa:deps --blocked` | List blocked features |
|
|
390
|
+
| `pa:deps --add [from] [to]` | Add dependency |
|
|
391
|
+
| `pa:deps --remove [from] [to]` | Remove dependency |
|
|
392
|
+
| `pa:deps --check` | Check for issues |
|
|
@@ -218,7 +218,7 @@ merge_workflow:
|
|
|
218
218
|
phases:
|
|
219
219
|
pre_merge:
|
|
220
220
|
- name: "Conflict Check"
|
|
221
|
-
command: "
|
|
221
|
+
command: "pa:merge-check [feature]"
|
|
222
222
|
required: true
|
|
223
223
|
|
|
224
224
|
- name: "Test Verification"
|
|
@@ -494,13 +494,13 @@ merge:
|
|
|
494
494
|
|
|
495
495
|
---
|
|
496
496
|
|
|
497
|
-
##
|
|
497
|
+
## Commands
|
|
498
498
|
|
|
499
499
|
| Command | Description |
|
|
500
500
|
|---------|-------------|
|
|
501
|
-
|
|
|
502
|
-
|
|
|
503
|
-
|
|
|
504
|
-
|
|
|
505
|
-
|
|
|
506
|
-
|
|
|
501
|
+
| `pa:merge-order` | View recommended merge order |
|
|
502
|
+
| `pa:merge-check [feature]` | Pre-merge conflict check |
|
|
503
|
+
| `pa:merge [feature]` | Start merge process |
|
|
504
|
+
| `pa:merge-batch` | Merge all ready features |
|
|
505
|
+
| `pa:merge-status` | View merge progress |
|
|
506
|
+
| `pa:merge-schedule` | View/set merge schedule |
|
|
@@ -404,13 +404,13 @@ tracking:
|
|
|
404
404
|
|
|
405
405
|
---
|
|
406
406
|
|
|
407
|
-
##
|
|
407
|
+
## Commands
|
|
408
408
|
|
|
409
409
|
| Command | Description |
|
|
410
410
|
|---------|-------------|
|
|
411
|
-
|
|
|
412
|
-
|
|
|
413
|
-
|
|
|
414
|
-
|
|
|
415
|
-
|
|
|
416
|
-
|
|
|
411
|
+
| `pa:feature-status` | View all features status |
|
|
412
|
+
| `pa:feature-status [id]` | View specific feature |
|
|
413
|
+
| `pa:feature-update [id]` | Update feature status |
|
|
414
|
+
| `pa:feature-block [id]` | Mark feature as blocked |
|
|
415
|
+
| `pa:feature-unblock [id]` | Remove blocker |
|
|
416
|
+
| `pa:feature-dashboard` | View dashboard |
|
|
@@ -366,10 +366,10 @@ jobs:
|
|
|
366
366
|
|
|
367
367
|
---
|
|
368
368
|
|
|
369
|
-
##
|
|
369
|
+
## Commands
|
|
370
370
|
|
|
371
371
|
| Command | Description |
|
|
372
372
|
|---------|-------------|
|
|
373
|
-
|
|
|
374
|
-
|
|
|
375
|
-
|
|
|
373
|
+
| `pa:bundle-analyze` | Analyze bundle |
|
|
374
|
+
| `pa:bundle-report` | Generate report |
|
|
375
|
+
| `pa:bundle-optimize` | Optimization suggestions |
|
|
@@ -551,13 +551,13 @@ performance:
|
|
|
551
551
|
|
|
552
552
|
---
|
|
553
553
|
|
|
554
|
-
##
|
|
554
|
+
## Commands
|
|
555
555
|
|
|
556
556
|
| Command | Description |
|
|
557
557
|
|---------|-------------|
|
|
558
|
-
|
|
|
559
|
-
|
|
|
560
|
-
|
|
|
561
|
-
|
|
|
562
|
-
|
|
|
563
|
-
|
|
|
558
|
+
| `pa:load-test` | Run default load test |
|
|
559
|
+
| `pa:load-test --smoke` | Run smoke test |
|
|
560
|
+
| `pa:load-test --stress` | Run stress test |
|
|
561
|
+
| `pa:load-test --spike` | Run spike test |
|
|
562
|
+
| `pa:load-test --soak` | Run soak test |
|
|
563
|
+
| `pa:load-test --report` | Generate test report |
|
|
@@ -478,12 +478,12 @@ performance:
|
|
|
478
478
|
|
|
479
479
|
---
|
|
480
480
|
|
|
481
|
-
##
|
|
481
|
+
## Commands
|
|
482
482
|
|
|
483
483
|
| Command | Description |
|
|
484
484
|
|---------|-------------|
|
|
485
|
-
|
|
|
486
|
-
|
|
|
487
|
-
|
|
|
488
|
-
|
|
|
489
|
-
|
|
|
485
|
+
| `pa:perf-metrics` | View current metrics |
|
|
486
|
+
| `pa:perf-metrics --endpoint [path]` | Metrics for specific endpoint |
|
|
487
|
+
| `pa:perf-metrics --baseline` | Compare to baseline |
|
|
488
|
+
| `pa:perf-metrics --slow` | List slow endpoints |
|
|
489
|
+
| `pa:perf-metrics --alerts` | View active alerts |
|
|
@@ -414,12 +414,12 @@ jobs:
|
|
|
414
414
|
|
|
415
415
|
---
|
|
416
416
|
|
|
417
|
-
##
|
|
417
|
+
## Commands
|
|
418
418
|
|
|
419
419
|
| Command | Description |
|
|
420
420
|
|---------|-------------|
|
|
421
|
-
|
|
|
422
|
-
|
|
|
423
|
-
|
|
|
424
|
-
|
|
|
425
|
-
|
|
|
421
|
+
| `pa:perf-vitals` | Check Web Vitals |
|
|
422
|
+
| `pa:perf-lcp` | Analyze LCP |
|
|
423
|
+
| `pa:perf-cls` | Analyze CLS |
|
|
424
|
+
| `pa:perf-fid` | Analyze FID |
|
|
425
|
+
| `pa:perf-report` | Generate performance report |
|
|
@@ -10,7 +10,7 @@ ProAgents supports a plugin architecture that allows you to:
|
|
|
10
10
|
|
|
11
11
|
- Add custom workflow phases
|
|
12
12
|
- Integrate with external tools
|
|
13
|
-
- Create custom
|
|
13
|
+
- Create custom commands
|
|
14
14
|
- Add new code generators
|
|
15
15
|
- Implement custom validators
|
|
16
16
|
- Extend reporting capabilities
|
|
@@ -184,7 +184,7 @@ export default class CustomGeneratorPlugin implements Plugin<GeneratorPluginConf
|
|
|
184
184
|
generator: new MyComponentGenerator(config.templatesDir),
|
|
185
185
|
});
|
|
186
186
|
|
|
187
|
-
// Register
|
|
187
|
+
// Register command
|
|
188
188
|
context.commands.registerSlash({
|
|
189
189
|
name: '/generate-component',
|
|
190
190
|
description: 'Generate a custom component',
|
|
@@ -310,10 +310,10 @@ context.commands.register({
|
|
|
310
310
|
},
|
|
311
311
|
});
|
|
312
312
|
|
|
313
|
-
//
|
|
313
|
+
// Command
|
|
314
314
|
context.commands.registerSlash({
|
|
315
315
|
name: '/my-command',
|
|
316
|
-
description: 'My
|
|
316
|
+
description: 'My command',
|
|
317
317
|
handler: async (input) => {
|
|
318
318
|
return { response: 'Command executed' };
|
|
319
319
|
},
|
|
@@ -110,9 +110,9 @@ plugins:
|
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
**Commands:**
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
113
|
+
- `pa:jira link <ticket-id>` - Link feature to existing ticket
|
|
114
|
+
- `pa:jira status` - Show linked ticket status
|
|
115
|
+
- `pa:jira comment <message>` - Add comment to ticket
|
|
116
116
|
|
|
117
117
|
---
|
|
118
118
|
|
|
@@ -49,12 +49,35 @@ parallel_features:
|
|
|
49
49
|
documentation:
|
|
50
50
|
default_mode: "moderate" # full | moderate | lite
|
|
51
51
|
default_scope: "project"
|
|
52
|
+
|
|
53
|
+
# Output locations for different document types
|
|
52
54
|
output:
|
|
53
55
|
format: "markdown"
|
|
54
|
-
directory: "./docs"
|
|
55
56
|
include_diagrams: true
|
|
57
|
+
|
|
58
|
+
# Client-facing docs (at project root for easy sharing)
|
|
59
|
+
client_facing:
|
|
60
|
+
changelog: "./CHANGELOG.md" # Project changelog
|
|
61
|
+
release_notes: "./RELEASE_NOTES.md" # Current release summary
|
|
62
|
+
readme: "./README.md" # Project README
|
|
63
|
+
releases_dir: "./docs/releases/" # Version-specific release notes
|
|
64
|
+
api_docs: "./docs/api/" # Public API documentation
|
|
65
|
+
|
|
66
|
+
# Internal development docs (inside proagents/)
|
|
67
|
+
internal:
|
|
68
|
+
feature_docs: "./proagents/active-features/" # Feature-specific docs
|
|
69
|
+
dev_changelog: "./proagents/changelog/" # Detailed dev notes
|
|
70
|
+
analysis: "./proagents/cache/" # Codebase analysis
|
|
71
|
+
learning: "./proagents/.learning/" # AI learning data
|
|
72
|
+
|
|
56
73
|
required_for_all_modes: true
|
|
57
74
|
|
|
75
|
+
# Auto-generate settings
|
|
76
|
+
auto_generate:
|
|
77
|
+
release_notes_on_deploy: true
|
|
78
|
+
changelog_on_feature_complete: true
|
|
79
|
+
update_readme_on_major_changes: false
|
|
80
|
+
|
|
58
81
|
# AI Model Configuration
|
|
59
82
|
ai:
|
|
60
83
|
default_model: "auto" # auto | claude-3-opus | gpt-4 | etc.
|
|
@@ -192,20 +215,20 @@ approvals:
|
|
|
192
215
|
production:
|
|
193
216
|
required: true
|
|
194
217
|
|
|
195
|
-
# Custom
|
|
218
|
+
# Custom Commands
|
|
196
219
|
custom_commands:
|
|
197
|
-
"
|
|
220
|
+
"pa:ship":
|
|
198
221
|
description: "Full deployment workflow"
|
|
199
222
|
steps:
|
|
200
|
-
- "
|
|
201
|
-
- "
|
|
202
|
-
- "
|
|
223
|
+
- "pa:test-all"
|
|
224
|
+
- "pa:qa-full"
|
|
225
|
+
- "pa:deploy-prod"
|
|
203
226
|
|
|
204
|
-
"
|
|
227
|
+
"pa:morning":
|
|
205
228
|
description: "Daily start routine"
|
|
206
229
|
steps:
|
|
207
|
-
- "
|
|
208
|
-
- "
|
|
230
|
+
- "pa:status"
|
|
231
|
+
- "pa:feature-list"
|
|
209
232
|
|
|
210
233
|
# Standards (extend or override)
|
|
211
234
|
# extends:
|
|
@@ -6,7 +6,7 @@ Interactive project setup with project type selection.
|
|
|
6
6
|
|
|
7
7
|
## Trigger
|
|
8
8
|
|
|
9
|
-
User runs
|
|
9
|
+
User runs `pa:init` or starts a new project conversation.
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
@@ -367,21 +367,21 @@ For experienced users who want to skip the wizard:
|
|
|
367
367
|
|
|
368
368
|
```bash
|
|
369
369
|
# Full wizard (default)
|
|
370
|
-
|
|
370
|
+
pa:init
|
|
371
371
|
|
|
372
372
|
# Quick init with type
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
373
|
+
pa:init --type web-frontend
|
|
374
|
+
pa:init --type mobile --framework react-native
|
|
375
|
+
pa:init --type backend --framework nestjs
|
|
376
376
|
|
|
377
377
|
# Use existing config
|
|
378
|
-
|
|
378
|
+
pa:init --config ./proagents.config.yaml
|
|
379
379
|
|
|
380
380
|
# Minimal setup (prompts only essential questions)
|
|
381
|
-
|
|
381
|
+
pa:init --quick
|
|
382
382
|
|
|
383
383
|
# Skip all prompts, use all defaults
|
|
384
|
-
|
|
384
|
+
pa:init --yes
|
|
385
385
|
```
|
|
386
386
|
|
|
387
387
|
---
|
|
@@ -396,12 +396,12 @@ ProAgents initialized successfully!
|
|
|
396
396
|
|
|
397
397
|
Next steps:
|
|
398
398
|
1. Review proagents.config.yaml
|
|
399
|
-
2. Start your first feature:
|
|
400
|
-
3. Need help? Run
|
|
399
|
+
2. Start your first feature: pa:feature "Feature name"
|
|
400
|
+
3. Need help? Run pa:help
|
|
401
401
|
|
|
402
402
|
Your project type: Web Frontend (React)
|
|
403
403
|
Recommended workflow:
|
|
404
|
-
|
|
404
|
+
pa:feature → pa:analyze → Design → pa:implement → pa:test → pa:deploy
|
|
405
405
|
```
|
|
406
406
|
|
|
407
407
|
2. **Create initial files:**
|
|
@@ -414,13 +414,13 @@ Recommended workflow:
|
|
|
414
414
|
|
|
415
415
|
---
|
|
416
416
|
|
|
417
|
-
##
|
|
417
|
+
## Commands
|
|
418
418
|
|
|
419
419
|
| Command | Description |
|
|
420
420
|
|---------|-------------|
|
|
421
|
-
|
|
|
422
|
-
|
|
|
423
|
-
|
|
|
424
|
-
|
|
|
425
|
-
|
|
|
426
|
-
|
|
|
421
|
+
| `pa:init` | Full initialization wizard |
|
|
422
|
+
| `pa:init --type [type]` | Quick init with project type |
|
|
423
|
+
| `pa:init --wizard` | Force full wizard |
|
|
424
|
+
| `pa:init --quick` | Minimal setup |
|
|
425
|
+
| `pa:init --config [file]` | Use existing config |
|
|
426
|
+
| `pa:setup` | Re-run setup for existing project |
|