Create modular implementation plans as chunked files. Use when you have requirements for a multi-step task and need to break it into context-friendly chunks. Requires superpowers plugin for design spe...
0
AI 96
code-review-oop
tzenderman2/6/2026
OOP-focused code review. Validates SRP, composition over inheritance, pattern usage, and conditional elimination. Pairs with code-review-ddd for complete review.
0
AI 95
code-review
tzenderman2/6/2026
Combined DDD and OOP code review. Run after implementation to validate code against both checklists. For focused reviews, use code-review-ddd or code-review-oop.
0
AI 95
code-review-ddd
tzenderman2/6/2026
DDD-focused code review. Validates domain layer purity, entity/VO usage, repository patterns, and bounded contexts. Pairs with code-review-oop for complete review.
0
AI 90
plan-lint
tzenderman2/6/2026
Structural validation of chunked plans. Checks consistency, completeness, naming patterns, and detail level. Run after plan-create to catch issues before review.