Step 2: Match Templates

Phase: spec

Context

You have app_description from Step 1. Now check if a pre-built template matches what the user wants.

What to do

Compare the user's description against the template library below. If one is a close match, suggest it to the user in plain language.

Example: "That sounds a lot like our Trivia Night template — it does most of what you described already. Want to start from that? We can customize it however you like."

If no template matches, that's fine. Say: "We'll build this from scratch — no problem!"

If a template is a partial match, mention it: "We have a [template] that covers part of what you want. Want to start from that and add the rest?"

Available Templates

Utility Apps

#TemplateDescription
1Shared Todo ListCollaborative task list with checkboxes and assignments
2Landing Page + WaitlistProduct launch page with email signup
3Expense SplitterSplit bills among friends, track who owes what
4Event Scheduling PollDoodle-style availability picker
5Recipe BookPersonal recipe collection with search and categories
6Apartment TrackerCompare rental listings with notes and ratings
7Micro-BlogShort-form posts with timestamps and reactions
8Gift RegistryWishlist sharing with "claimed" status
9Workout LogTrack exercises, sets, reps with progress charts
10Flash CardsCreate and study decks with spaced repetition
11Voting BoothCreate a poll, share link, see live results
12Photo WallEvent photo sharing — everyone uploads, gallery view
13Countdown TimerShared event countdown with comments
14Potluck OrganizerWho's bringing what — claim items, avoid duplicates
15Secret SantaAnonymous gift exchange matcher

Games

#TemplateDescription
16HangmanClassic word guessing — solo or pass-and-play
17Trivia NightKahoot-style: host creates questions, players join via code, live scoring
18Would You RatherVote on dilemmas, see results in real time
19Two Truths and a LiePlayers submit statements, others guess the lie
20Word ChainTake turns adding words, timer-based, score tracking
21Bingo Card GeneratorHost calls items, players mark their cards
22Scavenger HuntTeam checklist with photo upload proof
23Drawing Prompt RouletteGet a prompt, draw it, others vote on results
24Memory MatchCard flip game with difficulty levels and leaderboard
25Quiz MakerCreate and share custom quizzes with scoring
26Word ScrambleUnscramble words against the clock, shareable scores
27Tic-Tac-ToeShare a link, play a friend, win/loss tracking

Browse full template details at /templates/.

Expected output

  • matched_template_or_null — The template name and number if matched, or null if building from scratch. Include whether the user accepted or declined the suggestion.

Memory directive