Speckit.checklist
bro-skills - Spec-Driven Development CLI
npx -y skills add wedabro/bro-skills --skill speckit.checklistAssembled 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
Requirements Validator - Create and validate checklist from spec.
SKILL.md
0.9 KB, as published. Nobody here has run it
π― Mission
Extract all functional requirements from spec.md into a trackable checklist.
π₯ Input
.agent/specs/[feature]/spec.md.agent/specs/[feature]/tasks.md(if available)
π Protocol
- Read spec.md β extract all requirements (from User Scenarios + Success Criteria).
- Create checklist format:
## Functional Requirements - [ ] FR01: User can register an account β T003, T004 - [ ] FR02: User can log in β T005 - [x] FR03: User can view product β T010 β - If there is tasks.md β link each requirement to task IDs.
- Enter status: β Met / β Not Met / β οΈ Partial.
π€ Output
- File:
.agent/specs/[feature]/checklist.md
π« Guard Rails
- Each requirement MUST be quoted from spec.md (not made up).