lovstudio-solution-architect
Installation
SKILL.md
Solution Architect
Turn a user's raw requirement into a detailed, researched solution plan in Simplified Chinese.
Core Rule
Prefer options in this order:
- Modern popular open-source DIY libraries, frameworks, and protocols.
- Older or legacy open-source libraries only when they are still the safest fit.
- From-scratch implementation only for core differentiation, missing open-source coverage, or privacy/security needs.
- Commercial API calls only when open-source DIY is materially worse on quality, cost, compliance, speed, or maintenance.
- Commercial products only when buying is clearly better than building or integrating.
When comparing libraries, favor modern projects with better developer experience, active maintenance, community reputation, and clear docs. Example preference: modern-screenshot over html2canvas; FastAPI over Express when a Python API stack is acceptable.