05 - Specs And Evals
SpecLoop turns product language into evaluation surfaces.
Spec Shape
Section titled “Spec Shape”Each spec should define:
- ID;
- area;
- expected behavior;
- acceptance criteria;
- related business rules;
- regression suggestion when broken.
Eval Discipline
Section titled “Eval Discipline”Write acceptance criteria before the run. A vague goal such as “make the checkout good” is not enough. A good criterion says what behavior is expected and how it will be verified.
Schemas
Section titled “Schemas”Run:
specloop export schemasSchemas are written to schemas/ and .specloop/schemas/.