building-envelope · diff
git:20260807.11aada1 to git:20260829.cd7ebe6
1 added, 1 removed. Audit A to A.
---
type: Skill
name: building-envelope
- description: "This skill should be used when designing and analyzing building envelope systems, including wall assemblies, roofs, glazing, thermal performance, and waterproofing."
+ description: "This skill should be used when designing and analyzing building envelope systems, including wall assemblies, roofs, glazing, thermal performance, and waterproofing. Trigger words: 外牆系統、帷幕牆、屋頂防水、開窗熱性能、建築外殼。"
user-invocable: true
metadata:
class: B
---
# Building Envelope Skill
## Overview
專業建築皮殼(Building Envelope)設計與分析技能,專注於外牆、屋頂、窗戶等建築外殼系統的熱性能、防水、氣密性設計。
## Capabilities
- 建築外殼熱工性能計算
- 傳熱係數(U-value)分析
- 熱橋效應評估
- 防水與氣密系統設計
- 窗牆比(WWR)優化
<!-- TODO: Taiwan adaptation needed -->
> ⚠️ 以下內容以 ASHRAE 90.1 為基準,**尚未完成台灣在地化**。引用任何數值前,請先依本檔「Taiwan Adaptation Notes」的待辦項目查證對應的台灣法規。
## Parameters
```typescript
interface BuildingEnvelopeParams {
// 牆體參數
wallAssemblies: WallAssembly[];
// 屋頂參數
roofAssemblies: RoofAssembly[];
// 窗戶參數
glazingSystems: GlazingSystem[];
// 氣候條件 - TODO: 需要增加台灣七代表站氣候數據
climateZone: string;
// 熱性能目標
targetUValues: TargetUValue;
}
```
## Methods
- `calculateUValue(assembly)` - 計算構件傳熱係數
- `analyzeThermalBridge(detail)` - 熱橋分析
- `checkCodeCompliance(assembly, location)` - TODO: 台灣建築能效法規檢核
- `optimizeEnvelope(climate, program)` - 外殼系統優化
## Taiwan Adaptation Notes
- TODO: 整合台灣建築能效標準(CNS 3815)
- TODO: 增加台灣氣候分區(7 個代表站)
- TODO: 整合台灣建築材料產品規格
- TODO: 颱風負壓與防水設計考量
## References
- ASHRAE 90.1
- CNS 3815 建築物能效標準
- TODO: 台灣住宅性能評估制度