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 a well-structured, actionable overview with strong validation checkpoints and clean progressive disclosure to 12 real reference files. Its main weakness is redundancy: the Verifier and several emphatic guardrails are restated across sections and could be consolidated.
Suggestions
Consolidate the Verifier description into a single section (Sub-Agent Delegation) and have Critical Rules #4 cross-reference it instead of re-explaining it.
Trim repeated emphatic phrases ('never optional and never prompted', 'always-on, never prompted', 'non-negotiable') to a single statement each to reduce token cost.
Where possible, replace placeholder command args (e.g. '<spec-path-or-feature>') with a one-line concrete example invocation to push actionability toward copy-paste ready.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and it assumes Claude's competence (no basic-concept explanations), but the Verifier is described twice (Critical Rules #4 and again fully in Sub-Agent Delegation) and emphatic phrases like 'never optional and never prompted' / 'always-on, never prompted' repeat, so it could be tightened. | 3 / 5 |
Actionability | Concrete executable commands throughout — 'python3 <skill-dir>/scripts/validate_spec.py', 'validate_tasks.py', 'check_commit.py --message', 'validate_state.py', 'lessons.py list --status confirmed' — with specific file paths and the .specs tree; held back from 5 by placeholder args like '<spec-path-or-feature>' and the <skill-dir> substitution. | 4 / 5 |
Workflow Clarity | Phases are clearly sequenced (Specify → Design → Tasks → Execute) with explicit validation gates before each milestone, a 'non-zero exit means STOP and fix' checkpoint, and a bounded fix→re-verify feedback loop (max 3 iterations) for destructive/batch commit operations. | 5 / 5 |
Progressive Disclosure | SKILL.md is an overview that points to one-level-deep, clearly signaled reference links (specify.md, discuss.md, design.md, tasks.md, implement.md, validate.md, memory.md, lessons.md, sub-agents.md, coding-principles.md, code-analysis.md, context-limits.md), all of which exist in references/; content is appropriately split and easy to navigate. | 5 / 5 |
Total | 17 / 20 Passed |