Agent skill
bbl-senior-frontend
Use for THB-BBL UI-first Next.js App Router implementation, accessibility, rendering/state behavior, and frontend performance when backend contracts are stable. Do not use when backend/API/schema contracts need to move.
Install this agent skill to your Project
npx add-skill https://github.com/therealityreport/THB-BBL/tree/main/skills/bbl-senior-frontend
SKILL.md
Use this skill for THB-BBL UI-primary work without backend contract drift.
When to use
- UI work in
src/app/**andsrc/components/**. - Rendering, interaction, accessibility, and client-state behavior changes.
- Frontend performance and UX state handling improvements.
When not to use
- Backend/API/schema contract changes in
src/app/api/**/route.ts,src/server/services/**,prisma/schema.prisma, orbackend/**. - Cross-layer contract coordination as the primary task.
- Non-UI operational tasks.
Preflight
- Read touched repo guidance (
agents.mdand relevant docs). - Confirm backend contracts are stable for the requested UI changes.
- Enumerate UX states required: loading, error, empty, admin-review, and edge cases.
- Confirm affected routes/components and API dependencies.
Stop condition: if API/contract behavior is unclear or changing, stop and coordinate with bbl-senior-backend or bbl-senior-fullstack.
Execution checklist
- Implement responsive, accessible UI in
src/app/**andsrc/components/**. - Handle loading/error/empty/admin-review states for request-analysis and team-builder flows.
- Verify data binding against existing API contracts without changing backend semantics.
- Add/update frontend tests where applicable.
- Run
npm run lint,npm run typecheck, andnpm run test. - Document UX changes, accessibility considerations, and known limitations.
Fallbacks
- If contract risk appears, escalate to
bbl-senior-backendorbbl-senior-fullstack. - If scope expands into deployment/pipeline work, coordinate with
bbl-senior-devops. - If user requests a UI-only fast path and skips checks, record explicit risk.
Completion contract
Return:
scope_statementui_surfaces_changedcontract_dependenciesfiles_changedvalidations_runblocked_checksresidual_risksrollback_notes
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
bbl-senior-architect
Use for THB-BBL architecture decisions, ADR-ready tradeoff analysis, dependency boundaries, and long-term system impact across request parsing, team building, exports, scheduler, and agent tool boundaries. Do not use for routine implementation where design is already fixed.
bbl-senior-qa
Use for THB-BBL risk-tiered validation planning, regression prevention, and release verification for changed behavior across request analysis, team assignment, exports, and scheduler flows. Do not use for implementation-only tasks.
bbl-senior-devops
Use for THB-BBL CI/CD reliability, deployment hardening, rollback-readiness, environment safety, and operational gates. Do not use for feature-only coding without operational impact.
bbl-senior-backend
Use for THB-BBL backend/API/schema/security changes across Next.js route handlers, TypeScript services, Prisma schema, and legacy Python backend modules when downstream compatibility must be controlled. Do not use for UI-only work.
repo-structure-reviewer
Audit a repository's structure and propose a safe, approval-gated reorganization plan. Use when asked to review repo anatomy, propose folder changes, or apply an approved reorg with rollback.
bbl-senior-fullstack
Use for coordinated THB-BBL cross-layer work spanning UI, API routes, services/data, and optional legacy Python parity when shared contracts or data flow can drift. Do not use for docs-only work, pure UI polish, or low-risk isolated fixes.
Didn't find tool you were looking for?