Multi Stage Design Review
Description
--- model: sonnet description: "設計書の4段階レビュー(通常→整合性→影響分析→セキュリティ)と指摘対応を自動実行" --- # マルチステージ設計レビューコマンド ## 概要 4段階のアーキテクチャレビューとその指摘事項対応を自動で実行するコマンドです。各段階でレビュー→対応のサイクルを回し、**設計方針書の品質**を段階的に向上させます。 > **重要**: このコマンドは**設計方針書のレビューと改善**を目的としています。 > ソースコードの実装は行いません。レビュー結果は設計方針書に反映されます。 ## 使用方法 ```bash /multi-stage-design-review [Issue番号] /multi-stage-design-review [Issue番号] --skip-stage=3,4 ``` **例**: ```bash /multi-stage-design-review 76 # 全4段階を実行 /multi-stage-design-review 76 --skip-stage=
Installation
Installs to ~/.claude/commands/kewton-commandmate-multi-stage-design-review.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Kewton/CommandMate/HEAD/.claude/commands/multi-stage-design-review.md -o ~/.claude/commands/kewton-commandmate-multi-stage-design-review.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://