Skip to main content
Run any Skill in Manus
with one click

aposd-reviewer

Deep software design reviewer based on "A Philosophy of Software Design" (John Ousterhout). Two modes: (1) Review — analyze existing code for complexity, shallow modules, information leakage, pass-through layers, error handling anti-patterns, and naming issues; (2) Design — guide architecture decisions using APoSD principles (should I merge or split? how deep should this interface be? where should this complexity live?). Use this skill when the user asks for: design review, architecture review, complexity analysis, module depth analysis, code structure critique, "is this too shallow", "should I combine these", interface design feedback, error handling review, or mentions APoSD / Ousterhout / deep modules / information hiding. Also use when the user is making structural decisions about packages, layers, or abstractions — even if they don't explicitly mention the book.

Overview

Deep software design reviewer based on "A Philosophy of Software Design" (John Ousterhout). Two modes: (1) Review — analyze existing code for complexity, shallow modules, information leakage, pass-through layers, error handling anti-patterns, and naming issues; (2) Design — guide architecture decisions using APoSD principles (should I merge or split? how deep should this interface be? where should this complexity live?). Use this skill when the user asks for: design review, architecture review, complexity analysis, module depth analysis, code structure critique, "is this too shallow", "should I combine these", interface design feedback, error handling review, or mentions APoSD / Ousterhout / deep modules / information hiding. Also use when the user is making structural decisions about packages, layers, or abstractions — even if they don't explicitly mention the book.

Install command
npx skills add https://github.com/hylarucoder/hai-stack --skill aposd-reviewer

Copy and paste this command into Claude Code to install the skill

Stars7
Forks0
UpdatedMay 23, 2026 at 13:08
File Explorer
4 files
SKILL.md
readonly