Content
77%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 highly actionable with concrete commands, a JSON skeleton, and a well-sequenced state-machine workflow including validation feedback loops. Its weaknesses are repeated confirmation-guidance padding and a progressive-disclosure defect: the nine referenced comet/reference/*.md files do not exist in the bundle.
Suggestions
Include the missing comet/reference/*.md files (auto-transition, comet-yaml-fields, context-recovery, debug-gate, decision-point, dirty-worktree, file-structure, intent-frame, scripts) in the bundle, or remove/inline the references so no navigation links are broken.
De-duplicate the user-confirmation guidance: keep one authoritative statement (e.g., the decision-point list) and replace the prose restatement and 红旗清单 table with a single pointer, cutting roughly 20-30 lines of repetition.
Consolidate the 预设升级判定 section so it states the rule once and points to /comet-hotfix and /comet-tweak rather than restating the three-layer分工 and 升级决策点 twice.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient procedural/state-machine content Claude would not already know, but it repeats guidance several times — the 'must pause for user confirmation' rule appears in prose, the decision-point list, and the 红旗清单 table, and 升级判定 is restated — placing it at 'mostly efficient but includes some unnecessary explanation or could be tightened' rather than 4. | 3 / 5 |
Actionability | It provides fully executable, copy-paste-ready guidance: concrete commands ('openspec list --json', 'node "$COMET_GUARD" <change> <phase> --apply', 'node "$COMET_STATE" transition <change> <event>'), a complete CometIntentFrame JSON skeleton, and exact routing/transition examples covering the common cases. | 5 / 5 |
Workflow Clarity | Steps are clearly sequenced (Step 0 → 1 → 2 with '命中即停' ordering), 断点恢复 rules are explicit, validation happens via guard --apply and verify-fail feedback loops, and destructive operations like archive require final-confirmation checkpoints, matching the 'clear sequence with explicit validation steps and feedback loops' anchor. | 5 / 5 |
Progressive Disclosure | Structure and signaling are good — a dedicated appendix points one-level-deep to comet/reference/*.md with bold labels and externalizes scripts to comet/scripts/ — but the nine referenced comet/reference/*.md files are not present in the bundle, so the navigation is broken rather than complete, fitting 'some structure but references not clearly actionable / could be better organized' rather than 4. | 3 / 5 |
Total | 16 / 20 Passed |