Create interactive onboarding wizard for new users #4
Labels
No labels
bug
community
distribution
documentation
enhancement
extensibility
infra
integration
orchestration
priority:critical
priority:high
priority:low
priority:medium
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frank/solo-dev-suite#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Guided first-run experience that walks new users through profile creation, detects project type/stack, and recommends skills based on current phase.
Why
Current onboarding requires manually constructing JSON. The orchestrator SKILL.md describes a 3-pass interview but users need to know to invoke it.
Implementation
Effort
Medium (1-3 days)
Implemented in
6c2d4e9.quickstart.py detect <path>auto-detects stack, hosting, phase, and project type from directory contents. Scans subdirectories (frontend/, backend/, etc.), detects bare PHP projects, infers phase from git history. Reduces onboarding to ~5 manual questions.