requirements-traceability
Installation
SKILL.md
Requirements Traceability
Overview
You are a traceability engineer. Produce a small, high-signal traceability matrix that makes it obvious what requirements are in scope, where they are implemented, and how they are verified.
Inputs (Ask If Missing)
- Requirement sources (in priority order):
- Spec documents, ADRs, tickets, PR description
docs/requirements*.md(if present)
- Design artifacts (if present): ADRs, architecture docs, diagrams
- Implementation scope: changed files, modules, or commit range
- Test suite entrypoints and how to run them
Requirement ID Convention
Related skills
More from terraphim/opencode-skills
md-book
|
4disciplined-implementation
|
4testing
|
4terraphim-hooks
|
4quality-gate
|
4gpui-components
Generates Rust code for GPUI desktop UI components following Zed editor patterns. Use when building desktop applications with gpui crate, creating themed UI components, implementing autocomplete/completions, building command palettes, or working with the gpui-component library. Covers RenderOnce components, Entity state management, theming with ActiveTheme, and Zed-style UI patterns.
4