rtl-p5-verify-team

Orchestrate end-to-end RTL verification workflows across multiple modules with dependency-aware task graphs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RTL verification for multi-module designs is complex and slow due to sequential execution and manual coordination. This skill provides a scalable orchestration of Phase 5 verification, coordinating teams, tasks, and dependencies to accelerate validation across modules.

Core Features & Use Cases

  • Parallel verification across 9 categories with dependency-aware task graphs and module graduation gates.
  • Team lifecycle management: TeamCreate, coordinator + worker spawning, task monitoring, and cleanup.
  • Per-module verification planning and execution with coordinated workers to maximize parallelism.

Quick Start

Create a Phase 5 verification team, spawn the coordinator and workers, and monitor per-module tasks until completion.

Frequently Asked Questions about rtl-p5-verify-team

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

FAQPage Schema
How do I run parallel RTL verification across multiple modules?

Parallel RTL verification across multiple modules is orchestrated by spawning a coordinator and worker teams to execute dependency-aware task graphs concurrently. This scales validation by coordinating per-module tasks across various verification categories.

What is dependency-aware task graph execution in RTL design verification?

Dependency-aware task graph execution in RTL design verification maps sequential gates between parallel workers, ensuring categories like lint, SVA, and CDC run concurrently only when their module dependencies are resolved, maximizing throughput without violating compliance.

Can I automate lint, SVA, CDC, formal, and coverage checks simultaneously?

Yes, you can automate lint, SVA, CDC, formal, and coverage checks simultaneously by distributing these verification categories across coordinated worker teams. The orchestrator manages the team lifecycle and monitors tasks until all parallel checks complete.

When do I need parallel verification orchestration for my RTL project?

Parallel verification orchestration is needed for RTL projects with three or more modules requiring concurrent validation. It solves the complexity and slow execution of sequential verification by automating team coordination and module graduation gates.

Does parallel RTL verification work without manual team coordination?

Yes, parallel RTL verification works without manual coordination by using native team lifecycle management to automatically spawn coordinators and workers, monitor task progress, and handle cleanup. This eliminates manual synchronization overhead across verification categories.