What problem does it solve?
Designing admin modules often produces PRDs disconnected from the real backend contract and static mockups that cannot be clicked or verified. This Skill grounds every design decision in the current FastAPI routes, schemas, permissions, and React implementation, then delivers interactive HTML prototypes validated on desktop and mobile widths.
Core Features & Use Cases
- Evidence-based PRD writing: Reads current FastAPI contracts, React pages, design system docs, and optional reference implementations before writing, separating confirmed facts from design assumptions.
- Standalone HTML prototypes: Generates one independently openable index.html per real page, with working drawers, dialogs, filters, toasts, dark theme, and responsive layouts down to 390px.
- Structured acceptance workflow: Ships a static verification script, an acceptance checklist covering three viewport sizes, keyboard accessibility, and screenshot evidence requirements.
- Use Case: Ask for a PRD and prototype for a new OSS file-management module; the Skill reads the current backend contract, writes the PRD, builds the HTML pages, runs the verification script, and reports what remains a design assumption.
Quick Start
Use the skyroc-admin-prd-prototype skill to write a PRD and generate interactive HTML prototypes for the user management module based on the current FastAPI contract.