From bcefa6a25de3efd86575be105dc84f7ddb3339aa Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 28 Mar 2026 15:06:53 +0000 Subject: [PATCH] storkit: create 434_story_wizard_auto_checks_completion_on_first_conversation --- ...checks_completion_on_first_conversation.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .storkit/work/1_backlog/434_story_wizard_auto_checks_completion_on_first_conversation.md diff --git a/.storkit/work/1_backlog/434_story_wizard_auto_checks_completion_on_first_conversation.md b/.storkit/work/1_backlog/434_story_wizard_auto_checks_completion_on_first_conversation.md new file mode 100644 index 00000000..7e42561e --- /dev/null +++ b/.storkit/work/1_backlog/434_story_wizard_auto_checks_completion_on_first_conversation.md @@ -0,0 +1,20 @@ +--- +name: "Wizard auto-checks completion on first conversation" +--- + +# Story 434: Wizard auto-checks completion on first conversation + +## User Story + +As a developer opening Claude Code on a storkit project for the first time, I want the wizard to automatically check if setup is complete and prompt me through remaining steps, so I don't have to know to ask for it. + +## Acceptance Criteria + +- [ ] Scaffolded CLAUDE.md includes an IMPORTANT instruction telling Claude to call wizard_status on first conversation +- [ ] If wizard is incomplete, Claude guides the user through remaining steps without being asked +- [ ] If wizard is already complete, no wizard prompt appears — Claude behaves normally +- [ ] Works on both existing projects with code and bare projects with no code + +## Out of Scope + +- TBD