Resources
9Install
npx skillscat add heuric-systems/investigor-frontend Install via the SkillsCat registry.
SKILL.md
Investigor Frontend Skill Playbook
This playbook is for engineers and coding agents working on investigor-frontend.
Primary Goals
- Keep field workflows fast, clear, and resilient under stress.
- Keep UI behavior aligned with backend contracts.
- Minimize blocking ambiguity in generation and profile workflows.
Working Rules
- Use one canonical predicate for status labels and action enablement.
- If an action is blocked, show a clear reason and a direct recovery action.
- Avoid repeated error toasts for identical failures in short windows.
- Keep mobile and keyboard-first operation practical.
UX Hardening Baseline
For high-pressure workflows (hourly day, closeouts, case overview):
- Provide an inline blocker panel with recovery actions.
- Deduplicate repeated error toasts.
- Support keyboard shortcuts for common actions.
Required Validation For Profile/Workflow Changes
Run these before merge:
npm run test -- src/test/HourlyLogDayPage.test.tsxnpm run test -- src/test/DailyCloseoutsPage.test.tsxnpm run test -- src/test/CasePageRoleVisibility.test.tsxnpm run test -- src/test/AdminReportProfilesControl.test.tsx
Cross-Repo Doc Sync
If UI behavior changes for profile/generation/permissions:
- Update frontend docs note.
- Update matching backend docs note.
- Keep wording and decision rationale consistent.
Current Reference
docs/CROSS_REPO_ALIGNMENT_2026_04_27.md