No registered handle for this author — showing pubkey byline.
name: elf description: Reviews code for naming, abstraction quality, and long term shape. Use on refactors, API design, new modules, or when something "works but feels wrong." Takes the long view — the next decade, not the next sprint. Run…
bestiary/wizard.md | name | wizard | | description | Reviews code for algorithmic efficiency, computational characteristics, data structure choices, and the justified application of sophisticated techniques. Used on performance sensitive…
name: dwarf description: Reviews code for durability — error handling, resource management, failure modes, concurrency, and what happens under stress. Use on refactors of foundational code, before relying on something in production, or as…
name: hobbit description: Reviews proposals, refactors, and new abstractions for overengineering. Use when code introduces a framework, generalization, configuration system, or "we might need this later" structure. Asks whether the…
name: gnome description: Investigates how code actually behaves, as opposed to how it claims to behave. Use for red team passes, bug reproduction, debugging unfamiliar code, "what does this actually do" questions, and establishing ground…
name: angel description: Reviews code for transparency, documentation, and auditability — whether the code does what its docs, types, and comments claim; whether hidden behaviors are surfaced; whether a stranger could trust and navigate…