Stress-tests technical plans and architectures through rigorous codebase analysis and surgical questioning to identify hidden risks.
Grill is a high-intensity interrogation skill for Claude Code that transforms the AI from a passive assistant into a prepared architectural interviewer. Instead of just accepting a plan at face value, Grill performs extensive reconnaissance on your existing codebase to find patterns and trade-offs before challenging your design. It maps out complex decision trees, surfaces contradictions, and forces a shared understanding by resolving dependencies one-by-one. It is specifically designed to minimize mental overhead for the developer by providing ranked decision tables and persistent status trackers, ensuring that second-order consequences are addressed and nothing falls through the cracks during the planning phase.
主な機能
01Ranked decision tables comparing options with pros, cons, and weighted recommendations
023 GitHub stars
03Automatic detection of contradictions, over-engineering, and hidden dependencies
04Branch-by-branch interrogation focused on resolving the critical decision path
05Autonomous codebase reconnaissance to answer basic questions before engaging the user
06Persistent status trackers to prevent context loss during long architecture reviews
ユースケース
01Conducting a deep-dive review of a migration plan to surface second-order consequences
02Challenging a proposed feature implementation to ensure it aligns with existing code patterns
03Vetting a new system architecture or database schema for potential scaling and maintenance issues