Channel: public release
Beta sibling: ../persona-builder-web
A lightweight web workshop for building AI persona prompts in three layers:
- Quick: fast prompt generation
- Deep: subject/identity calibration
- Agent: scenario-mode framework composer
Also includes:
- Vault Persona (saved full personas)
- Draftbook (editable scratchpad with drag sort)
cd persona-builder-web-public
python3 -m http.server 8790Open: http://localhost:8790
Release flow:
./scripts/release-public.sh patch(Equivalent manual steps: check-variant-boundary -> release-bump -> commit/push -> deploy-public)
index.html/quick-*— Quick layerintuition.html/intuition.*— Deep layeragent.html/agent.*— Agent layervault*.html/vault.*— Vault + Draftbookassets/— static assets
- This repo is intended as a clean, reviewable app workspace.
- Legacy records/checklists are archived under
docs/archive/.