Content
88%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 exact commands, a well-sequenced validated workflow, and good progressive disclosure to real bundle files. Minor overlap across safety/constraint sections and a few external reference paths prevent top marks on conciseness and disclosure.
Suggestions
Consolidate overlapping safety guidance (Philosophy, Avoid, Constraints, Execution Boundaries, Anti-Patterns) into a single section to cut redundancy and tokens.
Verify or annotate the Infrastructure/references/... paths in the Progressive Disclosure section; either confirm they resolve in the bundle or mark them as routing hints distinct from local references.
Consider trimming the contract/state bullets that restate commands already shown in Current Command Shape and Validation to reduce repetition.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense, lean bullets with no padding or explanation of known concepts, though several sections (Philosophy, Avoid, Constraints, Execution Boundaries, Anti-Patterns) overlap and could be consolidated for a tighter token budget. | 4 / 5 |
Actionability | Provides copy-paste-ready exact commands for the common cases (harness next --json, harness upgrade --dry-run, harness ci-migrate prepare --provider circleci --dry-run, pnpm exec tsx src/cli.ts next --json), fully executable guidance. | 5 / 5 |
Workflow Clarity | A numbered 7-step workflow with explicit validation checkpoints (dry-run before mutation, focused gates before broad checks, stop at first blocking gate, fix and rerun) and feedback loops for destructive/batch operations like CI migration and cleanup. | 5 / 5 |
Progressive Disclosure | Clear overview with well-signaled one-level-deep references to real bundle files (references/contract.yaml, references/evals.yaml, references/task-profile.json); some Infrastructure/... reference paths are not present in the bundle, slightly muddying navigation. | 4 / 5 |
Total | 18 / 20 Passed |