verdict

Log judgment outcomes to an immutable ledger and query past decisions.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/ronniepinnell/casper --skill verdict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verdict
Source: https://github.com/ronniepinnell/casper/tree/main/skills/verdict
Command: npx skills add https://github.com/ronniepinnell/casper --skill verdict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the issue of losing judgment decisions over time, ensuring that all key decisions are logged in an append-only manner for easy review and reference.

Core Features & Use Cases

  • Immutable Ledger: Records every judgment outcome, making it easy to track past decisions.
  • Logging Verdicts: Automatically logs various judgment types like gates, doors, premortems, and refutes.
  • Query Past Verdicts: Allows querying of the ledger for past judgments, making it simpler to review history.
  • Use Case: For example, if you want to see all the overrides for a particular gate in the last month, this skill will help you find and review them.

Quick Start

Log a new verdict with: /verdict log "Gate: override threshold to 300ms | reason: experimental | by: developer

Frequently Asked Questions about verdict

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

FAQPage Schema
How do I maintain an immutable ledger for decision logging in software projects?

An immutable decision logging ledger records judgment outcomes in an append-only format, preventing alterations to past entries. This ensures accountability by preserving a detailed audit history for easy review, analysis, and reference over time.

How do I log a new verdict for a gate override or premortem?

You log a verdict by executing a command such as `/verdict log "Gate: override threshold to 300ms | reason: experimental | by: developer"`. This automatically appends the judgment type, rationale, and author directly into the immutable ledger.

Can I query past decision logs to review gate overrides from a specific period?

Yes, you can query the immutable ledger to review past judgments like gate overrides. This allows you to filter and analyze decision history, making it simpler to review accountability for specific actions over a defined period.

Do I need specific judgment skills to use verdict tracking?

Yes, verdict tracking requires predefined skills like 'door', 'gate', 'premortem', 'refute', and 'drift' for data input. These skills generate the judgment outcomes that the ledger logs for future analysis and accountability.

What is the best way to ensure accountability for judgment analysis in engineering projects?

Using an append-only ledger for judgment tracking ensures accountability by making decision logs immutable. This prevents retroactive edits, providing a reliable audit history for analyzing past engineering verdicts, overrides, and premortems.