Puzzle Activity Planner
Selective Reading Rule
Start with:
references/senior-master-standard.md
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
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
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
1---2name: puzzle-activity-planner3description: ALWAYS use this when the request matches Puzzle Activity Planner: Plan puzzle-based activities for classrooms, parties, and events with pre-configured generator links4---56# Puzzle Activity Planner78## Selective Reading Rule910Start with:1112- `references/senior-master-standard.md`13- `references/usage-routing.md`14- `references/quality-checklist.md`1516Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.1718## Overview1920Plans 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.2122## When to Use This Skill2324- Planning a classroom lesson with puzzle activities25- Organizing party games involving puzzles26- Creating team-building sessions with multiple puzzle types27- Preparing educational activities for kids, students, or adults2829## Process30311. **Understand the event** - audience, group size, duration, theme322. **Select puzzle types** - match difficulty and format to the audience333. **Build timeline** - minute-by-minute flow with transitions344. **Generate links** - pre-configured URLs with theme content baked in355. **Create prep checklist** - print quantities and materials needed3637## Puzzle Types Supported3839- **Word Search** - vocabulary building, warm-ups, brain training40- **Crossword** - vocabulary review, test prep, party games41- **Sudoku** - math warm-ups, logic training, focus time42- **Bingo** - group games, classroom review, holiday celebrations43- **Jigsaw** - ice-breakers, collaborative activities, crafts4445## URL Parameters4647All 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.4849Example:50```51https://jigsawmake.com/word-search-maker?title=Ocean%20Animals&words=DOLPHIN,OCTOPUS,SEAHORSE&gridSize=1252https://jigsawmake.com/crossword-puzzle-maker?title=Science&clues=GRAVITY:Force%20pulling%20down|OXYGEN:Gas%20we%20breathe53https://jigsawmake.com/bingo-card-generator?title=Party%20Bingo&items=Dance,Laugh,Sing&cardCount=2554```5556## Output Format5758Each plan includes:59- Activity header (occasion, audience, duration, difficulty)60- Objectives (2-3 learning or engagement goals)61- Puzzle menu table with generator links62- Minute-by-minute timeline63- Materials and prep checklist with print quantities64- Differentiation tips (easier/harder adaptations)6566## Rules6768- Match puzzle difficulty to the audience69- Suggest 2-3 puzzle types per activity for variety70- Include timing buffers for transitions71- Apply the user's theme consistently across all puzzles72- Always use URL parameters with pre-filled content7374## Limitations75- Use this skill only when the task clearly matches the scope described above.76- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.77- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.