[PROTOTYPE · DO NOT MERGE] Reimagined project onboarding flow#1227
Closed
simple-agent-manager[bot] wants to merge 4 commits into
Closed
[PROTOTYPE · DO NOT MERGE] Reimagined project onboarding flow#1227simple-agent-manager[bot] wants to merge 4 commits into
simple-agent-manager[bot] wants to merge 4 commits into
Conversation
Explores reimagining /projects/new as a short guided onboarding: connect code, choose a first intent, and land in motion instead of an empty project. Self-contained unauthed prototype at /prototype/project-onboarding with stress-test mock data; visual-audited on mobile and desktop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…composer - Remove the non-functional "start fresh / SAM Git" path; GitHub is the only source - Collect minimal required info up front: repo + project name + working branch (branch is a first-class required field; description dropped) - Add a skippable Discover step that teaches Agent Profiles, Triggers, and Skills with "why it matters" value-prop framing (task system intentionally not surfaced) - Replace intent-based routing with a single isolated kickoff composer (task vs. conversation mode + voice input) that always lands the user inside the project - Stress-test mock data with long branch names and a Unicode branch Prototype only — route /prototype/project-onboarding, mock data, delete before merge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…-protection copy Address review feedback on the project-onboarding prototype: - Replace hand-rolled black-on-green Continue button with the shared <Button variant="primary"> (correct text-fg-on-accent contrast). - Reframe the working-branch hint: agents work directly on the chosen branch; branch protection is the user's responsibility via GitHub. - Replace the static "Discover" feature-education screen with an interactive, skippable setup walkthrough that actually creates a conversational profile, a task profile (with PR/branch guidance and an ephemeral-workspace warning), and an optional cron-only trigger. Skills are dropped from onboarding (untested). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… in onboarding prototype - Show the user's enabled agents only (Claude Code, OpenAI Codex, Gemini CLI) with a "N more in profile settings" link to the rest of the real 6-agent catalog - Remove all marketing/quality blurbs; agent + model labels are factual names from the real shared catalog - Remove the GitHub-event-trigger note entirely; show cron schedules only Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Contributor
Author
|
Closing: explicitly marked [PROTOTYPE · DO NOT MERGE]. Superseded by the productionized onboarding wizard in #1233. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary (DRAFT — prototype, do NOT merge)
Throwaway design exploration that reimagines project creation as project onboarding. Route:
/prototype/project-onboarding(public, unauthed, mock data only). Per.claude/rules/37-prototype-development.md, this must be deleted before any merge tomain— it is not a shippable deliverable.The 3-step flow
Latest revision (review feedback)
<Button variant="primary">from@simple-agent-manager/ui(correcttext-fg-on-accentcontrast).Verification
tsc --noEmitclean for the prototype file.--max-warnings 0).🤖 Generated with Claude Code