# international-press-zone Plugin

## Agent

All implementation tasks MUST load `.claude/agents/expert.md` as the primary agent.

The agent defines:
- Which skills to load per task type (task mapping)
- Release gates that must pass before any commit
- Build commands for the project

## Skills

Skills live in `.claude/skills/` and contain all coding rules, patterns, and mistakes-to-avoid for their domain. The agent selects which skills to load based on the task.

When delegating to subagents, always include `Follow .claude/agents/expert.md` as the first line of the prompt.

## Build

- Admin JS/CSS: `cd admin && npm run build`

## Tests

- E2E: `tests/e2e/` (Playwright)
- Run from `tests/e2e/`: `npx playwright test <spec>`
