Basic skill scaffold + property address

This commit is contained in:
Donavan Fritz
2026-05-11 17:07:59 -07:00
parent e21d6bcc1d
commit 9e4bfc0388
4 changed files with 47 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# thelonglakelodge
<about>
Skill for managing The Long Lake Lodge property.
Covers:
- property details and contacts
- guest/turnover checklists
- maintenance history and vendors
- utilities and emergency procedures
</about>
<dispatch>
- "lodge address" / "where is the lodge" → use reference docs (property.md).
- "turnover checklist" / "cleaning list" → use reference docs (turnover-checklist.md).
- "who do I call for X" → use vendors.md.
</dispatch>
<requirements>
- Treat reference docs as the source of truth.
- If info isnt in docs, ask one direct question and then update the docs.
- Dont store lodge facts in assistant memory; keep them in this repo.
</requirements>