# Rtl P6 Design Review

> Phase 6: design review and design-note documentation with consistency checks after P5 PASS. Triggers: 'design review', 'design note', 'Phase 6'.

- Skill: `babyworm/rtl-p6-design-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add babyworm/rtl-p6-design-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/babyworm/rtl-p6-design-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: babyworm (https://skillmd.com/u/babyworm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/babyworm/rtl-p6-design-review

---


<Purpose>
Execute Phase 6 design review and documentation pipeline. Produces comprehensive
design notes with decision rationale, 2-round consistency checks (CC1, CC2),
code quality and design quality reviews, and optional PDF generation.
</Purpose>

<Use_When>
- Phase 5 verification has passed (verdict=PASS)
- User says "design review", "design note", "Phase 6", "documentation"
- Need comprehensive design documentation with quality assessment
- For Phase 7 exploration, use `/rtl-agent-team:rtl-p7-exploration` instead
</Use_When>

<Do_Not_Use_When>
- Phase 5 verification has not passed (run rtl-p5-verify first)
- Only need RTL documentation without review (use rtl-document)
- Only need a code review (use arch-review or specific reviewer agent)
</Do_Not_Use_When>

## Prerequisites

Phase 5 completion required:
- `reviews/phase-5-verify/final-compliance.md` must exist with verdict=PASS

If prerequisite is missing: WARNING — recommend running `/rtl-agent-team:rtl-p5-verify`.
Proceed with available artifacts — orchestrator will adapt scope.

## Execution

Task(subagent_type="rtl-agent-team:p6-review-orchestrator",
     prompt="Execute Phase 6 design review and documentation pipeline. User input: $ARGUMENTS")

Do not perform any work directly.
The orchestrator agent manages Phase 5→6 gate check, 2-wave parallel execution,
2-round consistency checks (CC1, CC2), completion quality gate,
and optional PDF generation.

