Content
27%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is a comprehensive reference document masquerading as a SKILL.md. It contains useful information about the instinct-based learning system but is far too verbose, mixing marketing copy, architectural explanations, version history comparisons, and operational instructions into a single long file. The actionable content (hook setup, CLI commands) is buried among explanatory material that Claude doesn't need, and critical validation steps for verifying the system is working correctly are absent.
Suggestions
Cut the file to ~80 lines: keep only Quick Start (hook setup + commands) and essential config. Move version comparison tables, scope decision guide, confidence scoring details, file structure, and architecture diagrams to separate referenced files.
Remove sections that explain concepts to Claude rather than instruct it: 'Why Hooks vs Skills', the v1-vs-v2 comparison table, the 'What's New' sections, and the marketing tagline.
Add validation checkpoints: after enabling hooks, show how to verify observations are being captured (e.g., 'Run a command, then check observations.jsonl has new entries'); after running /evolve, show how to verify output.
Clarify the relative path to instinct-cli.py and observe.sh — the commands reference these scripts but their location relative to the skill root is ambiguous without bundle context.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose at ~300+ lines. Includes extensive comparison tables (v1 vs v2, v2 vs v2.1), explains concepts Claude already understands (what hooks are, why deterministic > probabilistic), includes marketing-style copy ('teaching Claude your patterns, one project at a time'), and repeats information across sections (scope info appears in multiple places). The 'Why Hooks vs Skills' section explains something Claude doesn't need justified. | 1 / 3 |
Actionability | Provides concrete JSON config for hooks setup and bash commands for directory creation and CLI usage, which is good. However, the instinct-cli.py commands reference a script without showing its location relative to the skill, the YAML instinct format is illustrative rather than executable, and the actual observation/analysis pipeline is described abstractly (ASCII diagram) rather than with concrete implementation steps. | 2 / 3 |
Workflow Clarity | The Quick Start provides a reasonable 3-step sequence (enable hooks → init directories → use commands), and the promotion workflow has clear steps. However, there are no validation checkpoints — no way to verify hooks are firing correctly, no way to confirm observations are being captured, no verification that the observer agent is running. For a system involving background processes and file manipulation, this is a significant gap. | 2 / 3 |
Progressive Disclosure | Everything is in one monolithic file with no references to separate documentation files for detailed topics. The file structure, scope decision guide, confidence scoring details, backward compatibility notes, and version comparison tables could all be in separate referenced files. The content that should be a quick overview is instead a comprehensive reference document. No bundle files are provided to offload detail into. | 1 / 3 |
Total | 6 / 12 Passed |