Skip to content

feat(plugin): add first-run interactive onboarding tour (#1037)#1052

Merged
JeremyDev87 merged 1 commit into
masterfrom
feat/onboarding-tour-1037
Mar 28, 2026
Merged

feat(plugin): add first-run interactive onboarding tour (#1037)#1052
JeremyDev87 merged 1 commit into
masterfrom
feat/onboarding-tour-1037

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Add 3-step onboarding tour for first-time CodingBuddy users
  • Step 1: PLAN/ACT/EVAL workflow intro with example command
  • Step 2: 38 specialist agents overview
  • Step 3: Checklists & skills with first command recommendation
  • First-run detection via ~/.codingbuddy/onboarded flag file
  • i18n support: en, ko, ja, zh, es
  • Skip option via flag file or CODINGBUDDY_SKIP_TOUR env var
  • 22 unit tests covering detection, flag management, rendering, i18n

Test plan

  • 22 new tests pass (test_onboarding_tour.py)
  • 22 existing session-start tests pass
  • 5308 MCP server tests pass
  • 71 plugin tests pass
  • Lint clean (0 errors)

Closes #1037

Add 3-step onboarding tour for first-time users introducing
PLAN/ACT/EVAL workflow, 38 specialist agents, and checklists/skills.
Includes first-run detection via ~/.codingbuddy/onboarded flag,
i18n support (en/ko/ja/zh/es), skip option, and 22 tests.
@vercel

vercel Bot commented Mar 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 28, 2026 1:55am

@JeremyDev87 JeremyDev87 self-assigned this Mar 28, 2026
@JeremyDev87 JeremyDev87 merged commit c1ea9a8 into master Mar 28, 2026
28 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/onboarding-tour-1037 branch March 28, 2026 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(plugin): add first-run interactive onboarding tour

1 participant