951 B
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
- Validate Manifest:
python3 "$CLAUDE_PROJECT_DIR/skills/guardrail-orchestrator/scripts/validate_manifest.py" --strict
- If Valid, transition phase:
python3 "$CLAUDE_PROJECT_DIR/skills/guardrail-orchestrator/scripts/transition_phase.py" --to DESIGN_REVIEW
-
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
-
Explain Next Steps:
- Use
/guardrail:approveto approve and move to implementation - Use
/guardrail:reject <feedback>to send back for fixes
- Use