CODE GEN
Generate NEC Load Calculation Code
You are an electrical engineer. Write Python code to calculate NEC 220 residential load for a {{dwelling_type}} with {{sq_footage}} sq ft. Include demand factors per 220.82...
📋 Copy
▼ Show Example Output
def calc_nec_220_residential(sq_footage, dwelling_type):
"""NEC 220.82 residential load calculation."""
general_lighting = sq_footage * 3 # 3 VA/sq ft
small_appliance = 2 * 1500 # NEC 220.52(A)
laundry = 1500 # NEC 220.52(B)
return general_lighting + small_appliance + laundry
SPEC DRAFTING
Draft Electrical Specification Section
Draft CSI MasterFormat Division 26 specification section for a {{voltage}} {{phase}} commercial electrical system. Include part 1 general, part 2 products, part 3 execution...
📋 Copy
▼ Show Example Output
SECTION 260500 - COMMON WORK RESULTS FOR ELECTRICAL
PART 1 - GENERAL
1.1 SUMMARY
A. Section includes: 480Y/277V, 3-phase, 4-wire distribution system.
B. Related Sections: 260519, 260526, 260533.
PART 2 - PRODUCTS
2.1 CONDUCTORS: THWN-2, copper, 75°C rated...
DRAWING REVIEW
Review Structural Drawing for Errors
Review this {{drawing_type}} structural drawing for compliance with IBC 2021 and AISC 360-22. Check: member sizing, connection details, load path continuity, seismic detailing per AISC 341...
📋 Copy
▼ Show Example Output
STRUCTURAL DRAWING REVIEW — IBC 2021 / AISC 360-22
FINDINGS:
1. [CRITICAL] W12×58 beam at Grid B/3 appears undersized for
the 80 psf live load — calc verification required.
2. [MINOR] Connection plate at column base grid A/1 missing
weld symbol per AWS D1.1...
RFI WRITING
Write Engineering RFI
Write a formal engineering RFI for project {{project}} regarding {{question}}. Include: background/context, code reference, impact on schedule and cost, 3 options for resolution...
📋 Copy
▼ Show Example Output
RFI #042 — Electrical Panel Location Conflict
Project: Civic Center Renovation
Date: 2024-01-15 | Priority: HIGH
BACKGROUND: Electrical panel EP-1A conflicts with structural
beam at Grid C/5 per coordinated BIM model (Rev. 3).
QUESTION: Confirm acceptable relocation per NEC 110.26 clearance...
REPORT WRITING
Generate Site Inspection Report
Generate a professional site inspection report for {{site_name}}. Inspection date: {{inspection_date}}. Include: executive summary, observations by discipline, deficiency log with severity ratings...
📋 Copy
▼ Show Example Output
SITE INSPECTION REPORT
Project: Riverside Medical Office Building
Date: January 15, 2024 | Inspector: [PE Name, License]
EXECUTIVE SUMMARY: 3 critical, 7 minor deficiencies observed.
DISCIPLINE: Electrical
OBS-001: Panel board labeling incomplete per NEC 408.4...
CALC DOCS
Document Load Calculation
Document this load calculation using {{calculation_method}} method. Include: professional header, design basis, code references (NEC 220.12, 220.52, 220.53), assumptions table, results summary, PE certification block...
📋 Copy
▼ Show Example Output
ENGINEERING CALCULATION
Project: Riverside MOB | Calc No: E-001 | Rev: 0
Subject: Service Entrance Load Calculation — NEC 220.82
Design Basis: NEC 2023, ANSI/NEMA
CODE REFS: NEC 220.12, 220.52(A), 220.52(B), 220.53, 230.42
Computed Load: 847 A → 1000A service per 230.42(A)(1)...