rat-p4p5-impl-verify

Execute the Phase 4→5 RTL implementation and verification pipeline from microarchitecture documents.

43|9|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/babyworm/rtl-agent-team --skill rat-p4p5-impl-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rat-p4p5-impl-verify
Source: https://github.com/babyworm/rtl-agent-team/tree/main/skills/rat-p4p5-impl-verify
Command: npx skills add https://github.com/babyworm/rtl-agent-team --skill rat-p4p5-impl-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the handoff from completed microarchitecture documents to production-quality RTL and verification, eliminating manual, error-prone translation and testbench creation between Phase 3 and Phase 5.

Core Features & Use Cases

  • Orchestrated Phase 4→5 Flow: Coordinates an orchestrator agent to implement RTL from μArch specs and run full verification with feedback loops to refine implementation and tests.
  • Verification-first Output: Produces RTL code, unit tests, and verification artifacts and reports, ensuring regressions are caught before design handoff.
  • Use Case: Given completed Phase 1–3 artifacts and a reviewed μArch, run the skill to generate module RTL, create directed unit tests, and iterate until verification passes.

Quick Start

Ask the agent to "implement and verify module core_alu using existing Phase 1-3 artifacts" to start the Phase 4→5 orchestrator.

Frequently Asked Questions about rat-p4p5-impl-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert microarchitecture specs into verified RTL?

To convert microarchitecture specs into verified RTL, you need an orchestrated pipeline that generates module code, creates unit tests, and runs verification loops. This process requires validated Phase 3 μArch specs to produce production-quality RTL and verification reports.

How do I automate RTL implementation and unit test generation from design specs?

Automating RTL implementation and unit test generation requires an orchestrator agent that reads existing microarchitecture documents to generate module RTL and directed unit tests, iterating until verification passes and producing verification artifacts.

What is a verification-first RTL implementation pipeline?

A verification-first RTL implementation pipeline generates RTL code alongside unit tests and verification artifacts, running feedback loops to refine the implementation until regressions are caught and verification passes before design handoff.

Do I need completed microarchitecture review files to generate RTL and unit tests?

Yes, generating RTL and unit tests requires validated Phase 3 microarchitecture specs and review files. The pipeline depends on completed Phase 1-3 artifacts and integration with local file and shell tooling to run tests and produce reports.

Can I run directed unit tests locally and iterate on RTL code automatically?

Yes, you can run directed unit tests locally and iterate on RTL code automatically by integrating an orchestrator with local file and shell tooling, which executes tests and feeds results back to refine the implementation until verification passes.