What problem does it solve?
This Skill removes the guesswork from implementing Sonic 3 & Knuckles boss encounters by turning disassembly findings into accurate in-engine behavior, arena setup, and verification steps.
Core Features & Use Cases
- Boss Implementation Workflow: Guides the full process for mini-bosses, end bosses, and multi-phase fights from research through registration.
- Accuracy and Validation: Covers routine states, hit counts, child objects, camera locks, shield reactions, and Knuckles-specific variants so the result matches the original game.
- Engine Integration: Helps connect boss logic to level events, art loading, object factories, and zone-set-aware IDs for a complete playable implementation.
- Use Case: A contributor can use this Skill to implement the Angel Island boss, confirm its arena boundaries and defeat sequence, and register it correctly in the Sonic 3&K object system.
Quick Start
Use the s3k-implement-boss skill to implement a Sonic 3&K boss from the disassembly and validate its arena setup, hit logic, child objects, and phase transitions.