ui-flow-offender-audit

Identify offender UI prompt chains and produce ranked compression plans.

12|1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/robkam/ytreenova --skill ui-flow-offender-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-flow-offender-audit
Source: https://github.com/robkam/ytreenova/tree/main/.ai/skills/ui-flow-offender-audit
Command: npx skills add https://github.com/robkam/ytreenova --skill ui-flow-offender-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects prompt-chain offenders in UI flows and produces ranked compression plans to enforce the UX economy gate.

Core Features & Use Cases

  • Identify flows where the common-path depth exceeds practical limits (e.g., depth > 1).
  • Capture current chain, depth, and decisions to surface inefficiencies.
  • Generate a ranked offender table with proposed compressed chains and expected speed gains.
  • Provide per-offender implementation prompts for clean-slate AI remediation, with guardrails.

Quick Start

Run the ui-flow-offender-audit to identify offending UI flows and generate a ranked compression plan for UX economy.

Frequently Asked Questions about ui-flow-offender-audit

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

FAQPage Schema
How do I identify deep navigation paths causing UX friction in interactive codebases?

To identify UX friction in interactive codebases, audit UI flows to detect prompt-chain offenders where common-path depth exceeds practical limits, capturing current chains and depth metrics to surface inefficiencies.

What is a prompt-chain offender in UI flow optimization?

A prompt-chain offender in UI flow optimization is a sequence of user interactions creating deep navigation and slow paths, which a UX audit detects to enforce the UX economy gate by proposing compressed chains.

How do I generate a prioritized compression plan for UI flow optimization?

Generate a prioritized compression plan for UI flow optimization by running an audit that produces a ranked offender table, detailing current chains, proposed compressed chains, depth metrics, and expected speed gains.

Can I audit UI flows to enforce a specific UX economy gate?

Yes, you can audit UI flows to enforce a UX economy gate by detecting prompt-chain offenders where navigation depth exceeds limits, generating ranked compression plans with guardrails for clean-slate AI remediation.

Does the UI flow offender audit provide implementation prompts for fixing slow paths?

Yes, the UI flow offender audit provides per-offender implementation prompts for clean-slate AI remediation, including guardrails, to fix slow paths and reduce navigation depth in interactive codebases.