req-traceability
Installation
SKILL.md
Req-Traceability: Living Requirements with Traceability
Overview
Create and maintain ISO/IEC/IEEE 29148 compliant requirements that serve as a single source of truth for what the code implements.
Core principle: Requirements live alongside code - not as a separate document that drifts apart.
Three-Layer Traceability:
- Requirements ↔ Code: What the system should do and where it's implemented
- Requirements ↔ Test Specifications: How to verify requirements are met
- Test Specifications ↔ Code: Which tests verify which code
When to Use
Related skills
More from melodypapa/uncertainty
github-workflow
Use when user has staged files ready to push, mentions commit/push/branch/PR, or asks what to do before pushing. Triggers: staged, commit, push, branch, PR, pull request, quality gates.
14sync-req
Use when creating or maintaining ISO/IEC/IEEE 29148 requirements with bidirectional traceability between code and requirements. Handles extraction, generation, sync, deviation detection, and test design derivation using ISO 29119-4 techniques.
9