Guide routine design using the Pseudocode Programming Process (PPP). Produce pseudocode design, header comments, and...
find ~/ryanthedev/ -name "*.skill"
Review control flow quality using 87-item checklist. Use when code has deep nesting (3+ levels), complex...
Evaluate module design using APOSD principles with 40-item checklist. Detect complexity symptoms (change...
Audit integration strategy and daily build processes (CHECKER) or select optimal integration approach and configure...
Guide systematic debugging using scientific method: STABILIZE -> HYPOTHESIZE -> EXPERIMENT -> FIX -> TEST -> SEARCH....
Review code formatting and documentation using 74-item checklist from Code Complete. Two modes: CHECKER executes...
Execute quality checklists (112+ items) for code review, testing strategy, and debugging. CHECKER mode audits QA...
Enforce comments-first workflow for new code and improve naming/documentation for existing code. Use when writing...
Audit and fix data organization: variable declarations, data types, magic numbers, naming conventions, and global...
Simplify complex code through the Error Reduction Hierarchy: Define out > Mask > Aggregate > Crash. Use when code is...
Review documentation quality across README, comments, API docs, changelog, and AI documentation (CLAUDE.md,...
Review error handling, input validation, and exception patterns using 24-item checklist. Use when auditing defensive...
Execute whiteboard plans through gated phases with subagent dispatch. Require feature branch. Each phase goes...
Enforce measure-first discipline for code optimization using a 7-step gated decision tree and 40-item checklist. Use...
Optimize performance through mandatory measure-first workflow with 3 stages: MEASURE (gate) -> FUNDAMENTAL FIX ->...
Verify construction prerequisites using 66-item checklists across requirements, architecture, and coding...
Enforce Design-It-Twice workflow: generate 2-3 radically different approaches, compare them, then implement. Use...
Enforce strategic programming discipline when modifying existing code. Guide through STOP-ASK-DECIDE-VERIFY workflow...
Verify code correctness before claiming done or committing. Run 6-dimension checklist: requirements coverage,...
Enforce developer discipline under pressure by detecting rationalization patterns and providing counter-arguments....