You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add clarification about documentation diagrams vs output templates
User clarification: box-drawing characters for documentation diagrams in
skills that do NOT output boxes to users (e.g., tdd-implementation state
machine, architecture flowcharts) are acceptable.
- Updated skill-builder M217 section with distinction
- Updated A020 description with same clarification
- Diagrams illustrate concepts for readers, not templates for agent output
Copy file name to clipboardExpand all lines: .claude/cat/retrospectives/retrospectives.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -508,7 +508,7 @@
508
508
{
509
509
"id": "A020",
510
510
"priority": "high",
511
-
"description": "Enforce template precomputation: Any skill with structured display (boxes, scorecards, tables) MUST have a Python handler that precomputes the output. Skills should not contain raw ASCII art or box templates.",
511
+
"description": "Enforce template precomputation: Any skill with structured display (boxes, scorecards, tables) MUST have a Python handler that precomputes the output. Skills should not contain raw ASCII art or box templates. NOTE: Documentation diagrams in skills that do NOT output boxes to users (e.g., state machines, flowcharts) are acceptable - the rule targets output templates, not illustrations.",
0 commit comments