agentsclimarketplace

Speckit.checklist

Skill wedabro/bro-skills/.agent/skills/speckit.checklist

bro-skills - Spec-Driven Development CLI

Install
npx -y skills add wedabro/bro-skills --skill speckit.checklist

Assembled 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

  1. Read spec.md β†’ extract all requirements (from User Scenarios + Success Criteria).
  2. 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 βœ…
    
  3. If there is tasks.md β†’ link each requirement to task IDs.
  4. 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).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.