Skip to content

feat(plugin): Smart First Prompt — context-aware onboarding suggestions#1454

Merged
JeremyDev87 merged 1 commit into
masterfrom
feat/smart-first-prompt-1438
Apr 10, 2026
Merged

feat(plugin): Smart First Prompt — context-aware onboarding suggestions#1454
JeremyDev87 merged 1 commit into
masterfrom
feat/smart-first-prompt-1438

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Add generate_suggestions(scan_result, language) that maps project scanner findings to mode-specific prompt templates
  • Coverage < 80% → AUTO improve test coverage, framework detected → PLAN optimize, API endpoints → EVAL security review
  • i18n support for all suggestion templates (en, ko, ja, zh, es)
  • Generic fallback when scan data is insufficient
  • Integrate into render_onboarding_tour() via new scan_result parameter — replaces generic step examples with project-specific prompts
  • Pass scan_data from session-start.py to the onboarding tour

Test plan

  • 21 new tests for generate_suggestions() and tour integration (all passing)
  • 35 existing test_project_scanner.py tests still passing (56 total)
  • Plugin CI: lint, format, typecheck, test:coverage, circular, build all passing
  • Security audit clean for all workspaces

Closes #1438

…estions (#1438)

- Add generate_suggestions() mapping scanner findings to mode-specific prompts
- Low coverage → AUTO improve, framework → PLAN optimize, endpoints → EVAL security
- i18n support (en, ko, ja, zh, es) for all suggestion templates
- Generic fallback when scan data is insufficient
- Integrate suggestions into render_onboarding_tour() via scan_result param
- Pass scan_data from session-start.py to onboarding tour
- 21 tests covering suggestion generation and tour integration

Closes #1438
@JeremyDev87 JeremyDev87 added feat plugin packages/claude-code-plugin wow-experience Plugin Wow Experience Design P1 Priority 1: First Impression labels Apr 9, 2026
@vercel

vercel Bot commented Apr 9, 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 Apr 9, 2026 5:28pm

@JeremyDev87 JeremyDev87 self-assigned this Apr 10, 2026
@JeremyDev87 JeremyDev87 merged commit 6c65225 into master Apr 10, 2026
29 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/smart-first-prompt-1438 branch April 10, 2026 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat P1 Priority 1: First Impression plugin packages/claude-code-plugin wow-experience Plugin Wow Experience Design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(plugin): Smart First Prompt — context-aware onboarding with project-specific suggestions

1 participant