Prerequisites
Phase 4 completion required:
rtl/**/*.sv files must exist
- One of the following completion proofs must exist:
reviews/phase-4-rtl/lint-report.md (full rtl-p4-implement path)
.rat/state/p4-state.json with gates.p4_exit.verdict = pass (rapid rtl-p4-rapid-impl path)
If prerequisites are missing: WARNING — recommend running /rtl-agent-team:rtl-p4-rapid-impl
or /rtl-agent-team:rtl-p4-implement. Proceed with available artifacts — orchestrator will adapt scope.
Execution
Task(subagent_type="rtl-agent-team:p5-verify-orchestrator",
prompt="Execute Phase 5 verification. User input: $ARGUMENTS")
Do not perform any work directly.
The orchestrator agent manages all stages, module graduation,
parallel agent spawning, and compliance review.
Compliance Notes
- Verification must confirm all iron requirement
acceptance_criteria are met.
When structured acceptance_criteria (with ac_id) exist from P3, verification
tracks compliance at the individual criterion level (ac_id granularity).
When acceptance_criteria is in string-array format (P1/P2), verification
operates at REQ level.
- Final compliance check compares test results against P1+P2+P3
acceptance_criteria
- Phase 5 PASS requires zero unmet iron requirements across all verification categories
Output
reviews/phase-5-verify/ — 9 category verification reports (lint, formal, CDC, protocol, functional, coverage, performance, synthesis, code review)
reviews/phase-5-verify/final-compliance.md — overall PASS/FAIL verdict with requirement traceability
1---2name: rtl-p5-verify3description: Phase 5 legacy bundled verification: functional + silicon checks in one flow. Triggers 'verify', 'Phase 5', 'run all checks'. New flows: prefer split P5A/P5B.4---56<Purpose>7Execute Phase 5 verification pipeline. Runs three-stage verification8(module → top → final) covering 9 verification categories with module9graduation gates and compliance review.10This is a legacy bundled bridge while teams transition to split P5A/P5B.11</Purpose>1213<Use_When>14- Phase 4 RTL implementation is complete with lint passing15- User says "verify", "verification", "Phase 5", "run all checks"16- Need comprehensive verification: lint, formal, CDC, functional, coverage, synthesis17- Need one legacy-style Phase-5 command that bundles functional + silicon-oriented checks18- Need migration bridge while adopting split flows (`rtl-p5a-functional-closure` + `rtl-p5b-silicon-validation`)19- Team workflow intentionally keeps the combined legacy Phase-5 interface20</Use_When>2122<Do_Not_Use_When>23- RTL modules don't exist yet (run `rtl-p4-rapid-impl` or `rtl-p4-implement` first)24- Only need functional regression (use rtl-p5s-func-verify)25- Only need a specific verification category (use the category-specific skill)26- Want strict separation of functional closure and silicon validation27 (use `rtl-p5a-functional-closure` first, then `rtl-p5b-silicon-validation`)28- Starting a new verification flow with explicit two-stage closure29 (default to split `rtl-p5a-functional-closure` + `rtl-p5b-silicon-validation`)30</Do_Not_Use_When>3132## Prerequisites3334Phase 4 completion required:35- `rtl/**/*.sv` files must exist36- One of the following completion proofs must exist:37 - `reviews/phase-4-rtl/lint-report.md` (full `rtl-p4-implement` path)38 - `.rat/state/p4-state.json` with `gates.p4_exit.verdict` = `pass` (rapid `rtl-p4-rapid-impl` path)3940If prerequisites are missing: WARNING — recommend running `/rtl-agent-team:rtl-p4-rapid-impl`41or `/rtl-agent-team:rtl-p4-implement`. Proceed with available artifacts — orchestrator will adapt scope.4243## Execution4445Task(subagent_type="rtl-agent-team:p5-verify-orchestrator",46 prompt="Execute Phase 5 verification. User input: $ARGUMENTS")4748Do not perform any work directly.49The orchestrator agent manages all stages, module graduation,50parallel agent spawning, and compliance review.5152## Compliance Notes5354- Verification must confirm all iron requirement `acceptance_criteria` are met.55 When structured acceptance_criteria (with ac_id) exist from P3, verification56 tracks compliance at the individual criterion level (ac_id granularity).57 When acceptance_criteria is in string-array format (P1/P2), verification58 operates at REQ level.59- Final compliance check compares test results against P1+P2+P3 `acceptance_criteria`60- Phase 5 PASS requires zero unmet iron requirements across all verification categories6162## Output6364- `reviews/phase-5-verify/` — 9 category verification reports (lint, formal, CDC, protocol, functional, coverage, performance, synthesis, code review)65- `reviews/phase-5-verify/final-compliance.md` — overall PASS/FAIL verdict with requirement traceability