Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill body is well-structured into clear phases with explicit verdicts and confirmation gates, giving Claude an actionable workflow. It is held back by a duplicated category taxonomy, detection steps described without executable commands, and a missing validation loop on the destructive prioritize-mode rewrite.
Suggestions
Define the six debt categories once and reference that definition from both Scan and Add modes to remove the verbatim duplication.
Provide concrete search commands for the Scan step (e.g. grep/ripgrep patterns for TODO/FIXME/HACK/@deprecated and a line-count threshold) instead of describing indicators in the abstract.
Add a validation step after the prioritize-mode rewrite — re-read docs/tech-debt-register.md and confirm every original entry is present and the table still parses — before reporting COMPLETE.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and avoids explaining concepts Claude already knows, but the six-category taxonomy is duplicated verbatim between the Scan categorization list and the Add-mode AskUserQuestion options, which could be tightened into a single shared definition. | 2 / 3 |
Actionability | Concrete elements are present (explicit thresholds like 'over 500 lines', a priority formula, a copy-paste register table, and AskUserQuestion option sets), but detection steps like 'duplicated code blocks' and 'god objects' are described rather than given as executable grep/search commands, leaving guidance incomplete. | 2 / 3 |
Workflow Clarity | Phases are clearly sequenced with explicit Verdict checkpoints and user-confirmation gates before writes, but the prioritize mode performs a batch overwrite of the register with no validation that the file was written correctly or that the format was preserved, capping workflow clarity at 2 for a destructive/batch operation. | 2 / 3 |
Progressive Disclosure | The single-file skill has clear phase-based headers and no nested references, but all content is inline and the 'Debt Register Format' and 'Rules' sections are awkwardly nested under 'Phase 3: Next Steps', so organization could be improved. | 2 / 3 |
Total | 8 / 12 Passed |