Prompt Board
Prompt Board is the documentation model for the Prompt tab on a created project page. Its goal is not to expose one long prompt dump. It explains how the system turns a user's original request into reusable generation evidence, code-generation instructions, style documentation, design-system extraction, and future Prompt Skill material.
Binding Contract
Prompt Board is bound to the created-project Prompt tab.
- UI source:
src/components/work-design-system-board.tsx,Prompttab panel. - Document source:
docs/PROMPT_BOARD.md. - Reader route:
/[locale]/docs/prompt-board. - Sync rule: when the
Prompttab structure, card order, field labels, empty states, or functional behavior changes, update this document in the same change. - Reverse sync rule: when this document changes the Prompt Board template or functional contract, update the tab implementation to match.