| name | tapps-domain-frontend |
| user-invocable | true |
| model | claude-sonnet-4-6 |
| description | Frontend/UX TAPPS workflow: playbook, UI library docs, and quality gate on scored files. Use when building UI components, accessibility fixes, or client-side routing changes. |
| allowed-tools | mcp__nlt-build__tapps_session_start mcp__nlt-build__tapps_domain_playbook mcp__nlt-build__tapps_lookup_docs mcp__nlt-build__tapps_quick_check mcp__nlt-build__tapps_validate_changed mcp__nlt-build__tapps_checklist mcp__nlt-build__tapps_score_file |
| argument-hint | [file-path or scope] |
Domain playbook workflow — same quality gate as the standard TAPPS pipeline.
- Session bootstrap. Call
tapps_session_start() if not already called this session.
- Load playbook. Call
tapps_domain_playbook(domain="user-experience") (or read bundled checklist from the response). Follow its workflow and checklist.
- Library docs. For each entry in
lookup_hints, call tapps_lookup_docs(library=..., topic=...) before using those APIs.
- Domain tools. Run the tools listed in
recommended_tools on changed files in scope.
- Edit loop. After each Python file change, call
tapps_quick_check(file_path=...).
- Close out. Invoke
/tapps-finish-task with the task_type=frontend. Do not declare done without validate + checklist.