Content
42%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content surface is rich and well-structured on paper, but it is padded with generic boilerplate and critically references 13 bundle files that do not exist, undermining both executability and navigation.
Suggestions
Either create the referenced files (quiz_generator.py, adaptive_engine.py, terminologia_anatomica.md, etc.) or remove the dangling references so signaled navigation resolves to real files.
Strip the generic templated sections (Output Requirements, Response Template, Input Validation, Error Handling) or collapse them into a concise block, keeping only anatomy-quiz-specific guidance.
Replace the non-runnable imports with the actual scripts/main.py CLI interface so the code examples are executable against the real bundle.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Real content exists (code examples, parameter table, quality checklist, pitfalls) but the ~365-line body is padded with generic templated boilerplate (Output Requirements, Response Template, Input Validation, Error Handling) and redundant cross-references ("See ## Usage above", "See ## Workflow above") that could be tightened. | 2 / 3 |
Actionability | Examples look concrete (QuizGenerator, AdaptiveEngine, a parameter table, CLI commands) but the code imports modules that do not exist in the bundle (scripts.quiz_generator, scripts.adaptive) and references API methods with no backing implementation, so the code is not actually executable as written. | 2 / 3 |
Workflow Clarity | A sequenced Workflow and an Example run plan are present with a basic validation checkpoint (py_compile, --help) and a fallback path, but the workflow is generic boilerplate not tied to the anatomy-quiz task and lacks task-specific validation checkpoints. | 2 / 3 |
Progressive Disclosure | The body is a monolithic wall of text and signals one-level-deep references to 6 reference files and 7 scripts, but the actual bundle contains only references/guidelines.md and scripts/main.py, so the signaled navigation points to non-existent files. | 1 / 3 |
Total | 7 / 12 Passed |