Skip to content

Change Request Process

Workflow

  1. Client requests a change on a recorded meeting or via e-mail.
  2. Create openspec/changes/<id> with evidence citation and delta spec.
  3. Run openspec validate --strict + manual review.
  4. Put into sprint; implement with the DoD.
  5. After release run openspec archive <id> and update evidence.

UI Click-Tests (Regression)

  • Repo: /home/david/tmp/click-test, rules in AGENTS.md / README.md.
  • UI only (MCP navigate_page, click, fill, wait_for, take_snapshot). API only for prerequisites / cleanup.
  • Scenario ID = MD filename; same ID in YAML and latest-{id} symlink.

Steps

  1. Create reports/{id}-timestamp/screenshots
  2. Load scenario (YAML > MD)
  3. Prerequisites via API
  4. UI steps + checkpoints
  5. Validate expectedResults
  6. Cleanup
  7. report.jsonpython3 render-report.py
  8. Finalize symlink + python3 generate-checklist.py

Attach the report and checklist to the review.


➡️ Continue with Release & Versioning.