Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A lean orchestration wrapper that gives concrete commands with flags/defaults and file paths, sequences the pipeline with explicit gates and a generator-evaluator feedback loop, and is well-organized into clear sections. It respects token budget by delegating to sibling skills rather than re-explaining them.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~40-line body assumes Claude's competence — it does not explain what an MVP or TDD is and delegates to sibling skills by name — so every line earns its place rather than padding with concepts Claude already knows. | 3 / 3 |
Actionability | Provides concrete executable commands with specific flags and defaults ('/gan-build "<one-line brief>" --skip-planner' with '--max-iterations 15', '--pass-threshold 7.0', '--eval-mode playwright') and concrete file paths (gan-harness/spec.md, feedback/feedback-NNN.md), which is actionable guidance for an instruction/orchestration skill. | 3 / 3 |
Workflow Clarity | The phase sequence (0→1→2→3→4→5→6) and numbered 'How It Works' steps include explicit validation checkpoints ('Stop at Gate 1 (slice plan) and Gate 2 (pre-commit)') and a feedback loop (generator→evaluator scoring 'until the score passes or plateaus'), matching the clear-sequence-with-validation anchor. | 3 / 3 |
Progressive Disclosure | As a sub-50-line single-purpose skill with no bundle files, the well-organized sections (When to Use, Operation settings, How It Works, Example) and one clearly-signaled one-level-deep reference ([orch-pipeline](../orch-pipeline/SKILL.md)) meet the simple-skill anchor for full marks. | 3 / 3 |
Total | 12 / 12 Passed |