From quoin
Reviews requirements artefacts for quality, consistency, and completeness using a checklist and optional analyses (failure-domain, integrity, etc.). Useful before implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/quoin:spec-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to validate requirements artefacts before implementation.
Use this skill to validate requirements artefacts before implementation.
See references/checklist.md for the detailed quality gates.
Before reviewing, present these options to the user and let them choose:
base plus all seven analyses below.base plus the analyses the user picks from the seven below.The seven analyses:
| Analysis | Skill |
|---|---|
| failure-domain | spec-failure-domain-analysis |
| integrity | spec-integrity-analysis |
| dependency | spec-dependency-analysis |
| evidence | spec-evidence-analysis |
| risk-complexity | spec-risk-complexity-analysis |
| scope-boundary | spec-scope-boundary-analysis |
| ears-conformance | spec-ears-analysis |
base):
quoin write --types SpecReview — use its
skeleton + schema as the contract (do not invent the format).SpecReview document per analysis to spec/reviews/<analysis>.md
(plus spec/reviews/base.md for the base checklist). Findings go in a validated
## Findings table (| ID | Severity | Summary | Refs |, FND-NNN ids, Severity ∈
low/medium/high).quire validate --scope <repo> "spec/**/*.md" and fix any errors.SpecReview artifacts; do not proceed to
implementation until reviewed.quoin review drives this through ix-flow, which records the chosen set and hard-blocks
acceptance until every selected analysis has produced a validated SpecReview doc (the
selected_analyses_covered gate). Use it when you want the choice enforced rather than
trusted to discipline. The per-analysis SpecReview structure + the findings table are
defined in the workflow skill (workflow-assets/skills/review/SKILL.md).
US-1 instead of US-001. -> Fix formatting.npx claudepluginhub agent-ix/quoin --plugin quoinValidates requirements documents for EARS compliance, glossary consistency, completeness, and testability. Flags contradictions and scope gaps before design work begins.
Validates ISO-style specifications for completeness, consistency, and atomicity before task generation. Produces traceability matrices and flags hidden assumptions.
Reviews spec.md files for completeness, clarity, implementability, testability, and structure. Identifies ambiguities, gaps, and missing sections before implementation.