From rtl-agent-team
Defines policy rules, guardrails, scope definitions, ADR workflow, and output format for Phase 7 free exploration mode in RTL design pipelines. Enables safe sandbox experiments on algorithms, optimizations, and technologies.
npx claudepluginhub babyworm/rtl-agent-team --plugin rtl-agent-teamThis skill uses the workspace's default tool permissions.
Phases 1-6 enforce strict pipeline gates for production quality. Phase 7 provides a
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Phases 1-6 enforce strict pipeline gates for production quality. Phase 7 provides a safe sandbox for investigating alternatives without production risk:
Phase 7 is exempt from all pipeline rules (Rule 9):
Despite exemptions, guard rails prevent accidental production impact:
| Rule | Rationale |
|---|---|
Existing rtl/ files must NOT be directly modified | Protect production RTL |
| Use exploration branch for any code experiments | Isolation from main branch |
Results stored in docs/phase-7-exploration/ | Separate from production docs |
| No verification bypass for production code | Exploration cannot weaken existing quality |
| No feature additions without spec change proposal | Changes must flow through pipeline |
Allowed:
Prohibited:
Successful exploration produces an Architecture Decision Record:
docs/decisions/ADR-{NNN}.mdEvery ADR from Phase 7 must include a YAML frontmatter block for pipeline re-entry:
---
adr_id: ADR-{NNN}
status: accepted | proposed | superseded
affected_phases: [P1, P2] # Which phases need re-work if this ADR is adopted
stale_artifacts: # Specific docs that become stale
- docs/phase-1-research/requirements.json
- docs/phase-2-architecture/architecture.md
re_entry_point: P1 # Recommended phase to re-enter
re_entry_skill: p1-spec-research # Skill to invoke for re-entry
impact_summary: "New algorithm requires spec update + architecture re-partition"
---
How this integrates with existing pipeline:
| Artifact | Location | Content |
|---|---|---|
| Exploration notes | docs/phase-7-exploration/exploration-notes.md | Detailed findings, data, analysis |
| Exploration review | reviews/phase-7-exploration/exploration-review.md | Summary, conclusions, recommendations |
| ADR (if successful) | docs/decisions/ADR-{NNN}.md | Formal decision record with integration proposal |
rtl-p4s-bugfix, do NOT fix in exploration branchp1-spec-research, do NOT modify spec directly