Install
$ agentstack add skill-mwillbanks-agent-skills-requirements-traceability-matrix ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Requirements Traceability Matrix
Use this skill when the user needs a durable mapping from requirement to implementation evidence.
This skill exists to prevent dropped requirements, vague coverage claims, and spec drift during planning, implementation, and review.
When to use
Use this skill for prompts like:
- "Build a traceability matrix"
- "Show me which requirements are covered"
- "Map the spec to code and tests"
- "Prove the implementation covers the requirements"
- "Find gaps between the requirements and the artifacts"
Use it whenever coverage must be auditable rather than implied.
Required workflow
- Extract each requirement as a discrete traceable statement.
- Assign stable identifiers so distinct requirements do not get merged accidentally.
- Map each requirement to implementation artifacts, tests, docs, and validation evidence.
- Mark each requirement as covered, partial, missing, superseded, or out of scope.
- Surface gaps, contradictions, and unverified assumptions explicitly.
- Preserve superseded requirements instead of erasing them.
- Update the matrix when requirements change so history stays visible.
Non-negotiable rules
- Do not invent coverage.
- Do not merge multiple requirements into one row when the distinction matters.
- Do not drop superseded requirements from the trace.
- Do not mark a requirement covered unless the evidence is concrete.
- Do not rely on a vague summary when the user asked for a matrix.
- Do not hide missing validation behind implementation-only evidence.
Matrix expectations
Each row should, at minimum, capture:
- requirement ID
- source location or provenance
- coverage status
- implementation evidence
- validation evidence
- remaining gap or note
If a requirement is only partially satisfied, say what is missing and whether it is blocking.
Definition of done
This skill is complete only when all of the following are true:
- every requirement in scope appears in the matrix
- every status is backed by evidence or a clear gap note
- contradictions and partial coverage are called out
- the result is usable by a reviewer without reconstruction
Final output contract
Report all of the following:
- the requirement list you traced
- the matrix itself or a compact equivalent
- uncovered or partially covered items
- superseded requirements that were preserved
- any assumptions that were intentionally resolved
If the user asked for a proof of coverage, make the gaps impossible to miss.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mwillbanks
- Source: mwillbanks/agent-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.