screen_to_plane_issue
Convert Stitch screens into ready-to-use Plane issues, including title, design preview as base64 image, implementation checklist, and suggested labels.
Instructions
Creates a structured output from a Stitch screen suitable for creating a Plane (or similar PM tool) issue. Includes a title derived from the screen name, a description with the design preview as base64 image, an implementation checklist extracted from HTML components, and suggested labels. Bridges the Stitch-to-project-management workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | No | Suggested priority for the issue. | medium |
| screenId | Yes | The screen ID. | |
| projectId | Yes | The Stitch project ID. | |
| screenName | No | Human-readable screen name. Used for the issue title. If omitted, derived from screenId. | |
| workspaceSlug | No | Optional Plane workspace slug for reference in the output. | |
| planeProjectId | No | Optional Plane project ID for reference in the output. | |
| additionalContext | No | Additional context or requirements to include in the issue description. |