A flexible Figma plugin by Prelude for adding structured planning cards to your FigJam board. Create cards using built-in templates, design custom cards, or import multiple cards from YAML/JSON for agile planning and project management.
- 📥 Import Cards: Paste card definitions in YAML or JSON format
- ✏️ Custom Cards: Create cards with structured fields:
- Title (required)
- Objective (required)
- Dependencies (optional)
- Requirements (optional)
- Lift (Days) (optional)
- Start/End Dates (optional)
- 🎯 Smart Placement: Select a section or sticky note to add cards inside (sections only) or below it
The plugin supports importing cards in both YAML and JSON formats:
- YAML Format: examples/example.yaml
- JSON Format: examples/example.json
- Import Guide: examples/README.md - Templates and instructions
Download Templates:
- YAML Template - Blank template to get started
- JSON Template - Blank template to get started
- Open Figma Desktop App
- Go to Plugins → Development → Import plugin from manifest...
- Navigate to this folder and select
manifest.json
- The plugin will be installed and ready to use
- Open your FigJam board
- Select a section or sticky note where you want to add cards
- Run the plugin: Plugins → FigJam Planning Card Creator
- Choose from three options:
- Templates: Use built-in templates for common card types
- Add Card: Create a custom card with your own fields
- Import Cards: Paste YAML or JSON to add multiple cards at once
- Select placement:
- Inside selected section: Adds cards as children (sections only)
- Below current selection: Adds cards below your selection
- Click "Add Card" or "Add Cards" to create your planning cards
- Live Selection Detection: The plugin automatically detects when you select a section
- Flexible Placement: Choose to add cards inside a section or below it
- Smart Positioning: Cards are automatically positioned to avoid overlapping existing content
- Visual Feedback: See which section is selected before adding cards
To modify the plugin:
- Edit
code.ts
with your changes - Run
npm run build
to compile TypeScript to JavaScript - Reload the plugin in Figma (Plugins → Development → Your plugin → Options → Reload)
manifest.json
- Plugin configurationcode.ts
- Main plugin logic (TypeScript source)code.js
- Compiled JavaScript (generated by build)ui.html
- Plugin UI interfacetsconfig.json
- TypeScript configurationpackage.json
- Node.js dependencies
This plugin is developed by Prelude, a startup building effective funeral planning technology. We believe good planning tools are necessary everywhere, from life's final arrangements to project development!
Contributions are welcome! Please feel free to submit a Pull Request or open an issue for bugs and feature requests.
MIT License - see LICENSE file for details.