Skip to content

Conversation

@bokelley
Copy link
Contributor

@bokelley bokelley commented Jan 5, 2026

Summary

  • Fix missing showContextModal function in admin-users.html that was causing "Can't find variable" errors when adding insights
  • Update Addie's system prompt to use conversational onboarding style instead of survey-style questions
  • Update suggested prompts to be more casual and natural
  • Add migration for new insight types and conversational welcome goal

Changes

Bug Fix

  • Added missing showContextModal() wrapper function that was being called but didn't exist

Conversational Onboarding

Instead of survey-style questions like "What are your 2026 plans?" or "What's your role?", Addie now:

  • Opens with "Hey! Glad you're here - what brings you to AgenticAdvertising.org?"
  • Follows up contextually based on the answer
  • Infers structured insights naturally from conversation rather than asking directly

New Suggested Prompts

Updated prompts to sound like things a person would actually say:

  • "What brings you here?" instead of "What can you help me with?"
  • "What is this anyway?" instead of "Learn about AdCP"
  • "Help me build something" instead of "Get started building"
  • "Find my people" instead of "Find a working group"

Migration (140_conversational_onboarding.sql)

  • New insight types: initial_interest, team_context, perspective_preference
  • New "Welcome - What Brings You" outreach goal with keyword-based outcomes
  • Lowered priority of old survey-style goals

Test plan

  • Migration applies successfully
  • TypeScript compiles without errors
  • All tests pass
  • Manually verify showContextModal works in admin-users.html
  • Verify suggested prompts appear correctly in Slack

🤖 Generated with Claude Code

Changes:
- Fix missing showContextModal function in admin-users.html that was
  causing "Can't find variable" errors when adding insights
- Update Addie's system prompt to use conversational onboarding style
  instead of survey-style questions
- Update suggested prompts to be more casual (e.g., "What brings you
  here?" instead of "What can you help me with?")
- Add migration for new insight types (initial_interest, team_context,
  perspective_preference) and conversational welcome goal

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@bokelley bokelley merged commit eb73bae into main Jan 5, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants