generate-project-plan
generate-project-plan
Turn a PRD (plus optional codebase grounding) into a FigJam project plan board. Section set is not fixed — the skill proposes candidates from the research and the user picks which to include. For each picked section, the skill proposes content + rendering shape (block) and the user confirms.
Mandatory prerequisites
Foundation skills (load by name; available in figma/mcp-server-guide):
figma-use— Load once per session. Stays in context for alluse_figmacalls.figma-use-figjam— Re-load before everyuse_figmacall.figma-generate-diagram— Re-load before everygenerate_diagramcall.
Foundation references (in this plugin):
foundation/palette.md— section + sticky + text palette constants (hex/255).foundation/layout.md— canvas geometry, sizing rules, placeholder lifecycle.foundation/plugin-api-traps.md— documented traps for FigJamuse_figma.foundation/codebase-grounding.md— Step 1 expansion rules.
More from figma/mcp-server-guide
implement-design
5.9Kfigma-implement-design
4.0Kfigma-use
**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.
3.2Kfigma-generate-design
2.4Kfigma-generate-library
1.7Kfigma-create-design-system-rules
1.6K