원클릭으로
architecture-design-guide
Design principles of form, function, sustainability in architecture
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Design principles of form, function, sustainability in architecture
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
公司金融实证研究的"漏斗式选题查找器"。互动开场先后询问 (1) 研究方向、(2) 候选标题数量 N, 再扫描全球文献(已出版英文学术期刊 + SSRN working paper + 全球高校 department seminar 1 年内日程),基于 Edmans (2024) "1000 Rejections" 红线生成 N 个候选标题,**通过并行 subagent(Agent 工具)批量生成计划书 + 查新;每个 subagent 必须强制调用 Skill 工具加载 econfin-proposal 与 novelty-check 两个预设 skill 完成各自模块**,**只有当 novelty score >= 9 时(即 JF/JFE/RFS 顶刊层次),subagent 才把 proposal + 查新报告合并的 md 写入 F:\Dropbox\CC\选题大全\<研究方向短名>\(以"简短选题名称-分数"命名,子文件夹名由 Step 0 从用户输入的研究方向派生);< 9 分的选题在 subagent 内部直接丢弃,绝不写盘、绝不输出**。当用户说"找选题"、"帮我找选题"、"想做 X 方向"、 "empirical CF idea search"、"批量生成研究计划书"、"100 ideas"、"econfin-idea-finder" 时触发。
Create and compile beautiful Beamer presentations following the Rhetoric of Decks philosophy. Use when making slides, creating decks, or compiling .tex presentation files.
Scaffold a new research project with standard directory structure, CLAUDE.md template, and documented README. Use this at the start of every new project to ensure consistent organization.
Download, split, and deeply read academic PDFs. Use when asked to read, review, or summarize an academic paper. Splits PDFs into 4-page chunks, reads them in small batches, and produces structured reading notes — avoiding context window crashes and shallow comprehension.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
| name | architecture-design-guide |
| description | Design principles of form, function, sustainability in architecture |
| metadata | {"openclaw":{"emoji":"🏗️","category":"domains","subcategory":"business","keywords":["architecture","design","sustainability","urban planning","BIM","parametric design"],"source":"wentor-research-plugins"}} |
Architectural research spans the technical, aesthetic, social, and environmental dimensions of the built environment. From structural engineering and building physics to urban theory and computational design, the discipline demands integration across multiple domains. Academic architecture research increasingly focuses on sustainability, computational methods, and evidence-based design -- areas where rigorous methodology is essential.
This guide covers the core principles that inform architectural research: the interplay of form and function, structural logic, environmental performance, and human experience. It also addresses the computational tools (BIM, parametric design, simulation) that have transformed how architects investigate and validate design decisions.
Whether you are conducting research on building performance, urban morphology, computational design methods, or the social impact of built environments, this guide provides the frameworks and tools to ground your work in established architectural theory and current best practices.
Classical framework (Vitruvius, 1st century BCE):
FIRMITAS (Structural Integrity)
- Structural systems: load paths, material behavior, safety factors
- Building physics: thermal, acoustic, moisture performance
- Durability: service life, maintenance, resilience to hazards
- Modern addition: seismic, wind, and climate resilience
UTILITAS (Function)
- Program: spatial organization, adjacency requirements
- Circulation: movement patterns, wayfinding, accessibility
- Flexibility: adaptability to changing uses over time
- Modern addition: Universal design, inclusive environments
VENUSTAS (Delight)
- Proportion, rhythm, scale, materiality
- Light: natural and artificial, atmosphere, perception
- Cultural meaning: symbolism, context, identity
- Modern addition: Biophilic design, multisensory experience
Contemporary additions:
SUSTAINABILITY (since 1990s)
- Energy performance, carbon footprint, resource efficiency
- Lifecycle assessment, circular economy principles
- Passive strategies, renewable energy integration
SOCIAL RESPONSIBILITY (since 2000s)
- Equity, community engagement, participatory design
- Affordable housing, public space, social infrastructure
- Post-occupancy evaluation, evidence-based design
| Phase | Activities | Outputs |
|---|---|---|
| Research | Site analysis, precedent study, user research | Brief, program, constraints |
| Concept | Parti development, diagramming, massing | Concept diagrams, parti models |
| Schematic Design | Spatial organization, form development | Floor plans, sections, elevations |
| Design Development | Material selection, systems integration | Detailed drawings, specifications |
| Documentation | Construction documents, specifications | Building permit package |
| Post-Occupancy | Performance monitoring, user satisfaction | POE report, design feedback |
Primary structural systems and their research applications:
FRAME STRUCTURES
- Material: Steel, reinforced concrete, timber
- Behavior: Moment-resisting frames, braced frames
- Research topics: Connection design, progressive collapse,
fire resistance, seismic performance
SHELL STRUCTURES
- Types: Vaults, domes, hyperbolic paraboloids
- Behavior: Membrane forces (compression/tension), minimal bending
- Research topics: Form-finding, buckling, computational geometry
- Key method: Thrust network analysis (Block, 2009)
TENSILE STRUCTURES
- Types: Cable-stayed, membrane, tensegrity
- Behavior: Pure tension, anticlastic curvature
- Research topics: Form-finding, wind loading, material durability
- Key method: Dynamic relaxation, force density method
MASS TIMBER
- Types: CLT (cross-laminated timber), glulam, mass plywood
- Behavior: Orthotropic, fire charring provides structural reserve
- Research topics: Tall timber buildings, connections, moisture
- Growing field: embodied carbon advantages over concrete/steel
# Simple structural analysis for research
# Finite element analysis using Python (for educational purposes)
import numpy as np
def analyze_simply_supported_beam(
length: float, # meters
load: float, # kN/m (uniform distributed load)
E: float, # Young's modulus (GPa)
I: float, # Moment of inertia (mm^4)
n_elements: int = 20,
) -> dict:
"""
Analyze a simply supported beam under uniform load.
Returns deflection, moment, and shear diagrams.
"""
x = np.linspace(0, length, n_elements + 1)
dx = length / n_elements
# Analytical solutions
# Maximum moment: wL^2/8
max_moment = load * length**2 / 8 # kN-m
# Moment diagram: M(x) = (w*x/2)*(L-x)
moment = (load * x / 2) * (length - x)
# Shear diagram: V(x) = w*(L/2 - x)
shear = load * (length / 2 - x)
# Deflection: delta(x) = (w*x)/(24*E*I) * (L^3 - 2*L*x^2 + x^3)
E_pa = E * 1e9 # Convert GPa to Pa
I_m4 = I * 1e-12 # Convert mm^4 to m^4
w_nm = load * 1e3 # Convert kN/m to N/m
deflection = (w_nm * x) / (24 * E_pa * I_m4) * (
length**3 - 2 * length * x**2 + x**3
)
max_deflection = 5 * w_nm * length**4 / (384 * E_pa * I_m4)
return {
"x": x,
"moment_kNm": moment,
"shear_kN": shear,
"deflection_mm": deflection * 1000,
"max_moment_kNm": max_moment,
"max_deflection_mm": max_deflection * 1000,
"span_to_deflection_ratio": length / max_deflection if max_deflection > 0 else float("inf"),
}
| Metric | Unit | Benchmark (Office) | Tool |
|---|---|---|---|
| Energy Use Intensity (EUI) | kWh/m2/yr | < 100 (LEED Gold) | EnergyPlus, IES-VE |
| Embodied carbon | kgCO2e/m2 | < 500 (RIBA 2030) | One Click LCA, Tally |
| Operational carbon | kgCO2e/m2/yr | < 20 (net zero target) | EnergyPlus |
| Daylight factor | % | > 2% in 80% of area | Radiance, DIVA |
| Thermal comfort | PMV/PPD | PMV -0.5 to +0.5 | CBE Thermal Comfort Tool |
| Indoor air quality | CO2 ppm | < 800 ppm | CONTAM, CFD |
Climate-responsive design strategies:
HOT-ARID CLIMATE
- Thermal mass: Thick walls absorb daytime heat, release at night
- Courtyard typology: Microclimate creation, stack ventilation
- Shading: Deep overhangs, mashrabiya screens
- Evaporative cooling: Water features, vegetation
HOT-HUMID CLIMATE
- Cross ventilation: Openings on opposite facades
- Elevated structures: Raise above ground for air circulation
- Lightweight construction: Low thermal mass (rapid cooling)
- Solar shading: Extended roofs, louvers
COLD CLIMATE
- Compact form: Minimize surface-to-volume ratio
- Superinsulation: R-40+ walls, R-60+ roof, triple glazing
- Solar gain: South-facing glazing (N hemisphere), thermal storage
- Air tightness: < 0.6 ACH50 (Passive House standard)
TEMPERATE CLIMATE
- Mixed-mode: Natural ventilation + mechanical when needed
- Balanced glazing: Optimize daylight vs. heat gain/loss
- Thermal mass: Moderate mass with night purge ventilation
- Responsive facades: Operable shading, automated louvers
# Example: Parametric facade panel generation
# (Illustrative -- actual implementation uses Grasshopper + RhinoCommon)
import numpy as np
def generate_parametric_facade(
width: float,
height: float,
panel_count_x: int,
panel_count_y: int,
solar_data: np.ndarray, # Solar radiation per panel position
min_opening: float = 0.1,
max_opening: float = 0.8,
) -> list:
"""
Generate facade panel openings responsive to solar radiation.
Higher radiation = smaller opening (reduce heat gain).
"""
panels = []
for i in range(panel_count_x):
for j in range(panel_count_y):
radiation = solar_data[i, j]
normalized = (radiation - solar_data.min()) / (solar_data.max() - solar_data.min())
# Inverse: more sun = smaller opening
opening_ratio = max_opening - normalized * (max_opening - min_opening)
panels.append({
"position": (i * width / panel_count_x, j * height / panel_count_y),
"size": (width / panel_count_x, height / panel_count_y),
"opening_ratio": round(opening_ratio, 3),
"solar_radiation": round(radiation, 1),
})
return panels
Building Information Modeling (BIM) in academic research:
APPLICATIONS:
1. Performance simulation integration (energy, daylight, acoustics)
2. Construction logistics and scheduling research
3. Facility management and digital twin studies
4. Heritage documentation and conservation
5. Parametric and generative design exploration
INTEROPERABILITY STANDARDS:
- IFC (Industry Foundation Classes): Open BIM exchange format
- gbXML: Energy simulation data exchange
- COBie: Facility management data
- CityGML: Urban-scale modeling
RESEARCH TOOLS:
- Revit + Dynamo: Parametric BIM authoring
- ArchiCAD + Grasshopper Live Connection
- BlenderBIM: Open-source BIM (IFC native)
- OpenStudio + EnergyPlus: Energy simulation
- Ladybug/Honeybee: Environmental analysis (Grasshopper)