Agent Skills
› solatis/claude-config
› decision-critic
decision-critic
GitHub通过调用Python脚本对决策和推理过程进行压力测试与批判性审查,强制执行自动化工作流而非手动分析。
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


