Speckit.analyze
bro-skills - Spec-Driven Development CLI
npx -y skills add wedabro/bro-skills --skill speckit.analyzeAssembled 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
Consistency Checker - Analyze consistency between spec, plan, tasks.
SKILL.md
1.3 KB, as published. Nobody here has run it
π― Mission
Make sure spec.md, plan.md, tasks.md do not conflict and cover all requirements.
π₯ Input
.agent/specs/[feature]/spec.md.agent/specs/[feature]/plan.md.agent/specs/[feature]/tasks.md
π Protocol
- Coverage Check: Each User Scenario in the spec β must have task(s) in tasks.md.
- Conflict Check: Plan says to use tech A but tasks reference tech B β ERROR REPORT.
- Constitution Check: Compare plan.md with constitution.md β detect violations.
- Completeness Check: Each data model in the plan β must have a model creation + migration task.
- Gap Analysis table output:
| Spec Requirement | Plan Section | Task ID | Status | |------------------|-------------|---------|--------| | User login | Auth flow | T005 | β OK | | Payment | - | - | β GAP | - Calculate Coverage Score:
(matched / total) Γ 100%.
π€ Output
- Console: Gap Analysis table + Coverage Score
- File:
.agent/memory/analyze-report.md
π« Guard Rails
- Reporting ONLY β DO NOT arbitrarily edit artifacts.
- Each gap must clearly indicate which artifact is missing.