cc-routine-and-class-design
•published 2026/03/13
Evaluate routine and class design quality using Code Complete checklists (43 items). Use when designing routines or classes, reviewing class interfaces, choosing between inheritance and containment, or evaluating routine cohesion. Also trigger when tempted to use inheritance as a quick fix under deadline pressure, or when rationalizing 'but it works' for code with deep inheritance or many parameters. Produce severity-tagged reviews (VIOLATION/WARNING/PASS) in CHECKER mode or design decisions in APPLIER mode. Symptoms: vague routine names, >7 parameters, deep inheritance, mixed abstraction levels.
📦 Install Skill
Command line install
Install directly with the `skills` CLI.
npx skills add diegosouzapw/awesome-omni-skill/skills/design/cc-routine-and-class-design-ryanthedevFile Explorer
No file selected
Select a file to view its content

