fix: resolve agent namespace issues across 11 plugins

Fixed 109 agent namespace issues where external agent references were
missing proper namespace prefixes (plugin-name::agent-name format).

Affected plugins (bumped to v1.2.1):
- tdd-workflows: Fixed 12 references in tdd-cycle, tdd-green, tdd-red
- incident-response: Fixed 29 references in incident-response, smart-fix
- data-engineering: Fixed 12 references in data-driven-feature
- backend-development: Fixed 11 references in feature-development
- framework-migration: Fixed 10 references in legacy-modernize
- git-pr-workflows: Fixed 7 references in git-workflow
- security-scanning: Fixed 7 references in security-hardening
- full-stack-orchestration: Fixed 6 references in full-stack-feature
- application-performance: Fixed 5 references in performance-optimization
- comprehensive-review: Fixed 5 references in full-review
- multi-platform-apps: Fixed 5 references in multi-platform

Changes:
- Added namespace prefixes for all external agent references
- Replaced 14 missing agents with appropriate equivalents
- Updated marketplace.json to bump affected plugin versions

Closes #95
This commit is contained in:
Seth Hobson
2025-10-13 19:15:30 -04:00
parent 9b64821cc9
commit 492adf9353
15 changed files with 126 additions and 126 deletions

View File

@@ -33,7 +33,7 @@ Build and deploy the same feature consistently across web, mobile, and desktop p
- Expected output: Design system documentation, component library specs, platform guidelines
### 3. Shared Business Logic Architecture
- Use Task tool with subagent_type="software-architect"
- Use Task tool with subagent_type="comprehensive-review::architect-review"
- Prompt: "Design shared business logic architecture for cross-platform feature. Define:
- Core domain models and entities (platform-agnostic)
- Business rules and validation logic
@@ -93,7 +93,7 @@ Build and deploy the same feature consistently across web, mobile, and desktop p
- Expected output: Native Android implementation with tests
### 4d. Desktop Implementation (Optional - Electron/Tauri)
- Use Task tool with subagent_type="desktop-developer"
- Use Task tool with subagent_type="frontend-mobile-development::frontend-developer"
- Prompt: "Implement desktop version using Tauri 2.0 or Electron with:
- Shared web codebase where possible
- Native OS integration (system tray, notifications)
@@ -109,7 +109,7 @@ Build and deploy the same feature consistently across web, mobile, and desktop p
## Phase 3: Integration and Validation
### 5. API Documentation and Testing
- Use Task tool with subagent_type="api-documenter"
- Use Task tool with subagent_type="documentation-generation::api-documenter"
- Prompt: "Create comprehensive API documentation including:
- Interactive OpenAPI/Swagger documentation
- Platform-specific integration guides
@@ -125,7 +125,7 @@ Build and deploy the same feature consistently across web, mobile, and desktop p
- Expected output: Complete API documentation portal, test results
### 6. Cross-Platform Testing and Feature Parity
- Use Task tool with subagent_type="test-automator"
- Use Task tool with subagent_type="unit-testing::test-automator"
- Prompt: "Validate feature parity across all platforms:
- Functional testing matrix (features work identically)
- UI consistency verification (follows design system)
@@ -140,7 +140,7 @@ Build and deploy the same feature consistently across web, mobile, and desktop p
- Expected output: Test report, parity matrix, performance metrics
### 7. Platform-Specific Optimizations
- Use Task tool with subagent_type="performance-optimizer"
- Use Task tool with subagent_type="application-performance::performance-engineer"
- Prompt: "Optimize each platform implementation:
- Web: Bundle size, lazy loading, CDN setup, SEO
- iOS: App size, launch time, memory usage, battery