Strict output contract for spec-uiux-analyzer. Enforces exact directory structure, file naming conventions, and output format for UI/UX analysis deliverables.
This skill ensures spec-uiux-analyzer produces output in EXACT format with EXACT paths.
{{IDE_CONFIG_DIR}}specs/[project-name]/design-ui/
CRITICAL: Always use this exact path structure. Never use variations like:
design/ui-analysis/ux-docs/design-ui/
├── analysis-summary.md # MUST exist - executive summary
├── design-system.md # MUST exist - visual specs
├── screens/
│ ├── screen-wf001-[name].md # One file per screen from Wireframes.md
│ ├── screen-wf002-[name].md
│ └── ...
├── interactions/
│ └── micro-interactions.md # MUST exist
└── accessibility/
└── accessibility-report.md # MUST exist
OPTIONAL (create if analysis warrants):
├── consistency/
│ └── consistency-report.md
screen-wf[XXX]-[name].mdscreen-wf001-splash.mdscreen-wf002-onboarding.mdscreen-wf003-login.mdWF001.mdSplash-Screen.mdlogin-screen.mdscreen-wf###-[name].md---
screen_id: analysis-summary