Install
$ agentstack add skill-qte77-claude-code-plugins-tracing-requirements ✓ 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
Requirement Traceability Validation
Target: $ARGUMENTS
Validate the full requirement hierarchy by reconciling the requirements source with code docstring tags.
References (MUST READ)
Read these before proceeding:
references/requirement-tagging.md—@requirement/@parent/@testspec, reconciliation algorithm
Workflow
- Grep all C files for
@requirement,@parent, and@testtags → build tag inventory - Read requirements source —
docs/requirements.md, CSV, or SQL dump - Validate 3-level hierarchy:
- Every SW-REQ has a
@parentPRD-REQ - Every PRD-REQ traces to a SYS-REQ
- No broken parent links
- Generate findings report with categories:
- Unimplemented: SW-REQ in database but no
@requirementtag in code - Orphaned code:
@requirementtag in code but no matching DB entry - Broken parents:
@parentreferences a non-existent PRD-REQ - Untested: SW-REQ without matching
@testtag - Dead code candidates: Functions without any requirement tag
- Output coverage matrix:
`` | Requirement | Code File:Line | Test ID | Status | |-------------|---------------|---------|--------| | SW-REQ-001 | src/emv.c:42 | TEST-001| OK | | SW-REQ-002 | — | — | MISSING| ``
Output Format
# Traceability Report
## Summary
- Total SW-REQ: N
- Implemented: N (N%)
- Tested: N (N%)
- Orphaned code tags: N
- Broken parent links: N
## Unimplemented Requirements
...
## Orphaned Code
...
## Coverage Matrix
...
Rules
- Scan all
*.cand*.hfiles, not justsrc/ - Report findings — do not auto-fix requirement files
- Include file path and line number for every code finding
- Sort coverage matrix by requirement ID
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: qte77
- Source: qte77/claude-code-plugins
- License: Apache-2.0
- Homepage: https://qte77.github.io/claude-code-plugins/
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.