Content
47%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body has strong workflow sequencing and concrete detection commands but is far too verbose, inlining full mock artifact examples and restating known concepts, and it references bundle files that do not exist.
Suggestions
Move the full TOPOLOGY.md/CONTRACTS.md/DEPENDENCY_GRAPH.md mock contents out of SKILL.md into reference files and link to them, keeping only concise format summaries inline.
Cut the "The Problem" framing and ASCII-art boxes; assume Claude understands multi-repo concepts and keep only the actionable detection/analysis steps.
Either create the referenced command and skill files (commands/analyze-workspace.md, etc.) or remove the cross-references so progressive disclosure points to real bundles.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~970-line body is heavily padded with ASCII-art diagrams, restated "Problem" framing Claude already knows, and inline mock artifact dumps; time-sensitive specifics like "Generated: 2026-01-20T14:32:00Z" appear outside any deprecated section. | 1 / 3 |
Actionability | Concrete, executable detection commands (grep/find/ls) and hook/workflow YAML are present, but the core artifact-generation logic is delegated to referenced files ("See commands/analyze-workspace.md") that are not shown, leaving guidance incomplete. | 2 / 3 |
Workflow Clarity | The analysis protocol is explicitly sequenced (Phase 1-4 with checklists) and includes validation checkpoints, freshness tiers, and feedback loops (sync -> validate -> re-validate). | 3 / 3 |
Progressive Disclosure | References are signaled (commands/*.md, existing-repo.md) but no bundle files exist to back them, and large mock artifact contents that should live in separate files are inlined, making the body monolithic. | 2 / 3 |
Total | 8 / 12 Passed |