Agent Manual Studio public product specification Last reviewed: 2026-08-07 Asia/Seoul Purpose Agent Manual Studio is an experimental, loopback-only management app for producing a local manual package from a fixed public sample curriculum and user-entered package metadata. It also demonstrates a small interval-based review queue. A separate static public site contains only product documentation and a sample-only preview. Origins Public origin: https://agent-manual.agenticfabworks.com/ serves only the landing page, preview, poster, public specification, text mirrors, and static assets. Loopback origin: http://127.0.0.1:4330/ serves the dashboard, builder, review queue, packages, exports, health endpoint, and write APIs. The same slash path refers to a different screen on each origin. Management routes return 404 on the public origin. Primary actions 1. Enter a package title, intended audience, and honest product positioning. 2. Generate a package containing six public sample chapters and three public sample review cards. 3. Inspect the package and export Markdown or JSON. 4. Reveal a sample review answer and record Again, Hard, Good, or Easy on this device. Implemented - Local package generation. - Local Markdown and JSON export. - Local runtime persistence of sample review ratings. - Loading, empty, error, and success feedback in the management UI. - Keyboard focus indicators, a skip link, responsive layouts, and reduced-motion support. - A public sample motion preview and static SVG poster. - A static public product specification that does not include management or write routes. Not implemented - Public deployment of the package builder, review queue, exports, or write APIs. - Login or customer accounts. - Checkout, payment processing, subscription billing, PDF fulfillment, or email delivery. - Cloud synchronization, analytics, advertising, or real customer content. Security boundary The server rejects non-loopback bind addresses. The management UI and write APIs do not have separate HTTP authentication. Their current protection is local machine access through 127.0.0.1 plus same-origin JSON writes. This is not a deployable internet authentication design. Public deployment boundary The static public site contains HTML, CSS, a small JavaScript motion preview, an SVG poster, and plain-text product documentation. It has no server function, form submission, login, write API, local package file, or review state. Data mode The chapter catalog and review deck are explicitly public sample data. Package title, audience, positioning, generated packages, and review ratings are local user-owned data. No fixture is represented as a live customer or subscription state. See also screens.txt workflows.txt controls.txt data-contract.txt