# AGENTS.md

## Mandatory Resume Skill

- For every resume or CV request in this repository, activate
  `skills/resume-system/SKILL.md` before analyzing or suggesting content.
- This includes quick wording questions, single-bullet feedback, coaching,
  critique, tailoring, content selection, formatting, export, and follow-up
  turns where the user does not repeat the skill name.
- Preserve the skill's active workflow phase across follow-ups. Do not bypass
  its evidence and approval gates because a request appears small.

## Python Environment Requirement

- For any Python-related work (scripts, tooling, tests, package installs, etc.), always use a virtual environment (`venv`).
- If a project virtual environment does not exist, create one first before running Python commands.
- Prefer a repo-local virtual environment such as `.venv/`.
- Use the virtual environment's Python/pip executables (for example, `.venv/bin/python` and `.venv/bin/pip`) rather than system Python.
