Execute whiteboard plans through gated phases with subagent dispatch. Require feature branch. Each phase goes...
find ~/ryanthedev/ -name "*.skill"
Verify code correctness before claiming done or committing. Run 6-dimension checklist: requirements coverage,...
Simplify complex code through the Error Reduction Hierarchy: Define out > Mask > Aggregate > Crash. Use when code is...
Evaluate module design using APOSD principles with 40-item checklist. Detect complexity symptoms (change...
Optimize performance through mandatory measure-first workflow with 3 stages: MEASURE (gate) -> FUNDAMENTAL FIX ->...
Enforce strategic programming discipline when modifying existing code. Guide through STOP-ASK-DECIDE-VERIFY workflow...
Enforce comments-first workflow for new code and improve naming/documentation for existing code. Use when writing...