用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill tot-exploration命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| namespace | aiwg |
| name | tot-exploration |
| platforms | ["all"] |
| description | Trigger Tree of Thoughts exploration when agents face architectural decisions with multiple valid approaches |
Automatically trigger Tree of Thoughts exploration when agents face architectural decisions with multiple valid approaches.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
This skill activates the ToT exploration protocol when an agent encounters a decision point with multiple valid architectural approaches. It ensures systematic evaluation rather than defaulting to the first viable option.
When triggered, this skill:
Detects decision context:
Loads ToT protocol:
Generates alternatives:
Evaluates with scoring matrix:
Produces recommendation:
Generates ADR if approved:
.aiwg/architecture/activation:
conditions:
- decision_type: [architectural, technical, infrastructure]
- alternatives_count: ">= 2"
- impact_level: [high, critical]
skip_when:
- decision_already_documented: true
- user_explicitly_chose: true
- trivial_decision: true
This skill uses:
decision-support: Underlying decision matrix infrastructureartifact-orchestration: For multi-agent evaluation when neededproject-awareness: Context for NFR-based criteriaagents:
primary:
agent: architecture-designer
focus: Generate and evaluate alternatives
reviewers:
- agent: security-architect
focus: Security implications of each alternative
condition: security_relevant == true
- agent: performance-engineer
focus: Performance trade-offs
condition: performance_critical == true
- agent: cloud-architect
focus: Infrastructure implications
condition: cloud_deployment == true
.aiwg/architecture/adr-*.md.aiwg/decisions/.aiwg/working/tot-explorations/