Climate-Tech Advisor
Strategic frameworks for climate-tech founders, operators, and product leaders.
Disclaimer: Frameworks only. Climate compliance, carbon accounting, and verification require qualified specialists. Engage GHG / climate counsel and verifiers for binding decisions.
Keywords
climate, climate-tech, climate tech, carbon, GHG, greenhouse gas, scope 1, scope 2, scope 3, ESG, IRA, DOE, CSRD, SEC climate rule, net zero, decarbonization, carbon removal, CDR, EU Green Deal, taxonomy, MRV
Quick Start
python scripts/carbon_impact_estimator.py business_description.txt
Estimates rough order-of-magnitude carbon impact category and surfaces verification considerations. Not a verified carbon accounting result.
Core Workflows
Workflow 1: Category and Impact Sizing
- Run estimator on business description
- Cross-reference with
references/climate_categories.md
- Identify market category (energy, industry, transport, food/ag, buildings, CDR, software/data)
- Plan a path to verifiable impact measurement
Time Estimate: 4-8 weeks for first sizing.
Workflow 2: Funding Strategy
- Read
references/climate_funding_sources.md
- Map to your stage and category: DOE, IRA tax credits, USDA, EU Green Deal, climate-focused VC
- Sequence: most climate-tech blends grants + dilutive equity + (later) project finance
- Plan grant capacity (grants take time and writing skill)
Time Estimate: Continuous.
Workflow 3: GHG Accounting for Customers
- Many climate-tech products require demonstrating GHG impact for their customers
- Read
references/ghg_accounting_basics.md
- Understand Scope 1/2/3 boundaries; pick the boundaries your product affects
- Plan MRV (Measurement, Reporting, Verification) approach
- For customers facing CSRD, SEC climate rule, or voluntary frameworks: align reporting
Time Estimate: 6-12 weeks for first robust MRV plan.
Tools
carbon_impact_estimator.py
Classifies a business description into climate categories and provides order-of-magnitude impact ranges and verification considerations.
python scripts/carbon_impact_estimator.py description.txt
python scripts/carbon_impact_estimator.py description.txt --json
This is a categorization tool, not a verified carbon-accounting calculator. Real GHG accounting requires methodology selection, data collection, and (for credit issuance) third-party verification.
Reference Guides
references/climate_categories.md — Categories overview, market sizing intuition, common business model patterns
references/climate_funding_sources.md — Grants (DOE, USDA, NSF), tax credits (IRA), prizes, climate VC
references/ghg_accounting_basics.md — Scope 1/2/3, GHG Protocol, methodologies, MRV, verification
Templates
assets/climate_impact_assessment.md — Document template for capturing category, impact estimate, and MRV plan
Best Practices
- Quantify in tons, not adjectives. "Significant climate impact" means nothing. "1 Mt CO2e abated annually at $50/ton" is a real claim.
- Pick a verifiable methodology. Voluntary carbon markets (Verra, Gold Standard, Puro.earth, Isometric) have specific methodologies. Pick before building.
- Avoid greenwashing. Lifecycle assessment (LCA) often shows products are 20-50% less green than initial claims. Be honest in modeling.
- Plan for IRA / IRA expiration. US IRA tax credits drove much of the 2023-2025 climate-tech boom. Policy can shift; build for value beyond subsidy where possible.
- Customer-side ESG reporting matters. Selling to a CSRD-reporting customer requires you to provide audit-grade data on Scope 3 — this is a competitive advantage if you're ready and a deal-killer if you're not.
Integration Points
- Pairs with
c-level-advisor/cfo-advisor — climate-tech often combines grant + equity + project finance
- Pairs with
legal/ — IRA tax-credit qualification, carbon-credit contracts
- Pairs with
ra-qm-team/ — some categories overlap with regulated industries (chemicals, energy, food)
1---2name: climate-tech-advisor3description: Strategic advisory for climate-tech founders on carbon markets, GHG accounting, climate regulation, and funding. Use when scoping a climate-tech idea or picking a category, or mentioning climate, carbon, GHG, ESG, IRA, DOE, or net-zero.4license: MIT + Commons Clause5---6
7# Climate-Tech Advisor
8
9Strategic frameworks for climate-tech founders, operators, and product leaders.
10
11> **Disclaimer:** Frameworks only. Climate compliance, carbon accounting, and verification require qualified specialists. Engage GHG / climate counsel and verifiers for binding decisions.
12
13---
14
15## Keywords
16
17climate, climate-tech, climate tech, carbon, GHG, greenhouse gas, scope 1, scope 2, scope 3, ESG, IRA, DOE, CSRD, SEC climate rule, net zero, decarbonization, carbon removal, CDR, EU Green Deal, taxonomy, MRV
18
19---
20
21## Quick Start
22
23```bash
24python scripts/carbon_impact_estimator.py business_description.txt
25```
26
27Estimates rough order-of-magnitude carbon impact category and surfaces verification considerations. **Not** a verified carbon accounting result.
28
29---
30
31## Core Workflows
32
33### Workflow 1: Category and Impact Sizing
341. Run estimator on business description
352. Cross-reference with `references/climate_categories.md`
363. Identify market category (energy, industry, transport, food/ag, buildings, CDR, software/data)
374. Plan a path to verifiable impact measurement
38
39**Time Estimate:** 4-8 weeks for first sizing.
40
41### Workflow 2: Funding Strategy
421. Read `references/climate_funding_sources.md`
432. Map to your stage and category: DOE, IRA tax credits, USDA, EU Green Deal, climate-focused VC
443. Sequence: most climate-tech blends grants + dilutive equity + (later) project finance
454. Plan grant capacity (grants take time and writing skill)
46
47**Time Estimate:** Continuous.
48
49### Workflow 3: GHG Accounting for Customers
501. Many climate-tech products require demonstrating GHG impact for their customers
512. Read `references/ghg_accounting_basics.md`
523. Understand Scope 1/2/3 boundaries; pick the boundaries your product affects
534. Plan MRV (Measurement, Reporting, Verification) approach
545. For customers facing CSRD, SEC climate rule, or voluntary frameworks: align reporting
55
56**Time Estimate:** 6-12 weeks for first robust MRV plan.
57
58---
59
60## Tools
61
62### carbon_impact_estimator.py
63
64Classifies a business description into climate categories and provides order-of-magnitude impact ranges and verification considerations.
65
66```bash
67python scripts/carbon_impact_estimator.py description.txt
68python scripts/carbon_impact_estimator.py description.txt --json
69```
70
71**This is a categorization tool, not a verified carbon-accounting calculator.** Real GHG accounting requires methodology selection, data collection, and (for credit issuance) third-party verification.
72
73---
74
75## Reference Guides
76
77- **`references/climate_categories.md`** — Categories overview, market sizing intuition, common business model patterns
78- **`references/climate_funding_sources.md`** — Grants (DOE, USDA, NSF), tax credits (IRA), prizes, climate VC
79- **`references/ghg_accounting_basics.md`** — Scope 1/2/3, GHG Protocol, methodologies, MRV, verification
80
81---
82
83## Templates
84
85- **`assets/climate_impact_assessment.md`** — Document template for capturing category, impact estimate, and MRV plan
86
87---
88
89## Best Practices
90
91- **Quantify in tons, not adjectives.** "Significant climate impact" means nothing. "1 Mt CO2e abated annually at $50/ton" is a real claim.
92- **Pick a verifiable methodology.** Voluntary carbon markets (Verra, Gold Standard, Puro.earth, Isometric) have specific methodologies. Pick before building.
93- **Avoid greenwashing.** Lifecycle assessment (LCA) often shows products are 20-50% less green than initial claims. Be honest in modeling.
94- **Plan for IRA / IRA expiration.** US IRA tax credits drove much of the 2023-2025 climate-tech boom. Policy can shift; build for value beyond subsidy where possible.
95- **Customer-side ESG reporting matters.** Selling to a CSRD-reporting customer requires you to provide audit-grade data on Scope 3 — this is a competitive advantage if you're ready and a deal-killer if you're not.
96
97---
98
99## Integration Points
100
101- Pairs with `c-level-advisor/cfo-advisor` — climate-tech often combines grant + equity + project finance
102- Pairs with `legal/` — IRA tax-credit qualification, carbon-credit contracts
103- Pairs with `ra-qm-team/` — some categories overlap with regulated industries (chemicals, energy, food)