speckit-retrospective-analyze

Generates retrospective analyses and grade reports for submitted assignments and exams.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-retrospective-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-retrospective-analyze
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-retrospective-analyze
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-retrospective-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you evaluate how closely an implementation matched the intended spec and identify what to improve in the next SDD cycle, including where drift happened and what lessons to carry forward.

Core Features & Use Cases

  • Post-implementation drift and adherence analysis: Quantifies spec adherence using requirement coverage from spec.md, plan.md, and tasks.md, including implemented, partial, modified, and unspecified items.
  • Deviation severity classification: Labels findings as CRITICAL, SIGNIFICANT, MINOR, or POSITIVE to prioritize follow-up work and spotlight process-impacting issues.
  • Actionable retrospective reporting: Produces a retrospective.md report saved to the feature directory with evidence-backed findings, a coverage matrix, and prioritized recommendations.
  • Constitution compliance checks: Detects constitution violations and treats them as CRITICAL.
  • Human gate for spec modifications: Prevents unintended spec changes by requiring explicit user confirmation before any action that modifies spec.md.

Quick Start

Run speckit-retrospective-analyze after finishing the implementation to generate retrospective.md in the feature directory and summarize spec adherence and deviations.

Frequently Asked Questions about speckit-retrospective-analyze

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

FAQPage Schema
How do I measure spec drift after completing a feature implementation?

Post-implementation retrospective analysis measures spec adherence by comparing completed work against spec.md, plan.md, and tasks.md. It evaluates requirement fidelity, architecture deviations, and task completion rates to identify where drift happened and what lessons to carry forward.

What is spec adherence analysis in the SDD cycle?

Spec adherence analysis in the SDD cycle is a post-implementation evaluation that quantifies requirement coverage from spec.md, plan.md, and tasks.md. It classifies items as implemented, partial, modified, or unspecified to evaluate fidelity and generate learning reports.

How do I generate a retrospective report for completed spec-kit features?

Run retrospective analysis after finishing the implementation to generate a retrospective report. The process applies completion-rate gating and evidence-backed reporting to produce a retrospective.md file saved to the FEATURE_DIR, summarizing spec adherence and prioritized recommendations.

Does retrospective analysis require prerequisite validation before checking spec compliance?

Yes, retrospective analysis requires prerequisite validation before checking spec compliance. It validates the environment, applies completion-rate gating, and requires explicit user confirmation before modifying spec.md to prevent unintended spec changes during the review.

How are constitution violations handled during spec drift analysis?

Constitution violations are detected during spec drift analysis and automatically treated as CRITICAL findings. Constitution compliance checks run alongside deviation severity classification, which labels findings as CRITICAL, SIGNIFICANT, MINOR, or POSITIVE to prioritize follow-up work.