Change Request Process¶
Workflow¶
- Client requests a change on a recorded meeting or via e-mail.
- Create
openspec/changes/<id>with evidence citation and delta spec. - Run
openspec validate --strict+ manual review. - Put into sprint; implement with the DoD.
- After release run
openspec archive <id>and update evidence.
UI Click-Tests (Regression)¶
- Repo:
/home/david/tmp/click-test, rules inAGENTS.md/README.md. - UI only (MCP
navigate_page,click,fill,wait_for,take_snapshot). API only forprerequisites/cleanup. Scenario ID= MD filename; same ID in YAML andlatest-{id}symlink.
Steps¶
- Create
reports/{id}-timestamp/screenshots - Load scenario (YAML > MD)
- Prerequisites via API
- UI steps + checkpoints
- Validate expectedResults
- Cleanup
report.json→python3 render-report.py- Finalize symlink +
python3 generate-checklist.py
Attach the report and checklist to the review.
➡️ Continue with Release & Versioning.