From 11b16aa12a13221d4411be13f0179cf080ad3af4 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 10 Nov 2025 09:10:08 -0500 Subject: [PATCH] Add instruction to read SPEC.yaml before creating activities Ensures Claude always has the latest activity YAML specification fresh in context when creating or modifying activity files. --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index ee65fb4..6c342b8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -222,6 +222,8 @@ export MODEL_API_KEY_3=dummy ## Creating Activity YAML Files - Expert Guide +**IMPORTANT: Before creating or modifying any activity YAML files, ALWAYS read `research/SPEC.yaml` first to ensure you have the latest specification and examples.** + When creating activities for OpenCompletion, follow these expert guidelines to ensure your activities **validate properly**, are **FUN and engaging**, and **terminate correctly**. ### Core Activity Structure