Promptzpromptz
LibrariesPromptsAgentsPowersSteeringHooks
Contribute
Back to Hooks
hookproduct-teams
IDE

Interactivity & Link Checker

Verify all prototype interactions and links work

manual
Nate Ober
Jan 6, 2026
Updated Jan 6, 2026
590cc3f
View on GitHub
Hook Configuration
Check all Screen_*.html files for FULL INTERACTIVITY:

**Navigation:**
1. List every href in each file
2. Verify target file exists
3. Check for broken links
4. Verify user flows completable end-to-end

**Interactions:**
5. Chat interfaces have mocked responses (typing indicator, simulated replies)
6. Forms have JavaScript for validation, loading, success/error states
7. Dropdowns have onclick/onchange handlers
8. Modals have open/close functionality
9. Data tables have sort/filter/paginate handlers (if applicable)

Report broken links AND missing interactions. Prototype must be FULLY CLICKABLE.