Skill Architecture
```
PHASE 01
Goal Declaration
User states what they want to accomplish. Claude confirms the target URL and success criteria before touching the browser.
PHASE 02
Explore & Orient
Navigate to the page, take a screenshot, read headings and landmarks. Build a mental map before any clicks.
PHASE 03
Act & Verify
Click buttons, fill forms, follow links — one action at a time. Screenshot after each to confirm correct state.
PHASE 04
Human Checkpoints
Stop and ask for confirmation before submitting data, paying, or any irreversible action. Never auto-fill sensitive fields.
PHASE 05
Confirm & Capture
Capture confirmation screens, report any reference numbers, and offer a final screenshot as a receipt.
Setup Commands
claude mcp add --scope global chrome-devtools -- npx -y chrome-devtools-mcp@latest
mkdir -p ~/.claude/commands
cp web-navigator.md ~/.claude/commands/
claude mcp list
Skill Source — copy to
~/.claude/commands/web-navigator.md