storkit: create 433_story_setup_wizard_interviews_user_on_bare_projects_with_no_existing_code
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: "Setup wizard interviews user on bare projects with no existing code"
|
||||
---
|
||||
|
||||
# Story 433: Setup wizard interviews user on bare projects with no existing code
|
||||
|
||||
## User Story
|
||||
|
||||
As a developer starting a brand new project from an empty directory, I want the setup wizard to ask me what I'm building and what tech stack I plan to use, so that it can generate meaningful CONTEXT.md and STACK.md without any codebase to analyze.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] wizard_generate detects when the project directory has no source code files
|
||||
- [ ] On bare projects, the wizard asks the user what they want to build instead of trying to analyze code
|
||||
- [ ] Wizard asks about intended tech stack, frameworks, and language choices
|
||||
- [ ] Conversation continues until the user confirms the generated CONTEXT.md captures their intent
|
||||
- [ ] STACK.md is generated from the user's stated tech choices rather than from codebase detection
|
||||
- [ ] script/test and script/release are generated with appropriate stubs for the stated stack
|
||||
- [ ] The interview flow works via both MCP tools (Claude Code terminal) and bot commands (Matrix/WhatsApp/Slack)
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- TBD
|
||||
Reference in New Issue
Block a user