jevbooks

← All techniques

Independent cross-check

互不可见交叉题

What it is

Does the text describe a second question that independently verifies the main answer, such as goal_done or stuck alongside the action choice?

Not this

A single question, or verification done by code rather than by another question.

questions.json · sent for every README

The question, as Jev sees it

This is the literal question jevbooks puts to Jev about every README. Copy the shape, not the wording.

{
  "cross-check": {
    "type": "noul",
    "instructions": {
      "what": "Does the text describe a second question that independently verifies the main answer, such as goal_done or stuck alongside the action choice?",
      "not_for": "A single question, or verification done by code rather than by another question."
    },
    "criteria": {
      "true": "The text explicitly describes this. One sentence is enough; other content does not cancel it.",
      "false": "The text does not describe this."
    }
  }
}

Build this with Jev →