thrifty-check

Verify completed thrifty units against acceptance criteria and return structured verdicts.

15|Updated May 28, 2026
One-click install
npx skills add https://github.com/2389-research/thrifty --skill thrifty-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thrifty-check
Source: https://github.com/2389-research/thrifty/tree/main/skills/thrifty-check
Command: npx skills add https://github.com/2389-research/thrifty --skill thrifty-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies a completed thrifty unit against its acceptance criteria, identifies small localized defects, and returns a structured verdict so the orchestrator can route it effectively.

Core Features & Use Cases

  • Verifies acceptance criteria for a unit and diagnoses failure modes.
  • Attempts surgical fixes when defects are localized, minimizing disruption to the overall contract.
  • Produces a structured verdict that guides orchestration decisions for next steps.

Quick Start

Run thrifty-check to validate a unit against its contract and obtain a diagnostic verdict.

Frequently Asked Questions about thrifty-check

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

FAQPage Schema
How do I verify a completed unit against its acceptance criteria?

To verify a completed unit against its acceptance criteria, you run a validation check that reads the project briefs and CONTRACT.md to classify failures and return a structured verdict.

How does failure classification work for contract verification?

Failure classification for contract verification works by categorizing identified issues into pass, local, execution, or brief failure modes to guide orchestration decisions for next steps.

What is the best way to apply surgical fixes during unit verification?

Applying surgical fixes during unit verification is best handled by attempting localized defect corrections that minimize disruption to the overall contract before returning a diagnostic verdict.

Can I use gate-driven orchestration to route diagnosed defects?

Yes, you can use gate-driven orchestration to route diagnosed defects by leveraging the structured verdict produced from the verification process to determine targeted next actions.

When do I need a structured verdict for unit diagnostics?

You need a structured verdict for unit diagnostics when a completed thrifty unit must be validated against its contract to identify small localized defects and propose targeted actions.