sdd-review

Automates gate-based reviews of SDD artifacts and generates REVIEW.md per gate.

86|9|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/magnus919/hermes-profiles --skill sdd-review-magnus919
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-review
Source: https://github.com/magnus919/hermes-profiles/tree/main/skills/sdd-review
Command: npx skills add https://github.com/magnus919/hermes-profiles --skill sdd-review-magnus919

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces gate-based quality checks in the SDD pipeline to prevent downstream work on incomplete or ambiguous artifacts.

Core Features & Use Cases

  • Gate-by-gate review reports with structured findings to protect downstream phases.
  • Aligns artifact reviews with phase-gate methodology and loading references.
  • Provides escalation paths and traceability across SPEC, PLAN, TASKS, IMPLEMENT, and VERIFY artifacts.

Quick Start

Review the current SDD artifacts to generate a gate review report immediately.

Frequently Asked Questions about sdd-review

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

FAQPage Schema
How do I automate phase-gate reviews for SDD artifacts?

Phase-gate discipline prevents downstream work on incomplete or ambiguous SDD artifacts by validating SPEC, PLAN, TASKS, IMPLEMENT, and VERIFY outputs across Gate 1–Gate 4. It provides traceability and escalation paths to align artifact reviews with methodology.

How do I generate a gate review report for SPEC.md and TASK-PLAN.md?

SDD artifact reviews require SPEC.md, TASK-PLAN.md, IMPLEMENTATION, and VERIFICATION outputs to be present for evaluation. No external dependencies are needed, as the skill operates independently to validate these artifacts against loading references.

Does phase-gate review support traceability across implementation and verification outputs?

Phase-gate review is the best approach for SDD pipelines because it enforces gate-based quality checks, produces structured findings per gate, and aligns artifact reviews with loading references to prevent incomplete work from proceeding downstream.

Why does phase-gate validation block downstream work on incomplete artifacts?

Phase-gate validation blocks downstream work to prevent building on incomplete or ambiguous SDD artifacts. By enforcing gate-based quality checks across Gate 1–Gate 4, it ensures traceability and provides escalation paths before subsequent phases begin.