Speckit.diff
bro-skills - Spec-Driven Development CLI
npx -y skills add wedabro/bro-skills --skill speckit.diffAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Artifact Comparator - Compares differences between artifacts.
SKILL.md
0.8 KB, as published. Nobody here has run it
π― Mission
Compare 2 versions of artifact β highlight changes β evaluate impact.
π₯ Input
- 2 files or 2 versions to compare (spec, plan, tasks, code)
π Protocol
- Read both versions.
- Compare section-by-section:
- β Added: New Sections/requirements
- β Removed: Sections/requirements are removed
- βοΈ Changed: Sections have changed content
- Impact Analysis: What downstream artifact does each change affect?
- For example: Add fields in spec β need to update plan β need to add tasks
- Output summary table.
π€ Output
- Console: Diff summary table
- File:
.agent/memory/diff-report.md(if needed to save)
π« Guard Rails
- Compare and report ONLY β DO NOT arbitrarily edit artifacts.