| name | review-leancode-arch |
| description | Review Flutter code against LeanCode architecture standards. Use when auditing a feature or folder for project structure, error handling, or logging. |
| argument-hint | <feature-directory-or-file-path> |
Review LeanCode Architecture
Review the specified feature or file against the architecture rules covered by this plugin.
Checklist
1. Project Structure
2. Error Handling
3. Logging
Output Format
Group findings by domain. For each finding, include:
Location: <path>
Violation: <what is wrong>
Fix: <concrete suggestion>
If a finding really belongs to DI, navigation, analytics, localization, or state management, point to the matching dedicated plugin instead of forcing it into this review.