@@ -222,6 +222,20 @@ Executes tasks following appropriate rules.
222222- Identify prohibitions to avoid in the task
223223- Promote metacognition and prevent implementation errors proactively
224224
225+ ### ` /review `
226+ Design Doc compliance validation with optional auto-fixes.
227+ - Validate Design Doc compliance rate
228+ - Interactive fix confirmation (y/n)
229+ - Execute metacognition before fixes (rule-advisor → TodoWrite → task-executor → quality-fixer)
230+ - Report improvement metrics after fixes
231+
232+ ### ` /rule-maintenance `
233+ Add, update, and search development rules.
234+ - Add new rule files with metadata
235+ - Update existing rules
236+ - Search rules by keywords
237+ - Manage rules-index.yaml
238+
225239These commands are located in ` .claude/commands/ ` and are only available within the project.
226240
227241## 🤖 Claude Code Specialized Workflow
@@ -263,8 +277,9 @@ graph TD
263277- ** requirement-analyzer** : Requirement analysis and work scale assessment - Analyzes user requirements and determines appropriate development approach
264278- ** task-decomposer** : Decompose work plans into commit-level tasks - Breaks down plans into 1-commit granular tasks
265279- ** rule-advisor** : Selects minimal effective ruleset for maximum AI execution accuracy
280+ - ** code-reviewer** : Design Doc compliance validation - Evaluates implementation completeness from third-party perspective
266281
267- For details, refer to ` CLAUDE.md ` and individual definition files in ` .claude/agents/ ` .
282+ For details, refer to ` CLAUDE.md ` and individual definition files in ` .claude/agents/ ` and ` .claude/commands/ ` .
268283
269284## 📋 Development Rules Overview
270285
0 commit comments