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
description: "Workflows should NOT include time estimates - AI development speed varies significantly"
160
-
severity: "low"
161
-
162
-
- id: "facilitator_not_generator"
163
-
description: "Workflow agents should act as facilitators (guide user input) not content generators (create without input)"
164
-
severity: "medium"
165
-
166
-
- id: "no_skip_optimization"
167
-
description: "Workflows must execute steps sequentially - no skipping or 'optimizing' step order"
61
+
- id: "skill_validation"
62
+
description: "Apply the full rule catalog defined in tools/skill-validator.md. That file is the single source of truth for all skill validation rules covering SKILL.md metadata, workflow.md constraints, step file structure, path references, variable resolution, sequential execution, and skill invocation syntax."
168
63
severity: "high"
169
64
170
65
# ============================================
@@ -183,27 +78,10 @@ areas:
183
78
description: "Agent files must define persona with role, identity, communication_style, and principles"
184
79
severity: "high"
185
80
186
-
- id: "agent_menu_valid_workflows"
187
-
description: "Menu triggers must reference valid workflow paths that exist"
81
+
- id: "agent_menu_valid_skills"
82
+
description: "Menu triggers must reference valid skill names that exist"
188
83
severity: "high"
189
84
190
-
# ============================================
191
-
# TEMPLATES
192
-
# ============================================
193
-
templates:
194
-
description: "Template files for workflow outputs"
195
-
globs:
196
-
- "src/**/template*.md"
197
-
- "src/**/templates/**/*.md"
198
-
rules:
199
-
- id: "placeholder_syntax"
200
-
description: "Use {variable_name} or {{variable_name}} syntax consistently for placeholders"
201
-
severity: "medium"
202
-
203
-
- id: "template_sections_marked"
204
-
description: "Template sections that need generation should be clearly marked (e.g., <!-- GENERATE: section_name -->)"
0 commit comments