Arch Design Review banner
yanacuti1121 yanacuti1121

Arch Design Review

Design community

Description

Conduct a structured design review of a module, feature, or system component. ## Steps 1. Identify the scope of review from the argument (module path, feature name, or PR number). 2. Map the component boundaries: - Entry points (APIs, event handlers, CLI commands). - Internal modules and their responsibilities. - External dependencies and integration points. - Data flow from input to output. 3. Evaluate against design principles: - **Single Responsibility**: Does each module hav

Installation

Installs to ~/.claude/commands/yanacuti1121-yana-ai-arch-design-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yanacuti1121/Yana-AI/HEAD/.claude/commands/arch-design-review.md -o ~/.claude/commands/yanacuti1121-yana-ai-arch-design-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository