causal-credit-review

Review causal ledger evidence and issue promote, demote, or reroute recommendations.

41|3|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/eidetic_engine_cli --skill causal-credit-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: causal-credit-review
Source: https://github.com/Dicklesworthstone/eidetic_engine_cli/tree/main/skills/causal-credit-review
Command: npx skills add https://github.com/Dicklesworthstone/eidetic_engine_cli --skill causal-credit-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps you review whether causal ledger evidence justifies promote, demote, or reroute recommendations for memory priority, while preventing causal judgment from being outsourced to the Rust CLI.

Core Features & Use Cases

  • Evidence-tier gated recommendations: Applies a strict T0–T5 rubric to determine what actions are allowed based on sample size and confounder control.
  • Mechanical command boundary enforcement: Requires explicit JSON outputs from ee causal ... --json (or a verified evidence bundle artifact) and forbids direct DB scraping or inference from raw transcripts.
  • Confounder and degraded-state safety controls: Checks a confounder checklist, validates redaction/provenance status, and stops with specific gate codes when evidence is missing, unverified, underpowered, uncontrolled, or unquarantined.

Quick Start

Use the skill to review a causal credit question by supplying a workspace path and evidence obtained from the required ee causal ... --json commands, then ask for promote/demote/reroute recommendations only if the evidence tier allows it.

Frequently Asked Questions about causal-credit-review

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

FAQPage Schema
How do I review causal evidence for agent memory prioritization decisions?

Review causal evidence for agent memory prioritization by evaluating causal ledger data against an evidence-tier rubric to determine if association evidence warrants promote, demote, or reroute recommendations. The process applies confounder analysis and degraded-state constraints to ensure safe priority changes.

What is the evidence-tier rubric used for causal credit review?

The evidence-tier rubric is a strict T0–T5 classification system that determines what priority actions are allowed based on sample size and confounder control. It gates recommendations so that only sufficiently controlled, verified evidence can trigger memory priority changes.

How do I validate confounder control before promoting a memory priority?

Validate confounder control by running a confounder checklist against your causal ledger evidence before any promote decision. The review process stops with specific gate codes if evidence is missing, unverified, underpowered, uncontrolled, or unquarantined.

Can I use raw database transcripts to make causal inference decisions for memory rerouting?

No, causal inference decisions for memory rerouting require explicit JSON outputs from verified `ee causal ... --json` commands or a verified evidence bundle artifact. Direct database scraping or inference from raw transcripts is forbidden to prevent outsourced causal judgment.

What are the limitations of using causal credit assignments for agent decision governance?

Causal credit assignments are limited by evidence-tier rules, confounder control requirements, and degraded-state constraints. The review stops with specific gate codes when evidence is missing, unverified, underpowered, or unquarantined, preventing unsafe priority changes.

Does causal credit review work with redacted or degraded-state evidence bundles?

Yes, causal credit review handles redacted and degraded-state evidence by validating provenance status and applying specific safety controls. It checks redaction and provenance status as part of the confounder checklist before allowing any promote, demote, or reroute action.