Home
1. Tester
2. Checklist
3. Shared History

Checklist library

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.

How to create a checklist JSON (for Claude / Cursor / other AI)

Use the same Checklist site for every project. Add each module JSON to the library. Full guide: AI_CHECKLIST_PROMPT.md

1. Steps

  1. Copy the AI prompt below (or open the .md file).
  2. Paste into Claude, Cursor, ChatGPT, etc. Fill in your module name + specs.
  3. Save the AI’s JSON output (e.g. my-module-test-checklist.json).
  4. On Home, click + Add checklist JSON.
  5. Open the checklist → enter tester name → Start.

2. Copy-paste prompt for AI agents



        

3. JSON schema

FieldRequiredNotes
versionyesUse 1
titleyesChecklist name shown in the app
checklistyesArray of sections
checklist[].idrecommendedkebab-case; auto-filled if missing
checklist[].titleyese.g. 1. Employee setup
checklist[].items[].idrecommendedUnique kebab-case id
checklist[].items[].textyesOne clear tester action
checklist[].items[].linknoRelative path like /employee, or ""
draftnoOmit for new modules

4. Minimal example


      

Answer all checklist items to enable Finish.