Agent SkillsA-EVO-Lab/a-evolve › systematic-exploration

systematic-exploration

GitHub

提供系统化探索策略,避免死胡同和过早结论。指导在方法失败时调整参数、陷入僵局时回溯重试、验证数据解读及独立处理多条件需求,适用于解决开发中的复杂问题与调试困境。

artifacts/tb2_clawcode_opus46/skills/systematic-exploration/SKILL.md A-EVO-Lab/a-evolve

Trigger Scenarios

遇到死胡同或当前方法无效 对结果存疑需验证解读 处理多个独立约束条件

Install

npx skills add A-EVO-Lab/a-evolve --skill systematic-exploration -g -y
More Options

Non-standard path

npx skills add https://github.com/A-EVO-Lab/a-evolve/tree/main/artifacts/tb2_clawcode_opus46/skills/systematic-exploration -g -y

Use without installing

npx skills use A-EVO-Lab/a-evolve@systematic-exploration

指定 Agent (Claude Code)

npx skills add A-EVO-Lab/a-evolve --skill systematic-exploration -a claude-code -g -y

安装 repo 全部 skill

npx skills add A-EVO-Lab/a-evolve --all -g -y

预览 repo 内 skill

npx skills add A-EVO-Lab/a-evolve --list

SKILL.md

Frontmatter
{
    "name": "systematic-exploration",
    "description": "Strategies for avoiding dead ends and premature conclusions. Read this when stuck or when an approach seems to not work."
}

Systematic Exploration

Don't reject approaches based on a single test

When a promising approach (solver, algorithm, transformation) gives bad results:

  • Vary the key parameter across a wide range before rejecting (e.g., iterations: 1, 5, 20, 50, 100)
  • Combine with other settings (disable warmstart, change precision, different flags)
  • A method that fails with default parameters may succeed with tuned parameters

Stuck for 5+ turns? Backtrack.

If you've been optimizing the same approach without crossing the threshold:

  1. List all approaches you've tried AND rejected
  2. For each rejected approach, ask: "Did I test it thoroughly, or did I dismiss it after one attempt?"
  3. Re-test the most promising rejected approach with different configurations

Verify your interpretation before committing

When data looks unusual or results seem off:

  • Try multiple interpretations of the data (different units, coordinate transforms, encodings)
  • Don't lock in on the first plausible explanation — test at least 2 alternatives
  • Check if numerical coincidences are real or spurious (e.g., ratio match vs exact value match)

Independent requirements

When a task lists multiple criteria (A, B, C):

  • Each criterion may be satisfied by DIFFERENT entities unless explicitly stated otherwise
  • Don't combine independent filters into a single query/check

Version History

  • c9d4789 Current 2026-07-25 07:28

Same Skill Collection

artifacts/tb2_clawcode_opus46/skills/build-compiled-extensions/SKILL.md
artifacts/tb2_clawcode_opus46/skills/debug-and-fix/SKILL.md
artifacts/tb2_clawcode_opus46/skills/environment-discovery/SKILL.md
artifacts/tb2_clawcode_opus46/skills/python-data-analysis/SKILL.md
artifacts/tb2_clawcode_opus46/skills/scientific-computing/SKILL.md
artifacts/tb2_clawcode_opus46/skills/self-verification/SKILL.md
seed_workspaces/mcp_mh/.claude/skills/harness-optimizer/SKILL.md
seed_workspaces/osworld/skills/application-shortcuts/SKILL.md
seed_workspaces/osworld/skills/gui-click-over-keyboard/SKILL.md
seed_workspaces/osworld/skills/gui-navigation/SKILL.md
seed_workspaces/osworld/skills/screenshot-analysis/SKILL.md
seed_workspaces/osworld/skills/self-verification/SKILL.md
seed_workspaces/osworld/skills/web-access-strategies/SKILL.md
seed_workspaces/skillbench/skills/data-formats/SKILL.md
seed_workspaces/skillbench/skills/environment-discovery/SKILL.md
seed_workspaces/skillbench/skills/python-packages/SKILL.md
seed_workspaces/skillbench/skills/skill-usage/SKILL.md
seed_workspaces/terminal/skills/build-compiled-extensions/SKILL.md
seed_workspaces/terminal/skills/debug-and-fix/SKILL.md
seed_workspaces/terminal/skills/environment-discovery/SKILL.md
seed_workspaces/terminal/skills/scientific-computing/SKILL.md
seed_workspaces/terminal/skills/self-verification/SKILL.md

Metadata

Files
0
Version
88190c6
Hash
3ca10a65
Indexed
2026-07-25 07:28

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 15:32
浙ICP备14020137号-1 $방문자$