원클릭으로
spec-matrix
Build and maintain the requirements Test Matrix ensuring 100% coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build and maintain the requirements Test Matrix ensuring 100% coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | spec-matrix |
| description | Build and maintain the requirements Test Matrix ensuring 100% coverage. |
Use this skill to create the requirements Test Matrix and ensure comprehensive coverage.
Coverage (Rule 1) is only meaningful when each requirement states one
obligation — a statement packing two shall clauses cannot map cleanly to one
Acceptance Criterion, so its matrix row is ambiguous. Before building the
matrix, run the EARS requirement-grammar check:
quire validate --scope . "spec/**/*.md" --summary
Treat these [ears:…] findings as un-mappable requirements to fix first,
not coverage you can claim:
non-singular — split the statement into one requirement per shall, then
map each to its own AC/TC.unclassifiable / missing-subject — the obligation is unclear; clarify the
requirement before authoring a TC against it.Do not mark the matrix ✅ Complete while non-singular or unclassifiable requirements remain — the coverage they appear to have is illusory. (The check is advisory; this skill treats it as a quality gate for the matrix.)
assets/test-matrix-template.md.spec/tests.mdspecs/<category>/<component>/spec/tests.mdStR -> TC.US -> TC.FR -> TC.NFR -> TC.C (Constraints) -> TC.spec/test-cases/TC-XXX.mdspecs/<category>/<component>/spec/test-cases/TC-XXX.mdFor React projects, add a Storybook Test Matrix section.
See skills/review-react/SKILL.md for:
If ANY requirement specifies integration testing, include this section.
integration_test: true or mentions integration verificationUse template section ## Integration Test Matrix with:
service | browser | event | databaseConvert ISO spec requirements (StR, FR, NFR) into a TDD-based project plan with dependency analysis, parallel execution tracks, quality gates, and task decomposition. Selects or starts a plan and writes a frontmatter-typed plan bundle under plan/<Plan-id>-<slug>/ (Plan + Task + index + log).
Create or update spec artifacts from a design or change request. Orchestrates authoring each requested requirement type (StR/US/FR/NFR/IT) as a discrete file using quoin catalog templates and Quire validation.
Analyze requirement statements (FR/NFR/StR) for EARS requirement-grammar conformance and author a SpecReview of the findings.
Review requirements for quality, consistency, and completeness.
Verify a targeted plan is complete and validated — every task done, the Test Matrix backed by real tracking tags in tests, and code fully traced to spec (flagging underspecified code with no owning requirement). Optional semantic review checks that intent↔test↔code actually agree. Emits a quire-validated SpecReview artifact to reviews/YY-MM-DD-<slug>.md.
Convert validated requirements into an implementation plan.