Files
PDFToMD/.codex/commands/plan-quality-evaluation.md
2026-05-08 17:03:40 +09:00

29 lines
1.2 KiB
Markdown

---
description: Plan fixture-based quality checks and conversion report requirements
argument-hint: [sample-or-quality-scope]
allowed-tools: [Read, Glob, Grep, Bash, Edit]
---
# /plan-quality-evaluation
Plan local fixture evaluation and report requirements for math-heavy PDF conversion.
## Arguments
The user invoked this command with: $ARGUMENTS
## Workflow
1. Read `PLAN.md`, `PROGRESS.md`, `PRD.md`, and `ARCHITECTURE.md`.
2. Read `docs/WORKARCHIVE.md` for prior sample conversion evidence and historical fixture coverage.
3. Inspect `samples/` only as local fixture context; do not stage or commit sample files.
4. Define checks for page coverage, reading order, math renderability, delimiter normalization, table handling, asset links, metadata completeness, and warning counts.
5. Define `.json` metadata and `.report.md` expectations from the same source data.
6. Separate fast mocked checks from optional MinerU/model/GPU-dependent checks.
7. Update `PROGRESS.md` with the planned coverage and remaining sample gaps.
## Guardrails
- Do not copy sample PDFs into tracked files.
- Do not require GPU or large model downloads for the default fast verification loop.