Content
67%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 dispatcher: it gives a clear load-and-follow sequence, concrete file targets per task type, and one-level-deep external references. Its main weaknesses are an undifferentiated 70-path file catalog that inflates token cost and the absence of validation checkpoints or a clear handling path for ambiguous routing.
Suggestions
Group the 70-file catalog by category (syntax, token-optimization, safe-outputs, etc.) or move it to a separate index file to cut inline tokens.
Add an explicit validation/ambiguity step, e.g. 'If the task type is ambiguous, ask one clarifying question before loading a prompt; confirm the prompt loaded before proceeding.'
Tighten the clarifying-question branch into a concrete decision rule so the routing action is unambiguous.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body assumes Claude's competence (no concept over-explanation) but inlines an undifferentiated ~70-path file catalog (lines 18-86) that could be trimmed or moved to a reference, matching anchor 3 (mostly efficient but could be tightened) rather than the minor-trim anchor 4. | 3 / 5 |
Actionability | Quotes concrete guidance like 'load it with @.github/aw/instructions.md' and a routing table mapping each task type to a specific file (e.g. 'Design workflows ... via interview: .github/aw/designer.md'), giving mostly executable instruction-only guidance with minor gaps such as the vague 'ask a clarifying question if the correct prompt is unclear'. | 4 / 5 |
Workflow Clarity | Quotes a clear sequence — 'identify the task type, load the matching workflow prompt/skill file, and follow it directly' — with stated overlay precedence, but there are no validation checkpoints and the clarifying-question branch is underspecified, fitting anchor 4 (clear sequence, minor gaps) rather than 5 (explicit validation/feedback loops). | 4 / 5 |
Progressive Disclosure | The body is an overview pointing one level deep to external .github/aw/*.md prompts, well-signaled by the task→file routing table, but the flat 70-file catalog is not grouped by category, so anchor 4 (good structure, minor organization gaps) fits better than 5. | 4 / 5 |
Total | 15 / 20 Passed |