regulatory-templates-gate2

Validate uncertain field mappings and execute regulatory template tests.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665 --skill regulatory-templates-gate2-withmartian-sandbox-darkside
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regulatory-templates-gate2
Source: https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665/tree/main/finops-team/skills/regulatory-templates-gate2
Command: npx skills add https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665 --skill regulatory-templates-gate2-withmartian-sandbox-darkside

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces Gate 2 technical validation to catch incorrect or uncertain field mappings from Gate 1 and prevent faulty regulatory templates from being generated and submitted. It ensures mandatory fields are verified, transformations are tested, and alternatives are provided for any rejected mappings.

Core Features & Use Cases

  • Uncertainty Resolution: Resolve CRITICAL, MEDIUM, and LOW uncertainties from Gate 1 so no assumptions reach implementation.
  • Test-Driven Validation: Run transformation and business-rule tests with >90% pass thresholds and document per-field test results.
  • Validation Rule Definition: Produce explicit validation rules, cross-field checks, and alternatives for rejected fields to feed Gate 3 template generation.

Quick Start

Run Gate 2 validation on Gate 1 results to produce validated_mappings, validation_rules, and a test_summary.

Frequently Asked Questions about regulatory-templates-gate2

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

FAQPage Schema
How do I validate uncertain field mappings for regulatory template generation?

Validation rules are defined by resolving Gate 1 uncertainties and running transformation tests. The process produces explicit validation rules, cross-field checks, and documented alternatives for any rejected mappings.

What is the required pass rate for regulatory mapping test validations?

The required pass rate for regulatory mapping test validations is strictly greater than 90%. Additionally, 100% of mandatory fields must be successfully validated, with documented alternatives provided for any rejected field mappings.

Can I use external API calls during regulatory field mapping validation?

No, external MCP API calls are strictly prohibited during regulatory field mapping validation. The validation process requires only Gate 1 context to resolve uncertainties and execute test validations internally.

What outputs do I get from confirming regulatory mappings before template build?

Confirming regulatory mappings outputs validated_mappings, validation_rules, and a test_summary. These outputs resolve Gate 1 uncertainties and provide explicit rules and documented alternatives to feed Gate 3 template generation.

Why do my regulatory templates fail due to unverified field mappings?

Regulatory templates fail because unverified assumptions from Gate 1 introduce faulty mappings. Gate 2 validation catches these by enforcing mandatory field verification and transformation testing before template generation proceeds.