# Rtl P5b Silicon Validation

> Phase 5B silicon validation: synthesis, constraints, timing/CDC signoff posture, top integration checks. Run after P5A functional closure passes.

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

---


<Purpose>
Run silicon-readiness validation after functional closure PASS.
Focus: constraints, synthesis, CDC/STA signoff posture, and precise top integration checks.
</Purpose>

<Use_When>
- Functional closure has passed and silicon risk reduction is required
- Need block/top synthesis and timing-oriented validation
- Following split flow after `rtl-p5a-functional-closure` with explicit signoff-oriented stage separation
- Preferred replacement for legacy bundled `rtl-p5-verify` when teams adopt split P5A/P5B
</Use_When>

<Do_Not_Use_When>
- Functional closure has not passed
- You only need module-level quick checks
- Need one legacy bundled Phase-5 command for functional+silicon checks (use `rtl-p5-verify`)
</Do_Not_Use_When>

## Execution

Task(subagent_type="rtl-agent-team:p5b-silicon-validation-orchestrator",
     prompt="Execute Phase 5B silicon validation. User input: $ARGUMENTS")

Do not perform work directly.
The orchestrator enforces signoff-oriented gates.

