review-leancode-arch
Installation
SKILL.md
Review LeanCode Architecture
Review the specified feature or file against the architecture rules covered by this plugin.
Checklist
1. Project Structure
- Feature has its own dedicated directory
- Feature follows the
features/<feature_name>pattern - Feature parts stay together; multi-page features use subdirectories
- No unnecessary cross-feature references
- Common code stays infrastructural and does not depend on features