Shared module library for QA teams. Add a JSON checklist, open it, then run Pass/Fail tests.
Add a module JSON so everyone on the team can open and test it.
Everyone on the team can see these checklists. Your in-progress answers stay on this device until you finish.
Use the same Checklist site for every project. Add each module JSON to the library. Full guide: AI_CHECKLIST_PROMPT.md
my-module-test-checklist.json).| Field | Required | Notes |
|---|---|---|
version | yes | Use 1 |
title | yes | Checklist name shown in the app |
checklist | yes | Array of sections |
checklist[].id | recommended | kebab-case; auto-filled if missing |
checklist[].title | yes | e.g. 1. Employee setup |
checklist[].items[].id | recommended | Unique kebab-case id |
checklist[].items[].text | yes | One clear tester action |
checklist[].items[].link | no | Relative path like /employee, or "" |
draft | no | Omit for new modules |
Answer all checklist items to enable Finish.