project-standalo-sonic-cloud/.claude/commands/guardrail/review.md

951 B

description allowed-tools
Request design review and transition to DESIGN_REVIEW phase Read, Write, Bash

Request Design Review

Transition the project from DESIGN_PHASE to DESIGN_REVIEW.

Steps

  1. Validate Manifest:
python3 "$CLAUDE_PROJECT_DIR/skills/guardrail-orchestrator/scripts/validate_manifest.py" --strict
  1. If Valid, transition phase:
python3 "$CLAUDE_PROJECT_DIR/skills/guardrail-orchestrator/scripts/transition_phase.py" --to DESIGN_REVIEW
  1. Show Review Checklist:

    • All pages have at least one component
    • All components have defined props with types
    • All APIs have request/response schemas
    • All database tables have primary keys
    • No orphan components
    • No circular dependencies
  2. Explain Next Steps:

    • Use /guardrail:approve to approve and move to implementation
    • Use /guardrail:reject <feedback> to send back for fixes