Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A dense, well-organized planning skill with concrete commands, clearly sequenced workflows and validation checkpoints, and clean one-level-deep references to real bundle files. The only weakness is conciseness — the body is long and some contract rules could be tightened or offloaded to references.
Suggestions
Tighten or move enumerated contract rules (e.g. the full pre-approval schema fields and lane/stage taxonomy) into a reference file to reduce inline token weight and lift conciseness.
Consolidate repeated Spec delta / Spec skip reason guidance, which appears in both the quality contract and the dual-source section, into a single authoritative statement.
Trim the session-launch guidance examples to one canonical block since the three priority cases overlap heavily.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean domain-specific instruction rather than re-explained concepts, but the body is long and some enumerated contract rules and caveats could be tightened or pushed to references; it earns 2 rather than 3 because it is not fully tight. | 2 / 3 |
Actionability | Provides concrete executable commands and exact artifacts — `/harness-plan create`, `scripts/plan-registry.sh switch roadmap`, `node scripts/generate-sprint-contract.js --plan roadmap 9.1.1`, marker tables, schema paths — copy-paste ready. | 3 / 3 |
Workflow Clarity | Multi-step processes are clearly sequenced (create 11-step flow, quality flow, sync pipeline) with explicit validation checkpoints such as the spec.md/Plans.md dual-source check, pre-approval section, and lint-baseline setup task. | 3 / 3 |
Progressive Disclosure | Body keeps a quick-reference overview inline and pushes detail to three real, one-level-deep referenced files (create.md, sync.md, planning-quality.md) that exist in the bundle, with clearly signaled navigation. | 3 / 3 |
Total | 11 / 12 Passed |