From spec-pipeline
Find and fix internal contradictions, gaps, and inconsistencies within a spec before cross-review. Checks requirement-design-task traceability, dependency ordering, and acceptance criteria quality.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-pipeline:clarify-specThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find contradictions, gaps, and ambiguities within a spec. This is a fast, single-model check that runs BEFORE the more expensive multi-model cross-review.
Find contradictions, gaps, and ambiguities within a spec. This is a fast, single-model check that runs BEFORE the more expensive multi-model cross-review.
Cross-review (review-spec) is expensive — it calls multiple models. Clarify catches obvious structural issues first, so cross-review can focus on deeper problems.
If $ARGUMENTS is provided, use it as the spec directory path.
Otherwise, search for spec directories and ask the user.
Read all three files: requirements.md, design.md, tasks.md.
Build a mapping:
Requirement ID → Design Section → Task Number
Report:
For each acceptance criterion in requirements.md:
Report non-EARS criteria as Format Issue.
For tasks.md:
_Depends on: Phase N_)[HUMAN] tasks blocking AI tasks unnecessarily?Look for:
For each finding, classify:
_Requirements:_ tags, format issues → fix directlyGenerate clarify-notes.md in the spec directory with:
Ask: "Should I proceed to cross-review (/review-spec)?"
npx claudepluginhub yinshucheng/claude-skills --plugin spec-pipelineReviews spec.md files for completeness, clarity, implementability, testability, and structure. Identifies ambiguities, gaps, and missing sections before implementation.
Analyzes specs and plans for soundness before sign-off. Auto-fixes inferrable issues and surfaces design decisions for review.
Reviews design artifacts (proposals, specs, designs, tasks) for internal consistency, gaps, and cross-artifact alignment before implementation.