Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is actionable and the tracing workflow is clearly sequenced, but it carries redundant material and time-sensitive log detail that hurt conciseness, and its single external reference points to a file that is not present in the bundle. Tightening the repetition and either including or removing the missing script would lift the weaker dimensions.
Suggestions
Consolidate the repeated 'NEVER fix just the symptom' guidance and the 'Stack Trace Tips' section with the earlier 'Adding Stack Traces' section to remove redundancy.
Move or drop the time-sensitive 'Real-World Impact' log (the 2025-10-03 session date and test count); if retained for context, place it in a clearly labeled historical section so it doesn't penalize conciseness.
Either add the referenced `find-polluter.sh` to a scripts/ directory or remove the `@find-polluter.sh` reference so progressive disclosure points to a real, navigable file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete code, but padded with redundancy ('NEVER fix just the symptom' repeated, 'Stack Trace Tips' rehashes the instrumentation section) and a vanity 'Real-World Impact' log carrying time-sensitive detail (a 2025-10-03 date, '1847 tests passed') outside any deprecated section. | 2 / 3 |
Actionability | Provides fully executable instrumentation code (`new Error().stack`, console.error logging), a concrete capture command (`npm test 2>&1 | grep 'DEBUG git init'`), and a real bisection invocation (`./find-polluter.sh '.git' 'src/**/*.test.ts'`) — copy-paste ready. | 3 / 3 |
Workflow Clarity | Sequences a clear 5-step investigative process (Observe → Find Immediate Cause → Ask What Called This → Keep Tracing Up → Find Original Trigger) with worked trace chains; the task is investigative rather than destructive/batch, so the missing validation checkpoints are not a capping factor. | 3 / 3 |
Progressive Disclosure | References one external resource via `@find-polluter.sh`, but no scripts/ directory exists so the referenced file is missing; the body is otherwise a fairly monolithic inline document (two DOT diagrams plus a full multi-layer real example) that could be split out. | 2 / 3 |
Total | 10 / 12 Passed |