Speckit.checklist

Requirements Validator - Create and validate checklist from spec.

wedabro 5666662 908 B Updated

File contents

🎯 Mission

Extract all functional requirements from spec.md into a trackable checklist.

📥 Input

  • .agents/specs/[feature]/spec.md
  • .agents/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: .agents/specs/[feature]/checklist.md

🚫 Guard Rails

  • Each requirement MUST be quoted from spec.md (not made up).

wedabro/bro-skills/tree/main/.agents/skills/speckit.checklist commit 5666662ab5

Frequently asked questions

npx skillmds@latest add wedabro/speckit-checklist