diff --git a/.agents/skills/tdfddd-seam-review/SKILL.md b/.agents/skills/tdfddd-seam-review/SKILL.md index 28d1767..8f62a8c 100644 --- a/.agents/skills/tdfddd-seam-review/SKILL.md +++ b/.agents/skills/tdfddd-seam-review/SKILL.md @@ -22,7 +22,7 @@ Activate when the user: ## Core Function: The Seam Review Protocol -**Goal:** explain whether the code presents a reviewable bounded seam, why it is or is not working, and rank the improvements +**Goal:** explain whether the code presents a reviewable bounded seam, why it is or is not working, and what the smallest high-value improvements would be. **Required input:** @@ -142,7 +142,7 @@ If naming is part of the problem: 1. state why the current name is weak 2. propose three alternatives when the name is important 3. choose the option that best preserves caller intent across likely model evolution -4. prefer intent-first names over vague ready/process labels when those better describe the protected invariant. follow the naming guidelines in "docs/explanation/naming-for-domain-modeling.md" +4. prefer intent-first names such as accepted, confirmed, authorized, selected, or emitted outcomes over vague ready/process labels when those better describe the protected invariant ## Constraints