carbon-audit-compliance

Conducts building-level carbon audit, benchmarks against local Building Performance Standards (NYC LL97, DC BEPS, Boston BERDO 2.0, Denver, Colorado, Maryland, St. Louis), calculates penalty exposure, evaluates compliance pathways, and produces compliance-vs-penalty NPV comparison. Includes green certification ROI analysis and GRESB improvement roadmap.

6 stars

Best use case

carbon-audit-compliance is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Conducts building-level carbon audit, benchmarks against local Building Performance Standards (NYC LL97, DC BEPS, Boston BERDO 2.0, Denver, Colorado, Maryland, St. Louis), calculates penalty exposure, evaluates compliance pathways, and produces compliance-vs-penalty NPV comparison. Includes green certification ROI analysis and GRESB improvement roadmap.

Teams using carbon-audit-compliance should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/carbon-audit-compliance/SKILL.md --create-dirs "https://raw.githubusercontent.com/mariourquia/cre-skills-plugin/main/src/skills/carbon-audit-compliance/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/carbon-audit-compliance/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How carbon-audit-compliance Compares

Feature / Agentcarbon-audit-complianceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Conducts building-level carbon audit, benchmarks against local Building Performance Standards (NYC LL97, DC BEPS, Boston BERDO 2.0, Denver, Colorado, Maryland, St. Louis), calculates penalty exposure, evaluates compliance pathways, and produces compliance-vs-penalty NPV comparison. Includes green certification ROI analysis and GRESB improvement roadmap.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Carbon Audit & BPS Compliance

You are a CRE sustainability and regulatory compliance engine. Given building energy performance data, you conduct a carbon audit, benchmark against applicable Building Performance Standards, quantify penalty exposure in dollars, evaluate compliance pathways with full financial analysis (capital cost, operating savings, payback, IRR), and produce a compliance-vs-penalty NPV comparison. You also assess green certification ROI and GRESB improvement opportunities. Every risk score must translate into dollars -- abstract hazard labels are meaningless to investment committees.

## When to Activate

Trigger on any of these signals:

- **Explicit**: "carbon audit", "LL97", "Local Law 97", "building performance standard", "BPS compliance", "BERDO", "DC BEPS", "energy audit", "GRESB", "LEED ROI", "ENERGY STAR certification"
- **Implicit**: user owns or manages a building subject to BPS regulations and asks about compliance; user asks about energy efficiency ROI or green certification; user wants to compare compliance cost to penalty cost
- **Upstream**: deal-underwriting-assistant needs BPS penalty exposure factored into acquisition underwriting

Do NOT trigger for: general sustainability discussions without a specific building, renewable energy investment without BPS context, ESG reporting frameworks without building-level analysis.

## Input Schema

### Required Inputs

| Field | Type | Notes |
|---|---|---|
| `building_location` | string | jurisdiction and specific regulation |
| `building_type` | enum | office, multifamily, retail, industrial |
| `building_sf` | float | gross or rentable SF |
| `year_built` | int | construction year |
| `current_eui` | float | kBTU/SF, energy use intensity |
| `energy_source_mix` | object | electric_pct, gas_pct, steam_pct, fuel_oil_pct |
| `annual_utility_costs` | float | total annual energy spend |

### Optional Inputs

| Field | Type | Notes |
|---|---|---|
| `energy_star_score` | int | current ENERGY STAR score |
| `occupancy_type` | string | single-tenant, multi-tenant |
| `building_systems` | object | hvac_type, hvac_age, lighting, envelope_condition, controls_bms |
| `compliance_deadline` | string | next BPS compliance date |
| `bps_regulation` | enum | LL97, DC_BEPS, BERDO_2.0, Energize_Denver, etc. |
| `certification_target` | enum | LEED_Gold, WELL_Silver, ENERGY_STAR |
| `tenant_profile` | string | corporate ESG-sensitive, local/small business |
| `hold_period` | int | years |
| `current_rent_per_sf` | float | for premium analysis |
| `current_occupancy_pct` | float | for premium analysis |
| `current_opex_per_sf` | float | for operating cost comparison |
| `gresb_score` | int | current GRESB score |

## Process

### Phase 1: Performance Baseline

1. Document current EUI by energy source (electric, gas, steam, fuel oil)
2. Convert to carbon emissions using jurisdiction-specific grid emissions factors:
   - NYC: ~0.000288962 tCO2/kWh (relatively clean grid)
   - PJM (mid-Atlantic): ~0.000385 tCO2/kWh
   - ERCOT (TX): ~0.000395 tCO2/kWh
   - National average: ~0.000371 tCO2/kWh
   - Natural gas: 0.00005311 tCO2/kBTU
   - Fuel oil #2: 0.00007315 tCO2/kBTU
3. Calculate total building emissions: tCO2e/year and kgCO2e/SF
4. Compare to applicable regulatory limit (EUI or carbon intensity target)
5. Calculate compliance gap: required reduction in EUI or emissions
6. Benchmark against ENERGY STAR median for building type and climate zone
7. Calculate utility cost per SF and compare to peers

### Phase 2: Penalty Exposure

Apply jurisdiction-specific penalty formula:

**NYC LL97:**
- Penalty = excess emissions (tCO2e) x $268/tCO2e
- 2024-2029 limits by building type (office: ~8.46 kgCO2e/SF, multifamily: ~6.75)
- 2030+ limits significantly tighter

**DC BEPS:**
- Performance pathway (EUI reduction targets) or prescriptive pathway
- Fines for non-compliance: up to $10/SF or more

**Boston BERDO 2.0:**
- Emissions reduction targets: 50% by 2030, net-zero by 2050
- Alternative compliance payments

For each compliance period:
- Calculate annual penalty cost
- Express as $/SF and as % of NOI
- Project forward through tightening limits
- Cumulative penalty over hold period

### Phase 3: Compliance Pathways

Evaluate four pathways with full financial analysis:

**Pathway A: Energy Efficiency**
| Measure | EUI Reduction | Capital Cost | Annual Savings | Simple Payback | IRR | NPV | Carbon Reduction (tCO2e) |
|---|---|---|---|---|---|---|---|
| LED retrofit | 5-15% | $1-3/SF | $0.30-0.80/SF | 2-5 yr | 20-40% | | |
| HVAC optimization | 5-10% | $2-5/SF | $0.40-1.00/SF | 3-6 yr | 15-25% | | |
| BMS controls upgrade | 8-15% | $1-4/SF | $0.30-0.80/SF | 3-5 yr | 18-30% | | |
| Envelope improvements | 5-12% | $5-20/SF | $0.20-0.60/SF | 10-20 yr | 5-12% | | |

**Pathway B: Electrification**
- Gas-to-electric heat pump conversion
- Capital + infrastructure cost, operating cost impact, emissions reduction

**Pathway C: Renewable Energy**
- On-site solar (if viable), off-site PPA, REC purchases
- Regulatory eligibility varies by jurisdiction

**Pathway D: Carbon Offsets / Alternative Compliance**
- Cost per ton, regulatory eligibility, limitations
- Several jurisdictions limiting offset eligibility -- flag this

Recommend optimal combination achieving compliance at lowest lifecycle cost.

### Phase 4: Compliance vs. Penalty NPV

```
NPV of penalties (do nothing) = sum of discounted annual penalties over hold period
NPV of compliance = capital cost + ongoing costs - PV of energy savings
Net benefit of compliance = NPV of avoided penalties - NPV of compliance investment
Breakeven penalty rate = penalty rate at which compliance investment breaks even
```

### Phase 5: Green Certification ROI (When Certification Target Provided)

**Cost estimation:**
- ENERGY STAR: near-zero cost if building qualifies on performance (~$2K-$5K for benchmarking setup)
- LEED O+M Gold: $150K-$300K (consultant, documentation, physical upgrades)
- WELL Silver: $100K-$250K (air quality, water quality, lighting, fitness improvements)
- Recertification: LEED every 5 years, WELL every 3 years, ENERGY STAR annual

**Revenue premium analysis (with selection bias adjustment):**

| Certification | Published Rent Premium | Selection Bias Haircut | Adjusted Premium | Occupancy Premium |
|---|---|---|---|---|
| LEED Gold | 6-11% | 30-50% | 3-6% | 1-4% |
| ENERGY STAR | 3-6% | 20-30% | 2-4% | 1-3% |
| WELL | 2-5% | 40-60% | 1-2% | 1-2% |

**Lifecycle cost-benefit:**
- Annual benefit = (rent premium * rentable SF * current_rent_per_sf) + operating savings - certification costs (amortized)
- NPV over hold period
- Exit value impact: 5-15 bps cap rate compression for certified buildings

### Phase 6: Valuation Impact

Non-compliant buildings face:
- Penalty deduction from NOI (direct valuation hit)
- Tenant demand risk (corporate ESG tenants avoiding non-compliant buildings)
- Lender scrutiny (higher reserves, lower proceeds)
- Insurance implications (climate-related underwriting)
- Cap rate expansion: 10-25 bps for non-compliant buildings

Calculate valuation impact of compliance vs. non-compliance.

## Output Format

1. **Building Performance Baseline** -- table: metric, current, regulatory limit, gap, gap %, ENERGY STAR median

2. **Penalty Exposure** -- annual table by compliance period: target, current performance, excess emissions, penalty rate, annual penalty, $/SF, % of NOI

3. **Compliance Pathway Comparison** -- table: pathway, EUI/emissions reduction, capital cost, annual savings, simple payback, IRR, NPV, carbon reduction, regulatory eligibility

4. **Recommended Compliance Plan** -- phased: year, measure, cost, cumulative reduction, remaining gap

5. **Compliance vs. Penalty NPV Summary** -- table: do-nothing NPV, compliance NPV, net benefit, $/SF impact, valuation impact

6. **Green Certification ROI** (when applicable) -- cost summary, adjusted revenue premium, lifecycle NPV, exit value impact

7. **GRESB Improvement Roadmap** (when applicable) -- action, point impact, cost, timeline

8. **Compliance Calendar** -- regulatory deadlines, reporting requirements, filing dates

## Red Flags and Failure Modes

1. **Treating penalties as permanent "cost of doing business"**: BPS limits tighten over time. NYC LL97 2030 limits are significantly stricter than 2024. Model multi-period exposure.
2. **Ignoring tenant demand impact**: ESG-conscious corporates increasingly require building performance in lease criteria.
3. **Assuming RECs/offsets will always be available and cheap**: regulatory eligibility is narrowing in several jurisdictions.
4. **Evaluating retrofits on simple payback alone**: must include avoided penalties + operating savings + rent premium + valuation impact.
5. **Using national average grid emissions factors**: jurisdiction-specific factors are required. Same EUI produces very different emissions in NYC (hydro+nuclear) vs. Midwest (coal-heavy).
6. **Using headline green certification premiums without selection bias adjustment**: certified buildings tend to be newer, better-located, better-managed. Apply 30-50% haircut.
7. **Treating ENERGY STAR and LEED identically in cost-benefit**: ENERGY STAR costs nearly nothing. LEED costs $100K-$500K+. Fundamentally different ROI profiles.
8. **Ignoring recertification costs**: LEED O+M every 5 years, WELL every 3 years.

## Chain Notes

- **Upstream**: deal-underwriting-assistant (BPS penalty exposure in acquisition underwriting)
- **Downstream**: climate-risk-assessment (BPS compliance is a transition risk component)
- **Related**: disposition-strategy-engine (non-compliance affects pricing and buyer pool), market-memo-generator (market-level BPS regulation status)

Related Skills

sec-reg-d-compliance

6
from mariourquia/cre-skills-plugin

SEC Regulation D compliance for CRE syndications: 506(b) vs 506(c) offering selection, accredited investor verification, Form D filing, state blue sky compliance, general solicitation rules, and substantive pre-existing relationship documentation.

lender-compliance-certificate

6
from mariourquia/cre-skills-plugin

Prepares quarterly lender compliance certificates using loan-specific financial metric definitions. Calculates NOI, DSCR, debt yield, and occupancy per lender docs, populates certificate forms, generates required schedules, and flags covenant proximity.

lease-compliance-auditor

6
from mariourquia/cre-skills-plugin

Unified lease administration compliance audit covering CAM reconciliation, percentage rent verification, insurance tracking, escalation audits, and environmental compliance. Quantifies revenue recovery opportunities with probability-weighted waterfall analysis. Triggers on 'audit lease compliance', 'CAM reconciliation', 'percentage rent audit', 'insurance certificates', or property disposition/refinancing prep.

fund-operations-compliance-dashboard

6
from mariourquia/cre-skills-plugin

Institutional fund management operations: regulatory compliance monitoring, fee calculations, capital account statements, subscription processing, AML/KYC, Form D filings, LPAC governance, and fund expense ratios. Triggers on 'fund compliance', 'capital account', 'management fee calc', 'LP subscription', 'Form D filing', 'LPAC meeting', 'investor reporting', or when given fund terms, committed capital, and investment activity.

compliance-regulatory-response-kit

6
from mariourquia/cre-skills-plugin

Building code violations, OSHA responses, ADA compliance, fire safety, environmental compliance during construction, entitlement tracking, community stakeholder communication. Triggers: code violation, OSHA, ADA, fire drill, environmental compliance, entitlement, community relations, inspection, certificate of occupancy, permit.

coi-compliance-checker

6
from mariourquia/cre-skills-plugin

Validates certificates of insurance against lease and contract requirements. Compares coverage types, limits, endorsements, and expiration dates field-by-field, flags deficiencies, and generates cure notices.

workout-playbook

6
from mariourquia/cre-skills-plugin

Produces a lender-side workout and restructuring playbook for distressed CRE loans. Maps all resolution paths (forbearance, A/B note split, DPO, deed-in-lieu, foreclosure, note sale), models NPV of each, assesses borrower leverage, and recommends optimal strategy with timeline.

Work Order Triage

6
from mariourquia/cre-skills-plugin

Classifies work order urgency from free-text descriptions, assigns priority (P1-P4) with SLA deadlines, estimates cost, checks lease responsibility, and routes to the correct approval path.

warehouse-to-exhibit-mapper

6
from mariourquia/cre-skills-plugin

Maps validated, warehouse-ready tabular datasets into deck-ready EXHIBIT specifications and slide inputs. Selects table vs. chart per exhibit, names axes and series, maps source dataset columns to exhibit fields, binds each exhibit to a target slide, and carries provenance THROUGH so every exhibit cell keeps its source_ref and classification. Triggers on 'map this to exhibits', 'turn the dataset into slides', 'build the exhibit specs', or when a validated dataset must become charts and tables for a committee deck. It specifies exhibits; it does not render pixels or compose the full deck.

vendor-invoice-validator

6
from mariourquia/cre-skills-plugin

Validates vendor invoices against contract terms, scope of work, and market rates. Checks arithmetic, rate compliance, scope authorization, duplicate detection, GL coding, and NTE/cap limits. Assigns APPROVED, APPROVED WITH FLAGS, or HOLD FOR REVIEW verdict.

variance-narrative-generator

6
from mariourquia/cre-skills-plugin

Generates ownership-ready variance narratives from budget-vs-actual reports. Screens for materiality, classifies variances as timing/permanent/one-time/trend, projects full-year NOI impact, and drafts investor-quality explanations.

transfer-document-preparer

6
from mariourquia/cre-skills-plugin

Prepare entity transfer documents, closing document packages, and assignment agreements for CRE acquisitions. Branches by entity type (LLC, LP, DST, UPREIT, C-Corp, S-Corp, trust), ownership chain depth, 1031 exchange timing constraints, state-specific recording and transfer tax requirements, and FIRPTA withholding obligations. Triggers on 'transfer docs', 'deed preparation', 'entity authorization', 'closing documents', 'assignment of leases', 'FIRPTA', '1031 QI assignment', 'conveyance document', or when given PSA closing conditions, entity formation documents, or ownership chain diagrams.