cascade-post-design-questions-to-figma

Post generated design behavior questions as comments on Figma frames.

24|3|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/bitovi/cascade-mcp --skill cascade-post-design-questions-to-figma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cascade-post-design-questions-to-figma
Source: https://github.com/bitovi/cascade-mcp/tree/main/plugins/cascade-mcp/skills/cascade-post-design-questions-to-figma
Command: npx skills add https://github.com/bitovi/cascade-mcp --skill cascade-post-design-questions-to-figma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post generated design behavior questions as comments on Figma frames, ensuring feedback is captured directly where it belongs and tied to the correct frame.

Core Features & Use Cases

  • Frame-scoped posting: Groups questions by frame and posts a single, pinned comment per frame.
  • Contextual positioning: Reads manifest.json to obtain frame dimensions and positions comments accordingly.
  • Idempotent feedback: Skips already-posted comments to avoid duplicates and keeps history clear.
  • Use Case: After running generate-behavior-questions, use this skill to push all frame-specific questions to Figma for quick review.

Quick Start

Run this skill after generate-behavior-questions to post all frame-specific questions as a single Cascade🤖 comment on each Figma frame.

Frequently Asked Questions about cascade-post-design-questions-to-figma

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I post design comments directly on Figma frames?

To post design comments on Figma frames, this skill groups generated behavior questions by frame and posts a single prefixed comment per frame using the extracted fileKey and nodeId. It reads manifest.json to position comments contextually based on frame dimensions.

How do I automate adding design feedback questions to Figma files?

Automating design feedback questions in Figma involves running this skill after generating behavior questions. It automatically groups the questions by their corresponding frames and pushes a single Cascade🤖 comment to each specific frame in the design file.

Can I avoid duplicate comments when posting design questions to Figma?

Yes, you can avoid duplicate comments in Figma because this skill operates idempotently. It checks existing frame comments and skips posting any duplicate feedback, ensuring the comment history remains clear and preventing repeated posts on the same frame.

Do I need a manifest.json file to post Figma frame comments?

Yes, you need a manifest.json file to post Figma frame comments contextually. This skill reads the manifest.json file to obtain the exact frame dimensions required to accurately position the generated design behavior questions as comments on the correct Figma frames.

What is the best way to link design behavior questions to specific Figma frames?

The best way to link design behavior questions to Figma frames is by extracting the fileKey and nodeId from the frame headings. This skill parses these identifiers to ensure each grouped question is tied directly to the correct frame as a pinned comment.

Why are my generated behavior questions not posting to the correct Figma frames?

Generated behavior questions may not post to correct Figma frames if the frame headings lack the required fileKey and nodeId. This skill relies on extracting these specific identifiers from headings and reading manifest.json dimensions to map questions to the correct frame accurately.