Content
100%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 body is a tight, executable playbook: it forbids the shortcut (handle_death), gives a concrete death mechanism, specifies exact API fields to verify, provides runnable test commands, and mandates cleanup with validation. It respects the context budget while remaining fully actionable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean with no padding about what a game, POI, or simulation is; every line carries actionable instruction and assumes Claude's competence, matching the 'lean and efficient, every token earns its place' anchor. | 5 / 5 |
Actionability | Provides copy-paste-ready commands (pytest tests/test_death.py, npm run type-check, npm run test -- src/__tests__/composables/useTextures.test.ts) plus concrete API fields to check (is_dead, death_info, pois kind: "grave", deceased_avatar_id) and a specific approach (high-age avatar), covering the common cases fully executably. | 5 / 5 |
Workflow Clarity | A clear 5-step sequence includes explicit validation (step 4 API causal-chain checks, the 最小验证 test block) and a cleanup checklist with pre-deletion核对, satisfying the destructive-skill validation requirement and the 'explicit validation steps with feedback loops' anchor. | 5 / 5 |
Progressive Disclosure | Under 50 lines and single-purpose with well-organized sections (流程, 最小验证, 清理); the sole external reference (docs/specs/external-control-api.md) is one level deep and clearly signaled inline, and no bundle files exist to require further splitting. | 5 / 5 |
Total | 20 / 20 Passed |