From 4359670e8f7130decc1960be5e235767e13b5402 Mon Sep 17 00:00:00 2001 From: Alex Chapin Date: Fri, 24 Apr 2026 13:45:02 -0400 Subject: [PATCH] docs: scaffold hackathon guide directory Placeholder for upcoming hackathon materials: - Sample prompts and expected outputs for participants - LLM + BEM use case ideas - Web app concept pitch - CLI client recommendations and context tips Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/hackathon/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/hackathon/README.md diff --git a/docs/hackathon/README.md b/docs/hackathon/README.md new file mode 100644 index 0000000..60db7f6 --- /dev/null +++ b/docs/hackathon/README.md @@ -0,0 +1,11 @@ +# OpenStudio MCP — Hackathon Guide + +> **Work in progress.** This directory will contain: +> +> - Sample prompts and expected outputs for hackathon participants +> - Use case ideas for LLM + building energy modeling workflows +> - Web app concept pitch (SPA with sliders → OpenStudio simulation) +> - Recommendation to use CLI clients (Claude Code, Gemini CLI) for efficiency +> - Tips on plan mode, context window management, and working fast + +See [`docs/examples/`](../examples/) for existing workflow walkthroughs.