ruoyi-cloud-plus-best-practices
Installation
SKILL.md
RuoYi Cloud Plus Best Practices
Overview
Use this as the single entry skill for RuoYi-Cloud-Plus backend work. Apply it to keep architecture, base service boundaries, and code style consistent in one run.
Routing Rules
- Use DDD flow first when the task is a new domain capability, aggregate boundary change, or complex business refactor.
- Use basic-service flow first when the task is shared capability extraction or cross-service API design.
- Use code-convention flow first when the task is code review, PR cleanup, or style alignment.
- Run all three flows for medium-to-large feature delivery.
Unified Execution Flow
- Clarify scope and classify task type.
- Task type:
domain-design,base-capability,implementation, orreview. - Map impacted modules:
ruoyi-modules/*,ruoyi-api/*,ruoyi-common/*.