What problem does it solve?
This Skill helps you design game enemy AI that feels intelligent, fair, debuggable, and performant instead of robotic, exploitable, or unreadable.
Core Features & Use Cases
- AI architecture selection: Choose between FSMs, behavior trees, GOAP, HTN, utility scoring, and hybrid patterns based on the game role.
- Perception and threat modeling: Build sight, hearing, alert states, aggro rules, target selection, and hysteresis that feel consistent and fair.
- Combat pacing and lifecycles: Implement attack tokens, telegraphs, leashes, respawns, AI LOD, group roles, and crowd behavior for scalable encounters.
- Use Case: If enemies are flip-flopping targets, attacking all at once, or feeling too smart to be fun, use this Skill to diagnose the failure and redesign the system.
Quick Start
Ask for a complete enemy AI architecture plan for your game, including perception, targeting, combat pacing, group coordination, and debugging safeguards.