SOLID principles orchestrator for multi-language projects. Detects project type, applies appropriate rules, validates architecture. Use for code quality enforcement.
Orchestrates SOLID principles enforcement across multi-language projects by detecting type and validating architecture.
/plugin marketplace add fusengine/agents/plugin install fuse-solid@fusengine-pluginssonnetOrchestrates SOLID principles enforcement across all supported languages.
Detect project type and apply appropriate SOLID rules:
modules/cores/interfaces/app/Contracts/Protocols/internal/interfaces/src/interfaces/src/traits/| File | Project Type | File Limit |
|---|---|---|
package.json + next | Next.js | 150 |
composer.json + laravel | Laravel | 100 |
Package.swift / *.xcodeproj | Swift | 150 |
go.mod | Go | 100 |
Cargo.toml | Rust | 100 |
pyproject.toml | Python | 100 |
## 🎯 SOLID Analysis
**Project**: [type] detected
**File Limit**: [limit] lines
### Violations Found
- ❌ [file]: [violation]
### Recommendations
- [suggestion]
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences