x-internal-validate-rnf

Validate RNF no-relax markers and override justification gates for security and compliance.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-internal-validate-rnf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-internal-validate-rnf
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-internal-validate-rnf
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-internal-validate-rnf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate RNF no-relax markers and override justification gates to enforce mandatory security and compliance constraints.

Core Features & Use Cases

  • Validates RNF overrides from explicit specs or capability artifact tables, applying hard blocks for SECURITY and COMPLIANCE while allowing justified relaxations only with proper approvals.
  • Enforces that categories marked norelax pass unconditionally and delegates to the RNF validator pipeline across the CLI, domain, and application layers.
  • Integrates with downstream skills and story workflows to ensure RNF constraints are checked before refinement or approval.

Quick Start

Run the skill with --override flags or specify an artifact to validate RNF constraints and report any violations.

Frequently Asked Questions about x-internal-validate-rnf

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

FAQPage Schema
How do I validate RNF no-relax markers for security and compliance overrides?

Validate RNF no-relax markers by running the skill with --override flags or specifying an artifact. It parses RNF categories, applies hard blocks for SECURITY and COMPLIANCE, and reports violations while allowing justified relaxations with proper approvals.

What are RNF no-relax markers and when do I need to validate them?

RNF no-relax markers are category flags that enforce unconditional compliance constraints on capability or epic-level story specs. You need to validate them when RNF adjustments occur during downstream refinement, ensuring changes are audited, approved, and propagated.

Can I override SECURITY and COMPLIANCE constraints marked as norelax?

You cannot override SECURITY and COMPLIANCE constraints marked norelax. The skill applies hard blocks to these categories, allowing justified relaxations only when proper approvals are documented and the override passes the justification gate.

How do I enforce RNF constraints before story refinement or approval?

Enforce RNF constraints before refinement by integrating the validator pipeline across CLI, application, and domain layers. The skill validates capability artifact tables and delegates to downstream story workflows, ensuring RNF constraints are checked before approval.

Does the RNF validation workflow work with downstream story specs and artifact tables?

Yes, the skill works with downstream story specs and capability artifact tables. It integrates with refinement workflows to validate RNF constraints, parsing categories and enforcing justification gates before story approval and propagation across layers.

What happens when an RNF override fails the justification gate validation?

When an RNF override fails justification gate validation, the skill reports the violation and blocks the relaxation. It enforces hard blocks on SECURITY and COMPLIANCE categories, preventing unapproved constraints from propagating to downstream story workflows.