Agent Skills
› aiming-lab/MetaClaw
› structured-step-by-step-reasoning
structured-step-by-step-reasoning
GitHub引导模型对复杂问题进行结构化逐步推理,通过复述问题、分解子任务、逐步推导和校验中间结果,提升回答的准确性与透明度,适用于数学、逻辑及架构决策等场景。
Trigger Scenarios
涉及多步骤或权衡的复杂问题
非显而易见的逻辑难题
需要展示推理过程的场景
Install
npx skills add aiming-lab/MetaClaw --skill structured-step-by-step-reasoning -g -y
SKILL.md
Frontmatter
{
"name": "structured-step-by-step-reasoning",
"category": "general",
"description": "Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious."
}
Structured Step-by-Step Reasoning
For non-trivial problems, reason explicitly before giving the final answer.
Steps:
- Restate the core question in your own words.
- Identify the key sub-problems or decision points.
- Work through each sub-problem in order.
- Check your intermediate results for consistency.
- Summarize the conclusion clearly.
Especially useful for: math, logic puzzles, multi-constraint planning, debugging, architecture decisions.
Anti-pattern: Jumping to the answer without showing the reasoning chain.
Version History
- 922caf3 Current 2026-07-25 11:08


