Zion Boggan
repos/TreeTrace/examples/weather-dashboard/PROMPT_TREE.md
zionboggan.com ↗
41 lines · markdown
History for this file →
1
# Prompt Tree: weather-dashboard
2
 
3
> **4 prompts** · **1 session** · **1 day** · 1 correction · 1 scope change · 2 tool calls · 1 file touched
4
 
5
## Goal
6
 
7
> Build a weather dashboard web app that shows the forecast for Denver using the NWS API. Keep it a single static page.
8
 
9
## The Path
10
 
11
`⬢` root · `→` direction · `↩` correction · `⚑` scope change
12
 
13
- `⬢` **Build a weather dashboard web app that shows the forecast for Denver using the NWS API.** <sub>(new session, 2026-06-01)</sub>
14
  <details><summary>full prompt</summary>
15
 
16
  > Build a weather dashboard web app that shows the forecast for Denver using the NWS API. Keep it a single static page.
17
  </details>
18
- `→` Try using leaflet for an interactive radar map layer on top of the forecast.
19
- `↩` No, scrap the radar map, it is too heavy.
20
  <details><summary>full prompt</summary>
21
 
22
  > No, scrap the radar map, it is too heavy. Keep the page lightweight, just the forecast cards.
23
  </details>
24
- `⚑` Actually wait - also add a settings panel so the user can switch cities.
25
  <details><summary>full prompt</summary>
26
 
27
  > Actually wait -  also add a settings panel so the user can switch cities. My test key is [REDACTED:anthropic-key] and the server is at [REDACTED:url-basic-auth]
28
  </details>
29
 
30
## Reusable Prompt Pack
31
 
32
```text
33
1. Build a weather dashboard web app that shows the forecast for Denver using the NWS API. Keep it a single static page.
34
2. Try using leaflet for an interactive radar map layer on top of the forecast.
35
   (constraint learned along the way: No, scrap the radar map, it is too heavy. Keep the page lightweight, just the forecast cards.)
36
3. Actually wait - also add a settings panel so the user can switch cities. My test key is [REDACTED:anthropic-key] and the server is at [REDACTED:url-basic-auth]
37
```
38
 
39
---
40
 
41
*[treetrace](https://github.com/TreeTraceTool/TreeTrace) v0.9.1 · [schema](https://github.com/TreeTraceTool/TreeTrace/blob/main/SCHEMA.md)*