Before you start building a feature or refactoring anything non-trivial, this runs a structured interview to nail down requirements across technical constraints, scope boundaries, risk tolerance, and success criteria. It asks questions in batches of two or three, then explores your codebase looking for existing patterns and structural friction that might fight your planned change. The core philosophy is "make the change easy, then make the change," so it actively looks for preparatory refactors that would simplify implementation. It generates plans in a draft-refine loop, with depth calibrated to task complexity, and includes a knowledge audit step to catch gaps before you start coding blind. Skip it for simple bug fixes or pure exploration work.
npx skills add https://github.com/pskoett/pskoett-ai-skills --skill plan-interview