build-evaluation-developer
Installation
SKILL.md
Build Evaluation Developer Skill
Use this skill when modifying the weapon build evaluation logic in internal/evaluator/.
The evaluator is a high-performance DFS engine. Incorrect modifications can lead to exponential search times or suboptimal builds.
Scope & Intent
Use this skill when:
- Modifying the DFS algorithm in
processSlots - Adding new optimization metrics (e.g. Weight, Price)
- Adjusting pruning or bounding logic
- Debugging why a "best build" isn't actually optimal