什麼是 design?
採用 SOLID 原則、DRY/KISS/YAGNI 和安全設計來設計軟體系統。在規劃功能、分析需求、定義架構或製定架構決策時使用。 來源:knoopx/pi。
採用 SOLID 原則、DRY/KISS/YAGNI 和安全設計來設計軟體系統。在規劃功能、分析需求、定義架構或製定架構決策時使用。
透過命令列快速安裝 design AI 技能到你的開發環境
來源:knoopx/pi。
Guidelines for requirements analysis, design principles, architecture, and security.
| Single Responsibility | A class/module should have one reason to change | Class doing too many things | | Open/Closed | Open for extension, closed for modification | Modifying existing code for new features | | Liskov Substitution | Subtypes must be substitutable for base types | Overridden methods breaking contracts |
| Interface Segregation | Many specific interfaces > one general interface | Clients forced to depend on unused methods | | Dependency Inversion | Depend on abstractions, not concretions | High-level modules importing low-level details |
採用 SOLID 原則、DRY/KISS/YAGNI 和安全設計來設計軟體系統。在規劃功能、分析需求、定義架構或製定架構決策時使用。 來源:knoopx/pi。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/knoopx/pi --skill design採用 SOLID 原則、DRY/KISS/YAGNI 和安全設計來設計軟體系統。在規劃功能、分析需求、定義架構或製定架構決策時使用。 來源:knoopx/pi。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/knoopx/pi --skill design 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/knoopx/pi