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

  1. Use DDD flow first when the task is a new domain capability, aggregate boundary change, or complex business refactor.
  2. Use basic-service flow first when the task is shared capability extraction or cross-service API design.
  3. Use code-convention flow first when the task is code review, PR cleanup, or style alignment.
  4. Run all three flows for medium-to-large feature delivery.

Unified Execution Flow

  1. Clarify scope and classify task type.
  • Task type: domain-design, base-capability, implementation, or review.
  • Map impacted modules: ruoyi-modules/*, ruoyi-api/*, ruoyi-common/*.
Installs
14
GitHub Stars
5
First Seen
Mar 2, 2026