rtl-p7-exploration-policy

Enforce Phase 7 exploration boundaries with ADR structure and escalation rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase 7 exploration provides a safe sandbox for investigating alternatives without production risk, enabling experimentation with algorithms, optimizations, and new tools while protecting RTL production code.

Core Features & Use Cases

  • Guard rails and ADR workflows for exploration
  • Prototyping in an exploration branch with documented results
  • Clear re-entry paths and integration points back into the pipeline

Quick Start

Create an ADR in docs/decisions detailing the exploration context, decision, alternatives, and consequences.

Frequently Asked Questions about rtl-p7-exploration-policy

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

FAQPage Schema
How do I enforce safe exploration boundaries for RTL design without risking production code?▼

Safe exploration boundaries for RTL design are enforced by applying guard rails and ADR workflows to a dedicated exploration branch. This sandbox approach protects production code by specifying required ADR structures, artifact locations, and strict re-entry paths.

What is an ADR workflow for Phase 7 exploration in RTL pipelines?▼

An ADR workflow for Phase 7 exploration requires documenting the context, decision, alternatives, and consequences in docs/decisions. This process ensures disciplined investigation and provides clear integration points back into the main pipeline.

How do I integrate an exploration branch back into the main RTL pipeline?▼

To integrate an exploration branch back into the main RTL pipeline, you must follow specified re-entry paths and escalation rules. Documenting prototyping results within the ADR ensures production integrity during this disciplined re-entry process.

Do I need specific artifact locations for Phase 7 exploration governance?▼

Yes, Phase 7 exploration governance requires specific artifact locations to maintain auditability. ADRs must be created in docs/decisions, detailing the exploration context and ensuring clear integration points back into the pipeline.

Why does Phase 7 exploration require guard rails in RTL design?▼

Phase 7 exploration requires guard rails in RTL design to safely investigate algorithms and optimizations without production risk. These boundaries maintain production integrity by enforcing strict ADR structures and disciplined re-entry rules.

What should I include in an ADR for RTL design exploration?▼

An ADR for RTL design exploration should include the exploration context, decision, alternatives, and consequences. This documentation provides prototyping results and clear integration points for disciplined re-entry into the main pipeline.