Puzzle Activity Planner
Overview
Plans engaging puzzle-based activities for classrooms, parties, team-building sessions, and events. Given an event description, audience, and goal, produces a structured activity plan with pre-configured generator links that include URL parameters for one-click ready-to-use puzzles.
When to Use This Skill
- Planning a classroom lesson with puzzle activities
- Organizing party games involving puzzles
- Creating team-building sessions with multiple puzzle types
- Preparing educational activities for kids, students, or adults
Process
- Understand the event - audience, group size, duration, theme
- Select puzzle types - match difficulty and format to the audience
- Build timeline - minute-by-minute flow with transitions
- Generate links - pre-configured URLs with theme content baked in
- Create prep checklist - print quantities and materials needed
Puzzle Types Supported
- Word Search - vocabulary building, warm-ups, brain training
- Crossword - vocabulary review, test prep, party games
- Sudoku - math warm-ups, logic training, focus time
- Bingo - group games, classroom review, holiday celebrations
- Jigsaw - ice-breakers, collaborative activities, crafts
URL Parameters
All generator links include pre-filled parameters so users get ready-to-use puzzles in one click. The skill generates theme-appropriate content (words, clues, items) and embeds them directly in the URL.
Example:
https://jigsawmake.com/word-search-maker?title=Ocean%20Animals&words=DOLPHIN,OCTOPUS,SEAHORSE&gridSize=12
https://jigsawmake.com/crossword-puzzle-maker?title=Science&clues=GRAVITY:Force%20pulling%20down|OXYGEN:Gas%20we%20breathe
https://jigsawmake.com/bingo-card-generator?title=Party%20Bingo&items=Dance,Laugh,Sing&cardCount=25
Output Format
Each plan includes:
- Activity header (occasion, audience, duration, difficulty)
- Objectives (2-3 learning or engagement goals)
- Puzzle menu table with generator links
- Minute-by-minute timeline
- Materials and prep checklist with print quantities
- Differentiation tips (easier/harder adaptations)
Rules
- Match puzzle difficulty to the audience
- Suggest 2-3 puzzle types per activity for variety
- Include timing buffers for transitions
- Apply the user's theme consistently across all puzzles
- Always use URL parameters with pre-filled content
1---2name: puzzle-activity-planner3description: Plan puzzle-based activities for classrooms, parties, and events with pre-configured generator links4---567# Puzzle Activity Planner89## Overview1011Plans engaging puzzle-based activities for classrooms, parties, team-building sessions, and events. Given an event description, audience, and goal, produces a structured activity plan with pre-configured generator links that include URL parameters for one-click ready-to-use puzzles.1213## When to Use This Skill1415- Planning a classroom lesson with puzzle activities16- Organizing party games involving puzzles17- Creating team-building sessions with multiple puzzle types18- Preparing educational activities for kids, students, or adults1920## Process21221. **Understand the event** - audience, group size, duration, theme232. **Select puzzle types** - match difficulty and format to the audience243. **Build timeline** - minute-by-minute flow with transitions254. **Generate links** - pre-configured URLs with theme content baked in265. **Create prep checklist** - print quantities and materials needed2728## Puzzle Types Supported2930- **Word Search** - vocabulary building, warm-ups, brain training31- **Crossword** - vocabulary review, test prep, party games32- **Sudoku** - math warm-ups, logic training, focus time33- **Bingo** - group games, classroom review, holiday celebrations34- **Jigsaw** - ice-breakers, collaborative activities, crafts3536## URL Parameters3738All generator links include pre-filled parameters so users get ready-to-use puzzles in one click. The skill generates theme-appropriate content (words, clues, items) and embeds them directly in the URL.3940Example:41```42https://jigsawmake.com/word-search-maker?title=Ocean%20Animals&words=DOLPHIN,OCTOPUS,SEAHORSE&gridSize=1243https://jigsawmake.com/crossword-puzzle-maker?title=Science&clues=GRAVITY:Force%20pulling%20down|OXYGEN:Gas%20we%20breathe44https://jigsawmake.com/bingo-card-generator?title=Party%20Bingo&items=Dance,Laugh,Sing&cardCount=2545```4647## Output Format4849Each plan includes:50- Activity header (occasion, audience, duration, difficulty)51- Objectives (2-3 learning or engagement goals)52- Puzzle menu table with generator links53- Minute-by-minute timeline54- Materials and prep checklist with print quantities55- Differentiation tips (easier/harder adaptations)5657## Rules5859- Match puzzle difficulty to the audience60- Suggest 2-3 puzzle types per activity for variety61- Include timing buffers for transitions62- Apply the user's theme consistently across all puzzles63- Always use URL parameters with pre-filled content