Skip to content

Enhance skill docs with version checks and data-vintage guidance#14

Merged
samuelduchesne merged 1 commit into
mainfrom
claude/beautiful-volta-Oq1Kw
May 27, 2026
Merged

Enhance skill docs with version checks and data-vintage guidance#14
samuelduchesne merged 1 commit into
mainfrom
claude/beautiful-volta-Oq1Kw

Conversation

@samuelduchesne
Copy link
Copy Markdown
Contributor

Summary

Updated skill documentation to surface critical simulation-readiness checks and clarify data requirements for weather and model loading workflows. These changes help users avoid silent failures and mismatches between model configuration and input data.

Key Changes

  • load-model skill: Added version-check step to flag EnergyPlus version mismatches and recommend migrate_model before simulation. Expanded "highlight issues" section with specific simulation-readiness gaps (autosizing without design days, missing weather/location, missing ground temperature, no output variables).

  • weather skill: Added guidance on data vintage (TMY vs. AMY) to clarify that default files are typical-year and unsuitable for M&V work without actual-year data. Added note about Site:Location alignment between model and EPW to prevent silent solar/results skew.

  • docs skill: Added clarification that the skill provides EnergyPlus object documentation, with a pointer to developing-with-idfkit for Python library guidance.

Notable Details

These changes address common failure modes:

  • Version mismatches silently misbehave rather than fail loudly
  • Autosized HVAC without design days resolves to zero capacity
  • Weather file/location mismatches silently skew solar calculations
  • Users often conflate typical-year and actual-year weather data needs

The updates make these issues explicit in the skill workflows so users catch them early.

https://claude.ai/code/session_01XzMPTDsvgLrz6AGSsR4zKC

Polish low-severity domain gaps from the skills expert review (#6):
- weather: note TMY vs actual-year (AMY) data selection and that
  Site:Location should match the chosen EPW header.
- docs: disambiguate from developing-with-idfkit (EnergyPlus object
  docs via MCP vs writing idfkit Python).
- load-model: flag Version mismatch with installed EnergyPlus
  (suggest migrate_model) and surface simulation-readiness gaps.

Closes #6

https://claude.ai/code/session_01XzMPTDsvgLrz6AGSsR4zKC
@samuelduchesne samuelduchesne merged commit 3afd1aa into main May 27, 2026
4 checks passed
@samuelduchesne samuelduchesne deleted the claude/beautiful-volta-Oq1Kw branch May 27, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants