manual-testlisted
Install: claude install-skill joris887/exosuit
______________________________________________________________________
## manual-test
Preparing manual test session...
## 1. Gather Context
Read these files to understand what to test:
### Recent Changes
```bash
# What changed recently (last 20 commits or since last tag)
git log --oneline -20
git diff --stat HEAD~10
```
Identify which areas of the project were modified and map to testable features.
### Known Issues
Check the backlog for known gaps and bugs that are still TODO:
- Read relevant epic files in `docs/reference/backlog/`
- These are **confirmed issues** — test around them but don't spend time re-discovering them
### Recent Sprint Work
- Read `docs/progress.md` for latest sprint info
- Check `docs/sprints/` for recent sprint specs with acceptance criteria
### UAT Coverage
- Read `docs/testing/UAT_COVERAGE.md` (if it exists) for test case status
- Identify which areas have not been tested yet
### Product Requirements & Personas
- Read `docs/context/personas.md` (if it exists) for lean persona cards — these provide CONTEXT, GOALS, FRUSTRATIONS, BEHAVIORS, EVALUATES BY, and FAILURE LOOKS LIKE fields that directly inform exploratory testing in Phase 3C
- Read `docs/reference/PRD_SUMMARY.md` (if it exists) for success criteria and user flows
- Section 3 (success criteria) identify what to prioritize testing
- Section 4 (user flows) provide the core scenarios to regression test
- If both personas.md and PRD Section 2 exist, prefer personas.md (richer behav