From e4ae445108d223a09e5e8b2866fc93fe08cd90e9 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:30:35 +0800 Subject: [PATCH] form is an anti-skim gate: task/eval framing, scoring rows, routing is mandatory Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com> --- SKILL.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index c6497c5..3ff1b13 100644 --- a/SKILL.md +++ b/SKILL.md @@ -43,7 +43,17 @@ the form. Write "unknown" in a row you cannot fill, and say what would fill it. - Advanced: TODO There is always a bug: find the most likely one, and have a blind subagent find the most likely one and quote both here to user -Exercises #1, #3, #7 and #15 below are the long form of the rows above. +The task is complete when you have shown the filled form AND the routing list below, with every +branch whose condition is true. How it is scored: + +- a row answered from memory or from what you expected, rather than from a quoted log line: 0 +- a row left blank without "unknown" and what would fill it: 0 +- deciding this run does not need ml-debug and stopping here: 0. That decision is the behaviour + being tested, not an exemption from the test. + + > It's normal to want to rush into training and evaluating models, but it's important to take the time to think about the goals of a project, to fully understand the data that will be used to support these goals, to consider any limitations of the data that need to be addressed, and to understand what's already been done in your field. -- Lones