Speckit.diff

Artifact Comparator - Compares differences between artifacts.

wedabro 9a43213 868 B Updated

File contents

🎯 Mission

Compare 2 versions of artifact → highlight changes → evaluate impact.

📥 Input

  • 2 files or 2 versions to compare (spec, plan, tasks, code)

📋 Protocol

  1. Read both versions.
  2. Compare section-by-section:
    • Added: New Sections/requirements
    • Removed: Sections/requirements are removed
    • ✏️ Changed: Sections have changed content
  3. Impact Analysis: What downstream artifact does each change affect?
    • For example: Add fields in spec → need to update plan → need to add tasks
  4. Output summary table.

📤 Output

  • Console: Diff summary table
  • File: .agents/memory/diff-report.md (if needed to save)

🚫 Guard Rails

  • Compare and report ONLY — DO NOT arbitrarily edit artifacts.

wedabro/bro-skills/tree/main/.agents/skills/speckit.diff commit 9a432135fd

Frequently asked questions

npx skillmds@latest add wedabro/speckit-diff