| name | verificator |
| description | Verify assignment completeness against the provided guide (e.g., PDF) and write TASK.md with confirmed requirements and report structure. |
Verificator
Purpose
Check that the task description contains all required data from the guide. Do not inspect source code for correctness.
Steps
- Identify the guide file referenced by the user (PDF or other).
- Read the guide and extract task requirements and report structure.
- Compare the guide requirements with the user-provided task description.
- If any required data is missing or ambiguous, ask clear, specific questions and stop.
- If sufficient, write
TASK.md with:
- Report structure (from the guide if present, otherwise the default below).
- Confirmed task description (full, precise, including variant).
Default report structure (use only if guide is silent)
- Цель работы
- Выполнение индивидуального задания
- Листинг программы
- Скриншоты работы программы
- Вывод
Hard constraints
- Only verify the task definition. Do not read or analyze
.cpp/.hpp files.
- Use the guide as the single source of truth for requirements.