schiz-program-adjudicate

Convert harvested schizophrenia program data into structured adjudicated dossiers.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill schiz-program-adjudicate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schiz-program-adjudicate
Source: https://github.com/Jesse-L-M/scz-target-engine/tree/main/.claude/skills/schiz-program-adjudicate
Command: npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill schiz-program-adjudicate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the adjudication of harvested schizophrenia program data into formal, consumable dossiers that record accepted claims, caveats, contradictions, and belief updates.

Core Features & Use Cases

  • Adjudication workflow: converts harvested program memory into structured adjudicated artifacts (claims.csv, caveats.csv, belief_updates.csv, contradictions.csv, program_card.json) for downstream analysis and publication.
  • Governance and traceability: preserves unresolved contradictions and surface caveats without erasing evidence, enabling auditable decision trails.
  • Use case: a data team member ingests a harvest bundle and outputs a ready-to-publish adjudicated dossier for the program memory corpus.

Quick Start

Run the adjudication workflow on a harvested bundle to produce an adjudicated dossier.

Frequently Asked Questions about schiz-program-adjudicate

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

FAQPage Schema
How do I adjudicate harvested schizophrenia program data into structured dossiers?

To adjudicate harvested schizophrenia program data, this Skill automates the classification of accepted claims, caveats, and belief updates into formal dossiers. It processes a harvest bundle and outputs structured CSV files alongside a program card for downstream analysis.

What outputs are generated when adjudicating program memory harvests?

Adjudicating program memory harvests generates five specific outputs: claims.csv, caveats.csv, belief_updates.csv, contradictions.csv, and program_card.json. These artifacts are written under the .context/program_memory/reviews directory for auditable decision trails.

How does the adjudication workflow handle unresolved contradictions in harvested claims?

The adjudication workflow handles unresolved contradictions by preserving them in a dedicated contradictions.csv file without erasing the original evidence. This approach ensures governance and traceability, allowing auditable decision trails across program memories.

What inputs are required to run the schizophrenia program adjudication process?

The schizophrenia program adjudication process requires three structured inputs: HARVEST_DIR, ADJUDICATION_ID, and REVIEWER. Providing these parameters allows the workflow to ingest a harvest bundle and write the adjudicated artifacts to the correct program review path.

Can I surface caveats from harvested program data without losing the original evidence?

Yes, you can surface caveats without losing original evidence by running this adjudication workflow. It explicitly isolates caveats into a dedicated caveats.csv file while maintaining the full corpus of accepted claims, ensuring no evidence is erased during the belief update process.