Living design document for evolving the `/OpenForum/AddOn/PaperScape/Developer` workspace into a queue-aware PaperScape app development suite.
| Area | Feature | Notes | |
| Workspace | Split-pane JS/JSON editors | Keep StandaloneEditor but add presets (template dropdown) and quick actions. | |
| Workspace | Embedded log/console | Mirrors queue send/receive events, PaperScape replies, lint warnings. | |
| Queue Bridge | PaperScapeQueue helper | Expose minimal wrapper around `/OpenForum/AddOn/PaperScape/paperscape-queue.js` with UI controls (pointer presets, replace toggle). | |
| Queue Bridge | Live status | Display connection state (queue owner, last send/receive, target tab id). | |
| App Lifecycle | "Run in PaperScape" | Sends JS editor contents as `{action:"load-code"}` with optional `name` `replace` flags. | |
| App Lifecycle | "Reload selection" | Reads Items list from PaperScape via IntraQ request/response or manual entry to quickly replace a named app. | |
| Scene Flow | "Send JSON" | Pushes JSON editor contents as `.giraffe.json` payload; prompts for append vs replace (issue a `clear` helper script when replace chosen). | |
| Assets | URL/file dropper | Small form to push asset URLs or pick local files (uses `sendUrl`/`sendFile`). | |
| Diagnostics | IntraQ inspector | Shows raw packets to aid automation debugging. | |
| Documentation | Inline quick tips | Link back to /OpenForum/AddOn/PaperScape/QuickDevelopersGuide IntraQ section and this plan. | |