decision-critic

Community

Critically stress-test decisions before commitments.

Authorsolatis
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Structured decision critique to surface assumptions, verify claims, and generate adversarial perspectives before finalizing a decision.

Core Features & Use Cases

  • Decomposition & IDs: Extract claims (C1, C2), assumptions (A1, A2), constraints (K1, K2), and judgments (J1, J2).
  • Verification phase: Generate verification questions for each claim.
  • Challenge phase: Present contrarian perspectives and alternative framings.
  • Synthesis: Provide a verdict and recommended actions.

Quick Start

Run the decision critic: python3 scripts/decision-critic.py --step-number 1 --total-steps 7 --decision "<decision text>" --context "<constraints and background>" --thoughts "<your accumulated analysis, IDs, and status from all previous steps>"

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: decision-critic
Download link: https://github.com/solatis/claude-config/archive/main.zip#decision-critic

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository