Overview
Get a 360-degree view of an artifact: its definition, all upstream/downstream connections, code references, test references, commit references, and coverage gaps. Essential before modifying any artifact. This tool provides the most comprehensive view of a single artifact, including all its relationships, implementation details, and traceability gaps.Parameters
The artifact ID (e.g.
REQ-AUTH-001, UC-003, TASK-F01-003)Response
Core artifact information
Artifact ID
Artifact type (REQ, UC, BDD, etc.)
Artifact category
Artifact title
Source file path
Line number in source file
Priority level
Pipeline stage
Business and technical classification
Overall traceability status:
Complete- Has UC, BDD, code, and testsIn Progress- Has UC and either code or testsSpecified- Has UC onlyNot Started- Missing UC
Identified coverage gaps:
ORPHAN- No relationships foundMISSING_UC- No use case implements this requirementMISSING_BDD- No BDD scenario verifies this requirementMISSING_TASK- No task decomposes this requirementMISSING_CODE- No code references foundMISSING_TESTS- No test references foundMISSING_COMMITS- No commit references found
Code intelligence enrichment (when available)
Gap detection for requirements
For REQ artifacts, the tool automatically detects:- ORPHAN: No relationships found — the requirement is isolated
- MISSING_UC: No use case implements this requirement
- MISSING_BDD: No BDD scenario verifies this requirement
- MISSING_TASK: No task decomposes this requirement
- MISSING_CODE: No code references found
- MISSING_TESTS: No test references found
- MISSING_COMMITS: No commit references found
Examples
Get complete context for a requirement
Check implementation status of a use case
Verify task completion
TypeScript types
See also
- sdd_query - Search for artifacts
- sdd_trace - Trace complete traceability chain
- sdd_coverage - Analyze coverage across domains