# Speckit.quizme

> Logic Challenger (Red Team) - Ask critical questions, find edge cases.

- Skill: `wedabro/speckit-quizme` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wedabro/speckit-quizme`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wedabro/speckit-quizme/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wedabro (https://skillmd.com/u/wedabro)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wedabro/speckit-quizme

---


## 🎯 Mission
Challenge spec + plan with edge-case questions, find logic flaws before implementation.

## 📥 Input
- `.agents/specs/[feature]/spec.md`
- `.agents/specs/[feature]/plan.md`

## 📋 Protocol
1. Read spec + plan → find implicit assumptions.
2. Generate a MAXIMUM of 5 edge-case questions, each in 1 category:
   - **Boundary**: "What if the user enters 0 products?"
   - **Concurrency**: "If two people buy the final product together?"
   - **Failure**: "If payment gateway timeout?"
   - **Security**: "If the user edits the price in the request?"
   - **Scale**: "If there are 100K products, how will the performance be?"
3. For each question → suggest a solution if the developer confirms it is the problem.
4. Interactive: Wait for the developer to respond → decide whether to update the spec or not.

## 📤 Output
- Console: Interactive Q&A session
- File: `.agents/memory/quizme-findings.md` (if issues are detected)

## 🚫 Guard Rails
- MAXIMUM 5 questions — don't overwhelm the developer.
- Questions must be REALISTIC, do not ask edge cases that are too far-fetched.

