This skill should be used when preparing an Adaptive Reuse Response Plan to obtain exemptions from the Building Act or Fire Services Act for cultural heritage projects, proposing alternative safety and compliance measures.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add h30190/HJPLUS_Taiwan_Architect_KB --skill adaptive-reuse-response-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Adaptive Reuse Response Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/h30190-adaptive-reuse-response-plan)More formats (shields.io, HTML) on the badges page.
---
type: Skill
name: adaptive-reuse-response-plan
description: "This skill should be used when preparing an Adaptive Reuse Response Plan to obtain exemptions from the Building Act or Fire Services Act for cultural heritage projects, proposing alternative safety and compliance measures."
license: CC-BY-SA-4.0
compatibility: claude-code,opencode,agent-skills
metadata:
audience: architects
region: taiwan
class: C
---
# Adaptive Reuse Response Plan (再利用因應計畫)
This skill covers the preparation of an Adaptive Reuse Response Plan. Under the Cultural Heritage Preservation Act, if restoring or reusing a heritage building conflicts with modern building, zoning, or fire safety codes, architects can propose alternative measures through this plan to obtain legal exemptions.
## 1. Regulatory Context
- **Primary Law**: Cultural Heritage Preservation Act (文資法)
- **Target Exemptions**: Building Act (建築法), Fire Services Act (消防法), Urban Planning Law (都市計畫法), and Regional Plan Act (區域計畫法).
## 2. Plan Structure
The plan must explicitly detail the conflicts and the proposed alternatives:
| Section | Content |
|---------|---------|
| Project Description | Proposed new use (e.g., converting an old residence into a restaurant). |
| Code Conflict Analysis | Identifying specific articles in the Building Code or Fire Safety regulations that cannot be met without damaging the heritage value. |
| Alternative Measures | Compensatory safety measures. (e.g., strict occupancy limits, independent smoke detectors, enhanced management protocols). |
| Management Plan | Day-to-day operational safety rules. |
## 3. Common Exemptions and Alternatives
- **Fire Safety**: If water sprinklers cannot be installed (to avoid water damage to timber), alternative measures like early warning systems (smoke detectors) and strict ignition source control are proposed.
- **Accessibility**: If ramps cannot be built without altering the historic facade, service alternatives (e.g., staff assistance, accessible facilities in an adjacent new building) may be proposed.
- **Structural Safety**: Justifying the existing structural capacity based on historical performance rather than modern seismic codes, supported by structural assessment.
## 4. MCP Integration
Use these tools to identify the specific regulations that need to be exempted:
```python
# Search for specific building codes to reference in the exemption analysis
taiwan-building-code_search_building_code(query="防火區劃")
# Search for official interpretations regarding heritage exemptions
taiwan-building-code_search_building_interpretations(query="古蹟 再利用 建築法")
```
---
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!