Plumb · studio page (compose a product page)
plumb_studio_pageCompose a full product page (landing, features, pricing, or dashboard) onto a named Figma page, reusing brand and reference imagery. Returns rootId for screenshot and review.
Instructions
STEP 3 of the transparent studio flow (repeatable). Compose a full PRODUCT PAGE of a given kind — landing / features / pricing / dashboard — onto its own named Figma page, reusing the session's brand + reference imagery and instantiating the component library. Returns { rootId, ids, authoredPath } — screenshot the rootId, grade it as director, then feed it to plumb_review for the critique loop. Call once per page to build a whole product page by page. Requires a sessionId from plumb_studio_start and the Plumb plugin paired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which page to compose (default landing). | |
| pageName | Yes | Figma page to build onto, e.g. "Landing". | |
| sessionId | Yes | Session id from plumb_studio_start. |