Content
65%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.
A lean, well-organized rule set that succeeds as a mental model but is weaker on actionability and workflow clarity, offering decision guidance rather than executable steps or explicit validation loops for risky sync/database operations.
Suggestions
Add at least one concrete code or CLI snippet (e.g. a libSQL client connect/embedded-replica example or a Turso CLI sync command) to lift actionability.
Add an explicit validate->fix->retry loop for sync and migration operations, e.g. after defining a partial-sync subset, run the integration tests covering sync lag and duplicate writes before proceeding.
Tighten bullets like "Document when data is local, when it syncs, and which writes are accepted" into a concrete checklist item rather than a generic instruction.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a tight set of bullet rules that assume Claude's competence (e.g. "Treat Turso/libSQL as SQLite-compatible, not identical to every local SQLite deployment") with only minor phrasing that could be trimmed. | 4 / 5 |
Actionability | Guidance is directional and decision-focused ("Decide whether the feature needs remote writes...", "define the subset boundary explicitly and test...") but lacks executable code, actual CLI commands, or concrete sync config examples. | 3 / 5 |
Workflow Clarity | Sections give rough sequencing (Upstream Grounding describes an orient-then-verify flow) and some implicit checkpoints ("verify decisive details ... before changing code", "test that queries do not silently depend on unsynced rows"), but there is no explicit validate->fix->retry loop for the database/sync operations the rubric flags. | 3 / 5 |
Progressive Disclosure | The body is under 50 lines with no bundle files and is organized into clear, well-labeled sections (Reference Repositories, Upstream Grounding, Driver Boundaries, Sync And Compatibility Checks, Operational Rules), matching the simple-skill exception for progressive disclosure. | 5 / 5 |
Total | 15 / 20 Passed |