01 - What Is SpecLoop
SpecLoop is a spec-driven QA loop kit.
Most agentic QA starts from exploration: click around, observe, report issues. SpecLoop starts from the contract: what the product claims should happen.
The loop compares observed behavior with:
- product specs;
- business rules;
- acceptance criteria;
- critical flows;
- risk register entries.
The output is not just a test. The output is a structured finding with evidence, severity, likely cause, suggested fix, and suggested regression test.
What It Is Not
Section titled “What It Is Not”- Not a Claude-only tool.
- Not a prompt pack.
- Not a SaaS dashboard in v0.
- Not an excuse for destructive browser actions in production.