— No reviews yet
0 installs
10 views
0.0% view→install
Install
$ agentstack add skill-aminalam-meddev-agent-skills-traceability ✓ 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.
Are you the author of Traceability? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Requirements Traceability
Purpose
Ensure bidirectional traceability between requirements, hazards/risks, design, code, tests, and anomalies for medical device software.
When to Apply
- All lifecycle phases; especially during changes and release preparation.
Requirements (testable)
- ID Schema: Use stable IDs for requirements (
REQ-###), hazards (HZ-###), risks/controls (RISK-CTRL-###), design (DES-###), tests (TEST-###), and anomalies (ANOM-###). Rationale: unambiguous linkage. - Bidirectionality: Maintain trace both forward (REQ->DES->CODE->TEST) and backward (TEST->REQ). Rationale: completeness and impact analysis.
- Automation: Generate traceability matrices from managed artifacts (reqs tool + code tags + test metadata). Rationale: reduce drift.
- Change Impact: For each change, update trace links and assess affected items/tests. Rationale: controlled updates.
- Evidence Storage: Store trace outputs as release artifacts; version them with builds. Rationale: auditability.
- SDP Traceability [Class A, B, C]: Maintain trace from system requirements to software requirements, system tests, and software risk controls per development plan. Rationale: 5.1.1 c.
- Software Hazard Chain [Class B, C]: Maintain links: hazardous situation → software item → cause → risk control → control verification. Rationale: 7.3.3.
Recommended Practices
- Keep a
traceability.yamlor use ALM exports to CSV/HTML for submissions. - Include trace tags in code comments and test names.
- Integrate trace checks in CI (e.g., missing links).
Patterns
Traceability entry (YAML):
# REQ-TRC-01
REQ-62304-102:
design: [DES-PUMP-01]
code: [pump_stop_on_door_open]
tests: [TEST-410, TEST-411]
hazards: [HZ-07]
risks: [RISK-CTRL-19]
CI check (concept):
Validate: every TEST-* references a REQ-*; fail build on missing link.
Anti-Patterns (risks)
- Trace only in one direction -> risk: missing coverage.
- Manual spreadsheets without automation -> risk: drift and errors.
- Unlabeled code/tests -> risk: broken trace in audits.
- Trace outputs not baselined -> risk: mismatch to released build.
Verification Checklist
- [ ] IDs consistent and present across artifacts.
- [ ] Forward/backward traces maintained; gaps resolved.
- [ ] Trace matrices generated automatically and stored per release.
- [ ] Change impact updates traces and triggers required tests.
- [ ] CI checks for missing/invalid links in code/tests.
- [ ] Software hazard trace chain maintained for Class B/C (7.3.3).
Traceability
- Central
traceability.yaml/tool export; code/test tags; release-stored matrices.
References
- IEC 62304:2006+A1:2015, 5.1.1 c, 7.3.3, 5.3.6 (trace analyses).
REG-IEC62304-SWRM,DOC-SW-REQ.- ISO 14971:2019 for hazard-to-control linkage.
- FDA/MDR submission expectations for trace matrices.
Changelog
- 1.1.0 (2026-05-21): Added 5.1.1 c and 7.3.3 software hazard trace chain.
- 1.0.0 (2026-01-04): Initial traceability skill with IDs, automation, and CI checks.
Audit History
- 2026-01-04: Audit performed. Verified:
- IEC 62304 traceability (5.1-5.6) references accurate
- ISO 14971 hazard-to-control linkage correctly noted
- FDA/MDR trace matrix expectations appropriate
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AminAlam
- Source: AminAlam/meddev-agent-skills
- License: MIT
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.