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


