Content
50%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content pairs a strong, executable python-pptx example with useful implementation notes, but undermines itself with extensive generic boilerplate and a disconnect from the actual bundle scripts. The real workflow tooling exists in the bundle yet is never surfaced, leaving navigation and concrete workflow guidance weak.
Suggestions
Remove the generic boilerplate sections (Output Contract, Deterministic Output Rules, Validation and Safety Rules, Failure Handling, Completion Checklist, Scope Reminder) that do not add pptx-specific knowledge, or replace them with pptx-specific guidance.
Reference the actual bundle scripts (e.g., `python scripts/office/unpack.py`, `scripts/office/validate.py`, `scripts/office/pack.py`, `scripts/add_slide.py`, `scripts/thumbnail.py`, `scripts/clean.py`) so Claude can navigate to the real tooling instead of the python-pptx-only example.
Fix the 'Quick Validation' command: `python scripts/__init__.py --help` targets an empty file and produces no help — replace it with a real, runnable verification step such as invoking one of the bundle scripts with `--help`.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The pptx-specific sections (features, dependencies, code example, implementation details) are efficient, but roughly half the body is generic boilerplate — 'When Not to Use', 'Required Inputs', 'Recommended Workflow', 'Deterministic Output Rules', 'Output Contract', 'Validation and Safety Rules', 'Failure Handling', 'Completion Checklist', 'Scope Reminder' — that restate process concepts Claude already knows without adding pptx-specific value. | 2 / 5 |
Actionability | The python-pptx example is concrete and copy-paste ready, covering create/bullets/image/edit/extract common cases, but the 'Quick Validation' command `python scripts/__init__.py --help` is non-functional (the file is empty) and the real bundle scripts are never surfaced as actionable commands. | 4 / 5 |
Workflow Clarity | A 'Recommended Workflow' with four steps exists, but the steps are generic and abstract ('select the documented execution path', 'run a final validation pass') rather than concrete pptx commands; validation checkpoints are implicit and the actual unpack→edit→validate→repack flow enabled by the bundle scripts is never described. | 3 / 5 |
Progressive Disclosure | The body is sectioned, but the provided bundle scripts (add_slide.py, clean.py, thumbnail.py, office/unpack.py, pack.py, validate.py, validators/pptx.py) are not referenced or linked anywhere; the only script reference points to an empty __init__.py, so navigation to the real tooling is missing. | 3 / 5 |
Total | 12 / 20 Passed |