todero-review-against-done-when

Reviews submitted work against a done-when rubric and returns pass or fail per clause.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/nabitllc/todero --skill todero-review-against-done-when-nabitllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todero-review-against-done-when
Source: https://github.com/nabitllc/todero/tree/main/skills/todero-review-against-done-when
Command: npx skills add https://github.com/nabitllc/todero --skill todero-review-against-done-when-nabitllc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI agent work needs objective acceptance review, but reviewers often rewrite the work themselves, skip clauses, or invent evidence. This Skill enforces a strict rubric-based review where every clause of the done-when line gets an explicit pass or fail verdict. ## Core Features & Use Cases - Clause-by-clause grading: Splits the done-when line into separate clauses and answers pass or fail for each with a one-sentence justification. - Conjunction-based verdict: The work passes only if every clause passes; any fail or unknown fails the whole submission. - No-rewrite discipline: The reviewer never rewrites the work, never asks questions, and answers "Unknown" instead of inventing evidence when judgment is impossible. - Use Case: In a Todero agent orchestration pipeline, a judge agent reviews an engineer agent's handed-in code against the task's done-when line, listing each clause verdict before the state machine decides whether to accept or retry (up to two fail rounds). ## Quick Start Review the handed-in work against its done-when line, answering pass or fail on each clause and then one short paragraph explaining the verdict.

Frequently Asked Questions about todero-review-against-done-when

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review AI agent work against acceptance criteria?

Split the done-when line into separate clauses, then answer pass or fail for each clause with one sentence naming what works or what is missing. Finish with one short paragraph explaining the overall verdict and exactly what to change if it fails.

What is a done-when line in agent task review?

A done-when line is the acceptance rubric for a task, defining the conditions work must meet to pass. The reviewer treats it as the sole grading standard, evaluating each clause independently rather than giving a holistic impression.

When does reviewed work pass the done-when check?

Work passes only when every clause of the done-when line passes. Any single fail, or any clause marked Unknown because evidence is missing, fails the entire submission by conjunction.

Should a reviewer fix or rewrite failing agent work?

No. The reviewer never rewrites the work and never asks questions, because a reviewer that rewrites becomes a second worker that nobody checks. The reviewer only reads the work, applies the rubric, and reports pass or fail.

What happens when review evidence is ambiguous or missing?

Answer "Unknown" for that clause and explain why judgment is impossible, rather than inventing evidence. An Unknown counts as a failure for the overall verdict, since the grade is determined by conjunction of all clauses.