sdd-fidelity-review
Implementation Fidelity Review Skill
Overview
The sdd-fidelity-review skill compares actual implementation against SDD specification requirements to ensure fidelity between plan and code. It identifies deviations, assesses their impact, and generates detailed compliance reports.
Skill Family
This skill is part of the Spec-Driven Development quality assurance family:
- Skill(sdd-toolkit:sdd-plan) - Creates specifications
- Skill(sdd-toolkit:sdd-next) - Finds next tasks and creates execution plans
- Implementation - Code is written
- sdd-update-subagent - Updates progress
- Skill(sdd-toolkit:sdd-fidelity-review) (this skill) - Reviews implementation fidelity
- run-tests-subagent - Runs tests
When to Use This Skill
Use this skill when you need to:
More from tylerburleigh/claude-sdd-toolkit
sdd-next
Task preparation skill for spec-driven workflows. Reads specifications, identifies next actionable tasks, and creates detailed execution plans. Use when ready to implement a task from an existing spec - bridges the gap between planning and coding.
1sdd-plan
Plan-first development methodology that creates detailed specifications before coding. Use when building features, refactoring code, or implementing complex changes. Creates structured plans with phases, file-level details, and verification steps to prevent drift and ensure production-ready code.
1sdd-pr
AI-powered PR creation after spec completion. Analyzes spec metadata, git diffs, commit history, and journal entries to generate comprehensive PR descriptions with user approval before creation.
1doc-query
Targeted query capabilities for machine-readable codebase documentation with cross-reference tracking, call graph analysis, and workflow automation. Enables fast lookups of classes, functions, dependencies, and function relationships without parsing source code.
1llm-doc-gen
LLM-powered documentation generation for narrative architecture docs, tutorials, and developer guides. Uses AI consultation to create contextual, human-readable documentation from code analysis and spec data.
1sdd-update
Progress tracking for spec-driven development. Use to update task status, track progress, journal decisions, move specs between folders, and maintain spec files. Handles the administrative/clerical aspects of specification documents during development.
1