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
|
@@ -56,22 +56,22 @@ Not every task requires the full 10-phase workflow. ProAgents supports multiple
|
|
|
56
56
|
|
|
57
57
|
### Start in Full Workflow Mode
|
|
58
58
|
```bash
|
|
59
|
-
|
|
59
|
+
pa:feature start "User Authentication"
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
### Start in Bug Fix Mode
|
|
63
63
|
```bash
|
|
64
|
-
|
|
64
|
+
pa:fix "Login button not responding"
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
### Start in Quick Change Mode
|
|
68
68
|
```bash
|
|
69
|
-
|
|
69
|
+
pa:quick "Update API endpoint URL"
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
### Resume Previous Work
|
|
73
73
|
```bash
|
|
74
|
-
|
|
74
|
+
pa:resume user-auth
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
---
|
|
@@ -124,13 +124,13 @@ workflow_modes:
|
|
|
124
124
|
|
|
125
125
|
---
|
|
126
126
|
|
|
127
|
-
##
|
|
127
|
+
## Commands
|
|
128
128
|
|
|
129
129
|
| Command | Description |
|
|
130
130
|
|---------|-------------|
|
|
131
|
-
|
|
|
132
|
-
|
|
|
133
|
-
|
|
|
134
|
-
|
|
|
135
|
-
|
|
|
136
|
-
|
|
|
131
|
+
| `pa:feature start [name]` | Start full workflow |
|
|
132
|
+
| `pa:fix [description]` | Start bug fix mode |
|
|
133
|
+
| `pa:quick [description]` | Start quick change mode |
|
|
134
|
+
| `pa:resume [feature]` | Resume previous work |
|
|
135
|
+
| `pa:mode` | Show current mode |
|
|
136
|
+
| `pa:mode switch [mode]` | Switch to different mode |
|
|
@@ -307,23 +307,23 @@ reminders:
|
|
|
307
307
|
|
|
308
308
|
```bash
|
|
309
309
|
# Mark task complete
|
|
310
|
-
|
|
310
|
+
pa:deferred complete DEF-001
|
|
311
311
|
|
|
312
312
|
# Complete with details
|
|
313
|
-
|
|
313
|
+
pa:deferred complete DEF-001 --commit abc123 --notes "Added 5 integration tests"
|
|
314
314
|
|
|
315
315
|
# Bulk complete
|
|
316
|
-
|
|
316
|
+
pa:deferred complete DEF-001 DEF-002 DEF-003
|
|
317
317
|
```
|
|
318
318
|
|
|
319
319
|
### Closing Without Completing
|
|
320
320
|
|
|
321
321
|
```bash
|
|
322
322
|
# Close as won't do
|
|
323
|
-
|
|
323
|
+
pa:deferred close DEF-001 --reason "No longer applicable after refactor"
|
|
324
324
|
|
|
325
325
|
# Close as duplicate
|
|
326
|
-
|
|
326
|
+
pa:deferred close DEF-001 --duplicate DEF-005
|
|
327
327
|
```
|
|
328
328
|
|
|
329
329
|
---
|
|
@@ -393,13 +393,13 @@ deferred_tracking:
|
|
|
393
393
|
|
|
394
394
|
---
|
|
395
395
|
|
|
396
|
-
##
|
|
396
|
+
## Commands
|
|
397
397
|
|
|
398
398
|
| Command | Description |
|
|
399
399
|
|---------|-------------|
|
|
400
|
-
|
|
|
401
|
-
|
|
|
402
|
-
|
|
|
403
|
-
|
|
|
404
|
-
|
|
|
405
|
-
|
|
|
400
|
+
| `pa:deferred list` | List all deferred tasks |
|
|
401
|
+
| `pa:deferred show [id]` | Show task details |
|
|
402
|
+
| `pa:deferred complete [id]` | Mark task complete |
|
|
403
|
+
| `pa:deferred close [id]` | Close without completing |
|
|
404
|
+
| `pa:deferred assign [id] [user]` | Assign task |
|
|
405
|
+
| `pa:deferred report` | Generate report |
|
|
@@ -59,10 +59,10 @@ The complete 10-phase development workflow for new features.
|
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
61
|
# Start new feature
|
|
62
|
-
|
|
62
|
+
pa:feature start "User Profile Management"
|
|
63
63
|
|
|
64
64
|
# With options
|
|
65
|
-
|
|
65
|
+
pa:feature start "User Profile" --skip-ui --checkpoint=critical
|
|
66
66
|
```
|
|
67
67
|
|
|
68
68
|
### Checkpoints
|
|
@@ -131,13 +131,13 @@ Streamlined workflow for fixing bugs quickly without skipping quality.
|
|
|
131
131
|
|
|
132
132
|
```bash
|
|
133
133
|
# Start bug fix
|
|
134
|
-
|
|
134
|
+
pa:fix "Login button not responding on mobile"
|
|
135
135
|
|
|
136
136
|
# With issue reference
|
|
137
|
-
|
|
137
|
+
pa:fix "Login button issue" --issue PROJ-123
|
|
138
138
|
|
|
139
139
|
# With urgency
|
|
140
|
-
|
|
140
|
+
pa:fix "Critical auth bypass" --priority critical
|
|
141
141
|
```
|
|
142
142
|
|
|
143
143
|
### Auto-Context Gathering
|
|
@@ -226,10 +226,10 @@ Minimal workflow for simple, low-risk changes.
|
|
|
226
226
|
|
|
227
227
|
```bash
|
|
228
228
|
# Quick change
|
|
229
|
-
|
|
229
|
+
pa:quick "Update API URL to production"
|
|
230
230
|
|
|
231
231
|
# With specific file
|
|
232
|
-
|
|
232
|
+
pa:quick "Fix typo in button" --file src/components/Button.tsx
|
|
233
233
|
```
|
|
234
234
|
|
|
235
235
|
### Restrictions
|
|
@@ -301,13 +301,13 @@ Continue work on a previously started feature.
|
|
|
301
301
|
|
|
302
302
|
```bash
|
|
303
303
|
# Resume by feature name
|
|
304
|
-
|
|
304
|
+
pa:resume user-authentication
|
|
305
305
|
|
|
306
306
|
# Resume last feature
|
|
307
|
-
|
|
307
|
+
pa:resume --last
|
|
308
308
|
|
|
309
309
|
# Show all resumable features
|
|
310
|
-
|
|
310
|
+
pa:resume --list
|
|
311
311
|
```
|
|
312
312
|
|
|
313
313
|
### Resume Context
|
|
@@ -386,12 +386,12 @@ entry_modes:
|
|
|
386
386
|
|
|
387
387
|
---
|
|
388
388
|
|
|
389
|
-
##
|
|
389
|
+
## Commands
|
|
390
390
|
|
|
391
391
|
| Command | Mode | Description |
|
|
392
392
|
|---------|------|-------------|
|
|
393
|
-
|
|
|
394
|
-
|
|
|
395
|
-
|
|
|
396
|
-
|
|
|
397
|
-
|
|
|
393
|
+
| `pa:feature start` | Full | Start full workflow |
|
|
394
|
+
| `pa:fix` | Bug Fix | Start bug fix mode |
|
|
395
|
+
| `pa:quick` | Quick Change | Start quick change |
|
|
396
|
+
| `pa:resume` | Resume | Continue previous work |
|
|
397
|
+
| `pa:mode` | Any | Show/change current mode |
|
|
@@ -345,10 +345,10 @@ bypass_procedures:
|
|
|
345
345
|
|
|
346
346
|
```bash
|
|
347
347
|
# Bypass with justification
|
|
348
|
-
|
|
348
|
+
pa:guardrail bypass scope_warning --reason "One-time migration script"
|
|
349
349
|
|
|
350
350
|
# Request bypass approval
|
|
351
|
-
|
|
351
|
+
pa:guardrail request-bypass critical_path --approver tech_lead
|
|
352
352
|
```
|
|
353
353
|
|
|
354
354
|
---
|
|
@@ -395,11 +395,11 @@ guardrails:
|
|
|
395
395
|
|
|
396
396
|
---
|
|
397
397
|
|
|
398
|
-
##
|
|
398
|
+
## Commands
|
|
399
399
|
|
|
400
400
|
| Command | Description |
|
|
401
401
|
|---------|-------------|
|
|
402
|
-
|
|
|
403
|
-
|
|
|
404
|
-
|
|
|
405
|
-
|
|
|
402
|
+
| `pa:guardrails status` | Show current guardrail status |
|
|
403
|
+
| `pa:guardrails check` | Run all guardrail checks |
|
|
404
|
+
| `pa:guardrails bypass [id]` | Bypass specific guardrail |
|
|
405
|
+
| `pa:guardrails history` | Show bypass history |
|
|
@@ -311,13 +311,13 @@ Users can always override:
|
|
|
311
311
|
|
|
312
312
|
```bash
|
|
313
313
|
# Force full workflow
|
|
314
|
-
|
|
314
|
+
pa:feature start "Fix login button" --mode full
|
|
315
315
|
|
|
316
316
|
# Force bug fix mode
|
|
317
|
-
|
|
317
|
+
pa:fix "Add new validation" --mode bug-fix
|
|
318
318
|
|
|
319
319
|
# Skip detection
|
|
320
|
-
|
|
320
|
+
pa:quick "Update config" --no-detect
|
|
321
321
|
```
|
|
322
322
|
|
|
323
323
|
---
|
|
@@ -349,10 +349,10 @@ mode_detection:
|
|
|
349
349
|
|
|
350
350
|
---
|
|
351
351
|
|
|
352
|
-
##
|
|
352
|
+
## Commands
|
|
353
353
|
|
|
354
354
|
| Command | Description |
|
|
355
355
|
|---------|-------------|
|
|
356
|
-
|
|
|
357
|
-
|
|
|
358
|
-
|
|
|
356
|
+
| `pa:detect [request]` | Test mode detection |
|
|
357
|
+
| `pa:mode suggest` | Get mode suggestion for current context |
|
|
358
|
+
| `pa:mode override [mode]` | Override detected mode |
|
|
@@ -33,7 +33,7 @@ Action: Suggest upgrade to Full Workflow
|
|
|
33
33
|
**How to Switch:**
|
|
34
34
|
```bash
|
|
35
35
|
# Manual switch
|
|
36
|
-
|
|
36
|
+
pa:mode switch full-workflow
|
|
37
37
|
|
|
38
38
|
# Accept suggestion
|
|
39
39
|
# When prompted: [Upgrade to Full Workflow?] → Yes
|
|
@@ -78,10 +78,10 @@ Action: Suggest downgrade to Bug Fix
|
|
|
78
78
|
**How to Switch:**
|
|
79
79
|
```bash
|
|
80
80
|
# Manual switch
|
|
81
|
-
|
|
81
|
+
pa:mode switch bug-fix
|
|
82
82
|
|
|
83
83
|
# With confirmation
|
|
84
|
-
|
|
84
|
+
pa:mode switch bug-fix --confirm
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
**What Happens:**
|
|
@@ -315,18 +315,18 @@ preserved_on_switch:
|
|
|
315
315
|
|
|
316
316
|
```bash
|
|
317
317
|
# Switch modes
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
318
|
+
pa:mode switch full-workflow
|
|
319
|
+
pa:mode switch bug-fix
|
|
320
|
+
pa:mode switch quick-change
|
|
321
321
|
|
|
322
322
|
# Check current mode
|
|
323
|
-
|
|
323
|
+
pa:mode current
|
|
324
324
|
|
|
325
325
|
# See switch history
|
|
326
|
-
|
|
326
|
+
pa:mode history
|
|
327
327
|
|
|
328
328
|
# Force mode (skip confirmation)
|
|
329
|
-
|
|
329
|
+
pa:mode switch full-workflow --force
|
|
330
330
|
```
|
|
331
331
|
|
|
332
332
|
---
|