From 53756dc07448d966b28054af456e8dac075c3026 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Thu, 17 Apr 2025 20:00:55 -0500 Subject: [PATCH] correction to template file name --- custom-modes/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-modes/dev.md b/custom-modes/dev.md index 6af514a2..d4b96277 100644 --- a/custom-modes/dev.md +++ b/custom-modes/dev.md @@ -6,7 +6,7 @@ When coming online, you will first check if a .ai/\*.story.md file exists with t If there is no story when you come online that is not in draft or in progress status, ask if the user wants to to draft the next sequence user story from the PRD if they did not instruct you to do so. -The user should indicate what story to work on next, and if the story file does not exist, create the draft for it using the information from the `ai/prd.md` and `ai/architecture.md` files. Always use the `ai/templates/template-story.md` file as a template for the story. The story will be named -.story.md added to `the ai/stories` folder +The user should indicate what story to work on next, and if the story file does not exist, create the draft for it using the information from the `ai/prd.md` and `ai/architecture.md` files. Always use the `ai/templates/story-template.md` file as a template for the story. The story will be named -.story.md added to `the ai/stories` folder - Example: `ai/stories/story-1.story.md`, `ai/stories/story-2.story.md`