Content
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is concise, information-dense, and highly actionable, deferring detail appropriately to a single source-of-truth rule file and nuqs docs. The main gap is the missing validation/verification checkpoint in the fix workflow, which applies mutating changes across files.
Suggestions
Add an explicit verification step to the workflow, e.g., after applying fixes run the typechecker/tests/build and only report success once they pass, with a fix-and-retry loop on failure.
Make the "decision table" referenced in Step 3 explicit (inline a compact table mapping state types to their correct home) rather than only pointing to the rules file, so Claude can decide the correct home without an extra read.
Clarify what "real-chrome fallback" means for the Suspense boundary with a one-line concrete example so the guidance is unambiguous.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and dense with project-specific conventions Claude would not know (co-located search-params.ts, createSortParams, useUrlSort, useDebouncedSearchSetter, the workflow-editor carve-out) and does not explain basic concepts like React Query or useState, matching the score-3 anchor. | 3 / 3 |
Actionability | Names exact APIs, helper paths, and concrete fix recipes (e.g., "Replace with useQueryState/useQueryStates", "Store the id and derive the object from the loaded list (items.find(i => i.id === id))") with an executable snippet, so per the instruction-only scoring note the guidance is highly actionable. | 3 / 3 |
Workflow Clarity | A clear 4-step sequence is present, but applying fixes across many files is a batch/mutating operation with no explicit validation/verification checkpoint (e.g., typecheck/test/build after fixes), so per the rubric this caps workflow clarity at 2. | 2 / 3 |
Progressive Disclosure | No bundle files exist, but the body serves as a clear overview deferring detail one level deep to well-signaled references (the .claude/rules source-of-truth file and four labeled nuqs doc URLs) in a dedicated numbered References section, with well-organized Context/Anti-patterns/Steps sections. | 3 / 3 |
Total | 11 / 12 Passed |