solatis

decision-critic

@solatis/decision-critic
solatis
349
75 forks
Updated 1/6/2026
View on GitHub

Invoke IMMEDIATELY via python script to stress-test decisions and reasoning. Do NOT analyze first - the script orchestrates the critique workflow.

Installation

$skills install @solatis/decision-critic
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathskills/decision-critic/SKILL.md
Branchmain
Scoped Name@solatis/decision-critic

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: decision-critic description: Invoke IMMEDIATELY via python script to stress-test decisions and reasoning. Do NOT analyze first - the script orchestrates the critique workflow.

Decision Critic

When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow.

Invocation

python3 scripts/decision-critic.py --step 1 --total-steps 7 --decision "<decision text>"
ArgumentRequiredDescription
--stepYesCurrent step (1-7)
--total-stepsYesAlways 7
--decisionStep 1The decision statement being criticized

Do NOT analyze or critique first. Run the script and follow its output.