From 3ef3192e6cb821801428ce6b771dcc54cc6ec0ff Mon Sep 17 00:00:00 2001 From: cesnimda Date: Thu, 2 Jul 2026 21:21:45 +0200 Subject: [PATCH] docs: record next-session skill suggestions in handoff notes Co-Authored-By: Claude Fable 5 --- docs/jobbjakt-next-session.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/jobbjakt-next-session.md b/docs/jobbjakt-next-session.md index 8b6dc78..f6d3e02 100644 --- a/docs/jobbjakt-next-session.md +++ b/docs/jobbjakt-next-session.md @@ -79,6 +79,14 @@ Mitigation has been added in deploy script, but if it happens again check: 3. Final UX polish pass on profile/job details/attachments 4. Dashboard + system polish +## Useful skills to apply next time +- `accessibility` + - use for the final UI polish/a11y pass across dialogs, forms, focus states, contrast, keyboard support, and screen-reader naming +- `agent-browser` + - use for live verification of local or deployed Jobbjakt flows, screenshots, route checks, admin/system checks, and browser-based a11y smoke testing +- `code-optimizer` + - use for a targeted performance/code-quality audit after the current feature/polish work stabilizes + ## Files most relevant next time - `JobTrackerApi/Controllers/JobApplicationsController.cs` - `JobTrackerApi/Controllers/ProfileCvController.cs`