Agent Skills
› solatis/claude-config
› decision-critic
decision-critic
GitHub通过调用Python脚本对决策和推理进行压力测试与批判性审查,执行7步评估工作流。
Trigger Scenarios
需要对特定决策进行深度批判性分析时
需要自动化执行决策推理的压力测试流程时
Install
npx skills add solatis/claude-config --skill decision-critic -g -y
SKILL.md
Frontmatter
{
"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
| Argument | Required | Description |
|---|---|---|
--step |
Yes | Current step (1-7) |
--decision |
Step 1 | The decision statement being criticized |
Do NOT analyze or critique first. Run the script and follow its output.
Version History
- 6e72bc2 Current 2026-07-11 17:17


