review-cross-artifact

Validate SPEC.md, REQUIREMENTS.md, ROADMAP.md, and DESIGN.md for cross-artifact consistency.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill review-cross-artifact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-cross-artifact
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/review-cross-artifact
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill review-cross-artifact

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-artifact reviewer helps teams ensure consistency across SPEC.md, REQUIREMENTS.md, ROADMAP.md, and DESIGN.md by validating traceability and alignment, preventing gaps and orphaned items.

Core Features & Use Cases

  • Validate cross-artifact mappings between SPEC.md, REQUIREMENTS.md, ROADMAP.md, and DESIGN.md.
  • Detect unmapped acceptance criteria, orphaned requirements, missing design coverage, and phantom phase requirements.
  • Provide structured PASS/ISSUES_FOUND findings for automation and auditing.

Quick Start

Invoke the reviewer with the artifact paths SPEC.md, REQUIREMENTS.md, ROADMAP.md, and DESIGN.md to perform a cross-artifact consistency check.

Frequently Asked Questions about review-cross-artifact

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check traceability across SPEC.md, REQUIREMENTS.md, ROADMAP.md, and DESIGN.md?

To check traceability across SPEC.md, REQUIREMENTS.md, ROADMAP.md, and DESIGN.md, invoke a cross-artifact reviewer to validate mappings, detect unmapped acceptance criteria, and identify orphaned requirements or missing design coverage.

What is cross-artifact alignment in software planning?

Cross-artifact alignment is the consistency check between planning documents like SPEC.md and ROADMAP.md to prevent gaps. It ensures every requirement maps to design coverage and roadmap phases, preventing phantom requirements and lifecycle gaps.

How do I detect orphaned requirements and missing design coverage?

You detect orphaned requirements and missing design coverage by running a two-pass review loop on your planning artifacts. This process validates that all acceptance criteria map correctly and flags unmapped items as structured ISSUES_FOUND findings.

Does cross-artifact review output structured findings for automated dashboards?

Yes, cross-artifact review outputs structured PASS or ISSUES_FOUND findings suitable for automated dashboards. It enforces a two-pass review loop to return consistent, machine-readable results for auditing and lifecycle automation.

Can I validate cross-artifact mappings without manual line-by-line comparison?

You can validate cross-artifact mappings automatically by passing SPEC.md, REQUIREMENTS.md, ROADMAP.md, and DESIGN.md file paths to the reviewer. It programmatically detects inconsistencies and unmapped acceptance criteria without manual comparison.

When do I need cross-artifact consistency checks for planning documents?

You need cross-artifact consistency checks when managing multiple planning documents simultaneously to prevent traceability gaps. It is required when unmapped acceptance criteria, orphaned requirements, or missing design coverage threaten project alignment.