一键导入
architecture-advisor
Use when reviewing architecture boundaries, dependency direction, or multi-layer design decisions across modules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when reviewing architecture boundaries, dependency direction, or multi-layer design decisions across modules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when designing, reviewing, or modifying backend API endpoints, schemas, validation, and API documentation.
Use when shaping new features or behavior changes that need requirements clarification and option tradeoff exploration before implementation.
Use when React components are too large or complex and need extraction, simplification, or separation of concerns.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when modeling domain concepts, aggregates, and bounded contexts or checking DDD alignment in existing code.
Use when implementing or reviewing football data logic, pitch coordinates, event modeling, or sports vision pipelines.
| name | architecture-advisor |
| description | Use when reviewing architecture boundaries, dependency direction, or multi-layer design decisions across modules. |
Use this skill when the user asks to "review architecture", "check DDD compliance", or "plan a new feature" that involves multiple layers. This skill ensures the project maintains its structural integrity (Domain, Infrastructure, Application/API).
backend/app/domain contains only business logic (Entities, Value Objects, Domain Services) and no infrastructure details (DB models, API framework code).backend/app/infrastructure contains adapters (DB repositories, LLM integrations) and that they implement interfaces defined in the Domain layer.aworld SDK is used correctly within the Application layer or specialized adapters.