From 8e6b8ef3386e23b3d535a02781e4cdf7d9268547 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 28 Mar 2026 15:00:04 +0000 Subject: [PATCH] storkit: create 433_story_setup_wizard_interviews_user_on_bare_projects_with_no_existing_code --- ..._on_bare_projects_with_no_existing_code.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .storkit/work/1_backlog/433_story_setup_wizard_interviews_user_on_bare_projects_with_no_existing_code.md diff --git a/.storkit/work/1_backlog/433_story_setup_wizard_interviews_user_on_bare_projects_with_no_existing_code.md b/.storkit/work/1_backlog/433_story_setup_wizard_interviews_user_on_bare_projects_with_no_existing_code.md new file mode 100644 index 00000000..3c510e2f --- /dev/null +++ b/.storkit/work/1_backlog/433_story_setup_wizard_interviews_user_on_bare_projects_with_no_existing_code.md @@ -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